Hi,
I am a recently converted Vim user switching to doom emacs and a complete noob. I believe this wonderful plugin is part of the biblio module of doom and is trying to configure it to my needs.
In particular, I have been trying to set up a template for roam note title using
(setq citar-org-roam-note-title-template
but I am unable to do so. I want the title be of the format " Author et al year". I tried using
(setq citar-org-roam-note-title-template "${author:%etal} - ${year:4}")
But it did not work as expected, instead giving a blank for the author and sometimes giving a blank for year too. What is the required configuration to achieve this?
Similarly, I have tried setting up template using the example given in the readme for org-roam-capture-templates,
It prompts me citar-citekey,citar-date etc. I believe this is similar to #24 , at least to my limited understanding. How can I get this to work?
Also, what are the full range of variables available for this templates? I am unable to find the documentation for these, but it could just be that I am looking at the wrong places, being new to the emacs.
I am pretty much using a doom config that is close to default.
Hi, I am a recently converted Vim user switching to doom emacs and a complete noob. I believe this wonderful plugin is part of the biblio module of doom and is trying to configure it to my needs. In particular, I have been trying to set up a template for roam note title using
(setq citar-org-roam-note-title-template
but I am unable to do so. I want the title be of the format " Author et al year". I tried using
(setq citar-org-roam-note-title-template "${author:%etal} - ${year:4}")
But it did not work as expected, instead giving a blank for the author and sometimes giving a blank for year too. What is the required configuration to achieve this?
Similarly, I have tried setting up template using the example given in the readme for
org-roam-capture-templates
, It prompts me citar-citekey,citar-date etc. I believe this is similar to #24 , at least to my limited understanding. How can I get this to work?Also, what are the full range of variables available for this templates? I am unable to find the documentation for these, but it could just be that I am looking at the wrong places, being new to the emacs.
I am pretty much using a doom config that is close to default.