diff --git a/doom/.config/doom/README.org b/doom/.config/doom/README.org index cc8b11a..3d28a96 100644 --- a/doom/.config/doom/README.org +++ b/doom/.config/doom/README.org @@ -800,9 +800,6 @@ fc --> UC2 fc --> UC3 #+end_src -#+RESULTS: -[[/tmp/babel-pg1Nry/plantuml-SHtP1g.png][/tmp/babel-pg1Nry/plantuml-SHtP1g.png]] - * Elgantt Broken for now.. @@ -1020,9 +1017,6 @@ Broken for now.. (message "No file!"))) #+end_src -#+RESULTS: -: elgantt-open-current-org-file - * Org Roam ** Static Path @@ -3335,7 +3329,7 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda) ;; 3. Build index Org block if absent (unless (file-exists-p org-file) (with-temp-file org-file - (insert (format "#+TITLE: %s\n#+DATE: %s\n#+CATEGORY: %s\n#+FILETAGS: :%s:%s:\n\n* Setup\nTODO %s\n\n* Bookmarks\n** Example link\n[[file:./%s.org][Example link for %s]]\n\n* Contacts\n** Contact Name\n:PROPERTIES:\n:EMAIL: contact@example.com\n:ROLE: Client / Partner\n:END:\n\n[[mu4e:from:contact@example.com][Correspondence with Contact Name]]\n\n* Tasks\n** TODO First task for %s\n" + (insert (format "#+TITLE: %s\n#+DATE: %s\n#+CATEGORY: %s\n#+FILETAGS: :%s:%s:\n\n* Contacts\n** Contact Name\n:PROPERTIES:\n:EMAIL:[[mu4e:from:contact@example.com]]\n:ROLE: Client / Partner\n:END:\n\n* Tasks\n** TODO First task for %s\n" node-name (format-time-string "[%Y-%m-%d %a]") node-name @@ -3556,8 +3550,6 @@ to .org files under the project root." (let ((default-directory (projectile-project-root))) (gortium/read-dir-local 'gortium/project-tag)))) -( -( (defun gortium/bookmark-set () "Save a bookmark. Prompts: (g)lobal or (p)roject. Project bookmarks go to .bookmarks file in project root." @@ -3617,7 +3609,6 @@ Project bookmarks are deleted from the .bookmarks file in the project root." (bookmark-save nil proj-file t) (message "Deleted project bookmark: %s" bm-name)))))))))))) -( (defun gortium/transfer-to-project () "Transfer a global bookmark to the current project's .bookmarks." (interactive) diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index e5f4ffc..e5322ec 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -2413,7 +2413,7 @@ with a project-tagged custom agenda entry and optional CONTEXT-TAG (mu4e/agenda) ;; 3. Build index Org block if absent (unless (file-exists-p org-file) (with-temp-file org-file - (insert (format "#+TITLE: %s\n#+DATE: %s\n#+CATEGORY: %s\n#+FILETAGS: :%s:%s:\n\n* Setup\nTODO %s\n\n* Bookmarks\n** Example link\n[[file:./%s.org][Example link for %s]]\n\n* Contacts\n** Contact Name\n:PROPERTIES:\n:EMAIL: contact@example.com\n:ROLE: Client / Partner\n:END:\n\n[[mu4e:from:contact@example.com][Correspondence with Contact Name]]\n\n* Tasks\n** TODO First task for %s\n" + (insert (format "#+TITLE: %s\n#+DATE: %s\n#+CATEGORY: %s\n#+FILETAGS: :%s:%s:\n\n* Contacts\n** Contact Name\n:PROPERTIES:\n:EMAIL:[[mu4e:from:contact@example.com]]\n:ROLE: Client / Partner\n:END:\n\n* Tasks\n** TODO First task for %s\n" node-name (format-time-string "[%Y-%m-%d %a]") node-name @@ -2623,8 +2623,6 @@ to .org files under the project root." (let ((default-directory (projectile-project-root))) (gortium/read-dir-local 'gortium/project-tag)))) -( -( (defun gortium/bookmark-set () "Save a bookmark. Prompts: (g)lobal or (p)roject. Project bookmarks go to .bookmarks file in project root." @@ -2684,7 +2682,6 @@ Project bookmarks are deleted from the .bookmarks file in the project root." (bookmark-save nil proj-file t) (message "Deleted project bookmark: %s" bm-name)))))))))))) -( (defun gortium/transfer-to-project () "Transfer a global bookmark to the current project's .bookmarks." (interactive)