emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Suggest] Add a command org-attach-sync-all


From: tumashu
Subject: [O] [Suggest] Add a command org-attach-sync-all
Date: Sun, 4 Nov 2018 16:12:11 +0800 (CST)

I alway forgot to run org-attach-sync when I manual update task's attach dir,
suggest add a sync all command like below:

``` 
(defun org-attach-sync-all ()
    (interactive)
    (org-map-entries #'org-attach-sync)
    (org-align-all-tags))


```

reply via email to

[Prev in Thread] Current Thread [Next in Thread]