Sunday 15 April 2012

emacs - Reftex citation as footnote in orgmode -


I want to insert a quote with the format "First_Author (1998)" using reftex, Add an org footnote and fill the details with the format "All_Authors," the title "Journal (1998)". My current Universal contempt:

  (defun cite-footnote () (interactive) (let's enter) (setq Entry (reftex-citation T)) (Message (reftex- format- Quotation entry "% A (% y)")) (org-footnote-new) (enter (reftex-format-quotation entry "% a,"% t ",% j, (% y)")))) < / Code> 

The problem is that the first argument for reftex-extract output reftex-format-citation is not expected. What would be the proper combination of orders?

I've hacked Riftex so that it could insert references in asciidoc or markdown, what would you do Like to want.

/ P>

You can see this idea.


No comments:

Post a Comment