Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-05 Thread Rasmus
Jeffrey Spencer writes: > When I use your setup and insert a citation then export to latex I get: > [[cite:Paper]] > turns into: > \ref{cite-Paper} You need to add them as link types: See Worg. Here's my setup #+begin_src emacs-lisp ;; add latex:link-type [[latex:textsc][small caps]] (org-ad

Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-05 Thread Jeffrey Spencer
When I use your setup and insert a citation then export to latex I get: [[cite:Paper]] turns into: \ref{cite-Paper} On Fri, Aug 3, 2012 at 7:38 PM, Rasmus wrote: > (defun org-mode-reftex-setup () > (load-library "reftex") > (and (buffer-file-name) > (file-exists-p (buffer-file-

Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-03 Thread Rasmus
Jeffrey Spencer writes: > 1) I was wondering if anyone has got the reftex feature of easily > recognizing the figures and equations to insert as a ref command to work in > org-mode. I haven't gotten this to work. It's doable, but requires some work. For now I'd be happy if I could replace the

Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-02 Thread Thomas S. Dye
Aloha Jeffrey, Jeffrey Spencer writes: > 1) I was wondering if anyone has got the reftex feature of easily > recognizing the figures and equations to insert as a ref command to work in > org-mode. I'm not aware of this being done. > > 2) Also I had seen on a website that you can use the comma

[O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-02 Thread Jeffrey Spencer
1) I was wondering if anyone has got the reftex feature of easily recognizing the figures and equations to insert as a ref command to work in org-mode. 2) Also I had seen on a website that you can use the command to get org-mode type citations. This seems to export to latex as a \ref command with