emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Is it possible to use org-babel to deal with bibtex?
@ 2014-12-15  2:59 Feng Shu
  2014-12-15 16:58 ` Richard Lawrence
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2014-12-15  2:59 UTC (permalink / raw)
  To: orgmode


I want to deal with my bibtex like this, is it possible?

=======================================================================
* Emacs & org-mode & vim
  :PROPERTIES:
  :noweb-ref: bibkeys
  :END:

I like emacs very much src_bib{emacs1900}, I like Org-mode Very much
src_bib{orgmode1900}.I don't know vim src_bib{vim1900}.

** Reference
#+BEGIN_SRC bib :noweb yes
  <<bibkey>>
#+END_SRC


=========================================================================

--

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is it possible to use org-babel to deal with bibtex?
  2014-12-15  2:59 Is it possible to use org-babel to deal with bibtex? Feng Shu
@ 2014-12-15 16:58 ` Richard Lawrence
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Lawrence @ 2014-12-15 16:58 UTC (permalink / raw)
  To: emacs-orgmode

Hi Feng,

Feng Shu <tumashu@gmail.com> writes:

> I want to deal with my bibtex like this, is it possible?

I'm not entirely sure what you're asking to do here.  

Your example looks like you want to store bibliography information in
Org, and generate citations using Org syntax.  This is possible, and
plenty of people do it.  See the org-bibtex library (included in the
main Org distribution) for storing your bibliographic data in Org trees;
see the ox-bibtex library (in contrib) for one way of generating
citations using Org syntax.

Here's my setup (which uses org-bibtex but not ox-bibtex):
http://article.gmane.org/gmane.emacs.orgmode/86033/
 
You might also look into John Kitchin's org-ref library:
https://github.com/jkitchin/jmax/blob/master/org/org-ref.org

None of these options involve Babel, though; I'm not sure if you
specifically wanted a Babel-based solution.  Is there something more
specific you're trying to do?  

Best,
Richard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-15 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-15  2:59 Is it possible to use org-babel to deal with bibtex? Feng Shu
2014-12-15 16:58 ` Richard Lawrence

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).