emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Brian van den Broek <brian.van.den.broek@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: org-bibtex.el feature request
Date: Tue, 1 May 2012 17:19:54 +0200	[thread overview]
Message-ID: <CAF6DajL4zw78cMVMux0TV2JF2AweQU=2qkauoQMm4SfiLe+qjg@mail.gmail.com> (raw)

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

                 reply	other threads:[~2012-05-01 15:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAF6DajL4zw78cMVMux0TV2JF2AweQU=2qkauoQMm4SfiLe+qjg@mail.gmail.com' \
    --to=brian.van.den.broek@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).