Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karl Fogel
org-mode
Commits
005f8b2f
Commit
005f8b2f
authored
Jan 06, 2016
by
Nicolas Goaziou
Browse files
Add missing argument
* lisp/org.el (org-set-property): Add missing argument.
parent
22cf1bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp/org.el
View file @
005f8b2f
...
...
@@ -16395,7 +16395,7 @@ Throw an error when trying to set a property with an invalid name."
;; `org-entry-put' also makes the following check, but this one
;; avoids polluting `org-last-set-property' and
;; `org-last-set-property-value' needlessly.
(unless (org--valid-property-p)
(unless (org--valid-property-p
property
)
(user-error "Invalid property name: \"%s\"" property))
(let ((value (or value (org-read-property-value property)))
(fn (cdr (assoc-string property org-properties-postprocess-alist t))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment