[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-bibtex manual
From: |
Ihor Radchenko |
Subject: |
Re: org-bibtex manual |
Date: |
Sun, 16 Jul 2023 10:00:40 +0000 |
Ypo <ypuntot@gmail.com> writes:
> Now... I would like to start using it. I have seen it has a kind of
> org-capture template (M-x org-bibtex-create-in-current-entry).
>
> If I wanted to add more properties:
>
> - How should the different properties be named and filled to work correctly?
In general, the types of properties are dictated by `org-bibtex-types',
which is declaring Bibtex standards. With C-u argument, you will be
asked for optional properties.
If you want to add non-standard properties, org-set-property will work.
> - Should the names of the properties be exactly like in Bibtex?
Yes. Either exact, or prefixed with `org-bibtex-prefix'. Mixing
with/without prefix will also work.
See also `org-bibtex-export-arbitrary-fields'.
> - Are there any existing org-capture templates with the properties each
> entry type could have? Or could you advise a manual of bibtex to create
> myself some complete templates?
You can create a template by adding `org-bibtex-create'
to :hook property of your capture template:
(setq org-capture-templates '(("a" "test" entry (file "/tmp/1.org") "" :hook
org-bibtex-create)))
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>