-
citar seems to have had many changes since i last updated it. i have |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
There's info here on configuring orb to use the new note API: In time, |
Beta Was this translation helpful? Give feedback.
-
@bdarcus so i tried with a minimum init. it is working now, but author, editor, date, do not work, and it includes the top level :properties: even if the template already includes it. org-roam-bibtex just works. (org-roam-capture-templates
'(("n" "literature note" plain
"%?"
:target
(file+head
"%(expand-file-name (or citar-org-roam-subdir \"\") org-roam-directory)/${citar-citekey}.org"
"
:PROPERTIES
:ID: ${id}
:timestamp_created: %U
:timestamp_updated: %U
:ROAM_REFS: @${citar-citekey}
:roam_aliases: ${citar-citekey}
:END:
#+title: ${citar-citekey} ${title}
#+category:
#+filetags: :reference:yee:
#+bibliography: asset/text/bib.bib
#+seq_todo: TODO PREVIEW ASK READ RECORD RELATE RECITE REPEAT PRACTICE REVIEW | DONE CANCELED
- categories ::
- subcategories ::
* ${title}
:properties:
:id_custom: ${citar-citekey}
:author: ${author}
:editor: ${editor}
:date: ${date}
:noter_document:
:noter_page:
:end:
")
:unnarrowed t) OR with citar prefix as citar-author, citar-date, ...
init.el
|
Beta Was this translation helpful? Give feedback.
There's info here on configuring orb to use the new note API:
org-roam/org-roam-bibtex#253
In time,
citar-org-roam
will include support for custom capture templates, in which case you could just use that.