Notes: Make ToC after sorting
This commit is contained in:
parent
60d0c2a455
commit
511edbfff8
2 changed files with 5 additions and 4 deletions
|
|
@ -4184,6 +4184,6 @@ I don't need this right now, but it might come in handy here or elsewhere.
|
|||
** File-local variables
|
||||
|
||||
# Local Variables:
|
||||
# before-save-hook: (org-make-toc (lambda () (when (fboundp 'unpackaged/org-fix-blank-lines) (unpackaged/org-fix-blank-lines t))) (lambda () (when (fboundp 'ap/org-sort-entries-recursive-multi) (save-excursion (goto-char (point-min)) (ap/org-sort-entries-recursive-multi '(?a ?p ?o))))))
|
||||
# before-save-hook: ((lambda () (when (fboundp 'unpackaged/org-fix-blank-lines) (unpackaged/org-fix-blank-lines t))) (lambda () (when (fboundp 'ap/org-sort-entries-recursive-multi) (save-excursion (goto-char (point-min)) (ap/org-sort-entries-recursive-multi '(?a ?p ?o))))) org-make-toc)
|
||||
# End:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue