diff options
author | fpi | 2020-10-30 19:33:54 +0100 |
---|---|---|
committer | fpi | 2020-10-30 19:37:37 +0100 |
commit | 9f041083becdcb6d9225054e2185fd43a3f551b0 (patch) | |
tree | f0812508303d7916096553f04b7dfd1f73b442a8 | |
parent | Add magit to project.el prompt (diff) |
Add link as ROAM_KEY for roam-protocol ref captures
-rw-r--r-- | emacs-init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 46372d3..3d6e4ed 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4213,7 +4213,8 @@ To be compatible with [[https://github.com/sprig/org-capture-extension][this chr "* %? [[%:link][%:description]] :PROPERTIES: :CREATED: %U -:END:") +:END: +#+ROAM_KEY: %:link") #+end_src ***** Old templates Templates I no longer use, but may be interesting. |