Integrate changes from downstream Emacs.
This commit is contained in:
parent
9c042e68e8
commit
e092a5ba91
|
@ -59,7 +59,7 @@
|
|||
|
||||
* org-agenda.el (org-agenda-change-all-lines): New argument
|
||||
FORCE-TAGS.
|
||||
(org-agenda-set-tags): Cet the new tags and pas them to
|
||||
(org-agenda-set-tags): Cet the new tags and pass them to
|
||||
`org-format-agenda-item'.
|
||||
|
||||
2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
|
|
@ -13365,9 +13365,9 @@ See the individual commands for more information."
|
|||
["Priority Down" org-shiftdown t])
|
||||
("TAGS and Properties"
|
||||
["Set Tags" org-set-tags-command t]
|
||||
["Change tag in region" 'org-change-tag-in-region (org-region-active-p)]
|
||||
["Change tag in region" org-change-tag-in-region (org-region-active-p)]
|
||||
"--"
|
||||
["Set property" 'org-set-property t]
|
||||
["Set property" org-set-property t]
|
||||
["Column view of properties" org-columns t]
|
||||
["Insert Column View DBlock" org-insert-columns-dblock t])
|
||||
("Dates and Scheduling"
|
||||
|
|
Loading…
Reference in New Issue