UP | HOME

Org API

Table of Contents

Org-Bibtex API functions (org-bibtex.el)

org-bibtex &optional filename

Export each headline in the current file to a bibtex entry. Headlines are exported using org-bibtex-export-headline.

org-bibtex-autokey

Generate an autokey for the current headline

org-bibtex-check &optional optional

Check the current headline for required fields. With prefix argument optional also prompt for optional fields.

org-bibtex-check-all &optional optional

Check all headlines in the current file. With prefix argument optional also prompt for optional fields.

org-bibtex-create &optional arg nonew

Create a new entry at the given level. With a prefix arg, query for optional fields as well. If nonew is t, add data to the headline of the entry at point.

org-bibtex-create-in-current-entry &optional arg

Add bibliographical data to the current entry. With a prefix arg, query for optional fields.

org-bibtex-export-to-kill-ring

Export current headline to kill ring as bibtex entry.

org-bibtex-fleshout type &optional optional

Fleshout the current heading, ensuring that all required fields are present. With optional argument optional, also prompt for optional fields.

org-bibtex-headline

Return a bibtex entry of the given headline as a string.

org-bibtex-open path

Visit the bibliography entry on path.

org-bibtex-read

Read a bibtex entry and save to *org-bibtex-entries*. This uses bibtex-parse-entry.

org-bibtex-search string

Search for bibliographical entries in agenda files. This function relies org-search-view to locate results.

org-bibtex-store-link

Store a link to a BibTeX entry.

org-bibtex-write

Insert a heading built from the first element of *org-bibtex-entries*.

org-bibtex-yank

If kill ring holds a bibtex entry yank it as an Org-mode headline.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.