Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
579d2d62
Commit
579d2d62
authored
Dec 17, 2008
by
Carsten Dominik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2008-12-17 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-org-menu): Do not quote the set-tags command.
parent
521beede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/org/org.el
lisp/org/org.el
+1
-1
No files found.
lisp/org/org.el
View file @
579d2d62
...
...
@@ -13342,7 +13342,7 @@ See the individual commands for more information."
["Priority Up" org-shiftup t]
["Priority Down" org-shiftdown t])
("TAGS and Properties"
["Set Tags"
'
org-set-tags-command t]
["Set Tags" org-set-tags-command t]
["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
"--"
["Set property" 'org-set-property t]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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