(org-agenda-set-effort): Refresh changed lines
This commit is contained in:
parent
860caf9f46
commit
f760b919d5
|
@ -7429,7 +7429,9 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
||||||
(org-flag-heading nil))) ; show the next heading
|
(org-flag-heading nil))) ; show the next heading
|
||||||
(goto-char pos)
|
(goto-char pos)
|
||||||
(call-interactively 'org-set-effort)
|
(call-interactively 'org-set-effort)
|
||||||
(end-of-line 1)))))
|
(end-of-line 1)
|
||||||
|
(setq newhead (org-get-heading)))
|
||||||
|
(org-agenda-change-all-lines newhead hdmarker))))
|
||||||
|
|
||||||
(defun org-agenda-toggle-archive-tag ()
|
(defun org-agenda-toggle-archive-tag ()
|
||||||
"Toggle the archive tag for the current entry."
|
"Toggle the archive tag for the current entry."
|
||||||
|
|
Loading…
Reference in New Issue