emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Scientific papers related to Org-mode


From: Bastien
Subject: Re: [O] Scientific papers related to Org-mode
Date: Tue, 10 Apr 2012 22:34:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi Rainer,

Rainer M Krug <address@hidden> writes:

> It just returns the citation.

Okay.  I've added this to the Worg FAQ:

* Is there a bibtex entry for the Org manual?

Yes.  Please evaluate this function and run =M-x
org-insert-manual-bitex-citation-at-point RET=.

#+begin_src emacs-lisp
(defun org-insert-manual-bitex-citation-at-point ()
  "Insert a Bibtex citation of the Org manual at point."
  (interactive)
  (insert
  "@book{dominik10:_org_mode_refer_manual,
  author =       {Carsten Dominik},
  title =        {The \pkg{Org-Mode} 7 Reference Manual: Organize
                  Your Life with GNU Emacs},
  publisher =    {Network Theory},
  year =         2010,
  address =      {UK},
  note =         {with contributions by David O`Toole, Bastien Guerry,
                  Philip Rooke, Dan Davison, Eric Schulte, and Thomas
                  Dye}
}"
  (message "Thanks for quoting the Org manual!")))
#+end_src

I don't think we need this in Org's core, but it's good to have it
somewhere.

Thanks!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]