From: Bastien <bzg@gnu.org>
To: R.M.Krug@gmail.com
Cc: news1142@karl-voit.at, Bastien <bzg@altern.org>, emacs-orgmode@gnu.org
Subject: Re: Scientific papers related to Org-mode
Date: Tue, 10 Apr 2012 22:34:49 +0200 [thread overview]
Message-ID: <87ehrvfhqu.fsf@gnu.org> (raw)
In-Reply-To: <4F83FC19.4000601@gmail.com> (Rainer M. Krug's message of "Tue, 10 Apr 2012 11:23:37 +0200")
Hi Rainer,
Rainer M Krug <r.m.krug@gmail.com> 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
next prev parent reply other threads:[~2012-04-10 20:33 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-09 18:52 Scientific papers related to Org-mode Karl Voit
2012-04-09 19:01 ` Bastien
2012-04-09 17:30 ` Eric Schulte
2012-04-10 7:55 ` Rainer M Krug
2012-04-10 8:57 ` suvayu ali
2012-04-10 9:10 ` Rainer M Krug
2012-04-10 9:13 ` Bastien
2012-04-10 9:23 ` Rainer M Krug
2012-04-10 20:34 ` Bastien [this message]
2012-04-11 7:36 ` Rainer M Krug
2012-04-11 8:05 ` Bastien
2012-04-16 12:37 ` Sebastien Vauban
2012-04-16 15:49 ` Thomas S. Dye
2012-04-09 19:25 ` Karl Voit
2012-04-09 20:03 ` Worg-page about Org-mode papers (was: Scientific papers related to Org-mode) Karl Voit
2012-04-10 9:52 ` Linking bibtex on Worg (was: Worg-page about Org-mode papers) Karl Voit
2012-04-10 11:39 ` Linking bibtex on Worg Bastien
2012-04-09 21:57 ` Scientific papers related to Org-mode Bastien
2012-04-10 9:00 ` Karl Voit
2012-04-10 9:09 ` Bastien
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=87ehrvfhqu.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=R.M.Krug@gmail.com \
--cc=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@karl-voit.at \
/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).