emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-bibtex.el feature request
@ 2012-05-01 15:19 Brian van den Broek
  0 siblings, 0 replies; only message in thread
From: Brian van den Broek @ 2012-05-01 15:19 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I'm using org-bibtex.el and capture templates to store links from
BibTeX entries and am finding it very useful functionality.

The documentation in org-bibtex.el says "And it constructs a nice
description tag for the link that contains the author name, the year
and a short title." This works as advertised, but it would really be a
help were there to be an option to use the BibTeX citation key as the
link description. I'd like to request that this be considered as a
feature to add.

The motivation is that I am using the following in my org-capture-templates:

("b" "BibTeX Entry")

("ba"
 "Bibtex Article"
 entry
 (file+headline "Reading.org" "To File" "%:author")
 "* %:title   %^G
  :PROPERTIES:
  :entered: %U
  :END:

  %a

  %:key

  %:author
  %:title
  %:year
  %:journal

  %?
  " :empty-lines 2)

The use of various :keywords gives me the full information about the
author and year (while I can see that the short form might be of use,
I do want the complete information) and thus the short form is
redundant. The BibTeX key seems to me to be the natural description
link. (Unlike the short form that is generated, it is sure to be
unique in a well maintained BibTeX file.) Were it used, the resulting
capture text would seem cleaner.

While I would indeed like this, I recognize it is a small thing and
there may be a desire to contain the growth of the variables that
org-mode relies on. Thanks for considering it, in any case.

Best,

Brian vdB

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-01 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-01 15:19 org-bibtex.el feature request Brian van den Broek

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).