Re: [O] Is it possible to use org-babel to deal with bibtex?

2014-12-15 Thread Richard Lawrence
Hi Feng,

Feng Shu tuma...@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




[O] Is it possible to use org-babel to deal with bibtex?

2014-12-14 Thread Feng Shu

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


=

--