(fix): allow link captures (#1347)

Previously we had set `org-capture-link-is-already-stored` to `t` in
org-roam captures, because org-roam-protocol stores links. This
prevented regular captures from utilizing the %a element in the
templates.

Instead, only set `org-capture-link-is-already-stored` in the
org-roam-protocol capture command.

Fixes #1341.
This commit is contained in:
Jethro Kuan
2020-12-16 21:12:21 +08:00
committed by GitHub
parent 4d63f99fe8
commit 43831c5819
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@
- [#1325](https://github.com/org-roam/org-roam/pull/1325) make titles and tags extracted unique per note
- [#1327](https://github.com/org-roam/org-roam/pull/1327) preserve existing link description during automatic replacement
- [#1346](https://github.com/org-roam/org-roam/pull/1346) prevent malformed path to `org-roam-index-file`
- [#1347](https://github.com/org-roam/org-roam/pull/1347) allow use of `%a` element in regular Org-roam captures
## 1.2.3 (13-11-2020)