zk / Refactoring

Sometimes it's necessary to apply changes to all files managed by org-zk.

(defun org-zk-refactor-add-ids ()
  "Add IDs to all headlines of all files."
  (interactive)
  (dolist (file (org-zk-files))
    (org-zk-in-file file
      (org-zk-add-ids-to-headlines))))

(provide 'org-zk-refactor)

If you have an idea how this page could be improved or a comment send me a mail.