Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Thomas S. Dye
Eric S Fraga writes: > "Thomas S. Dye" writes: > > [...] > >> Aloha Nicolas, >> >> Has org-e-latex-translate-table gone away? I get: >> Symbol's value as variable is void: org-e-latex-translate-table >> >> I tried grepping the source code for it, but came up empty there, too. > > Tom, > > Nicol

Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Eric S Fraga
"Thomas S. Dye" writes: [...] > Aloha Nicolas, > > Has org-e-latex-translate-table gone away? I get: > Symbol's value as variable is void: org-e-latex-translate-table > > I tried grepping the source code for it, but came up empty there, too. Tom, Nicolas typed in the wrong variable name; chan

Re: [O] org-export-preprocess-hook and the new exporter

2012-05-28 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> This is probably more for Nicolas... and apologies for hijacking the >> thread slightly! >> >> I was intrigued by the comment above regarding the ignoreheading >> tag. Sounded just like what I needed. However, it doesn't do anythin

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-20 Thread Nicolas Goaziou
Hello, Eric Fraga writes: > I think it should be > > #+BEGIN_SRC emacs-lisp > (add-to-list 'org-e-latex-translate-alist '(headline . my-e-latex-headline)) > #+END_SRC > > i.e. =alist= instead of =table=. Indeed, that was a typo in my message (in fact I hesitated a long time between the two na

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-19 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> This is probably more for Nicolas... and apologies for hijacking the >> thread slightly! >> >> I was intrigued by the comment above regarding the ignoreheading >> tag. Sounded just like what I needed. However, it doesn't do anythin

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-18 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > This is probably more for Nicolas... and apologies for hijacking the > thread slightly! > > I was intrigued by the comment above regarding the ignoreheading > tag. Sounded just like what I needed. However, it doesn't do anything > with org /out-of-the-box/. A lit

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-17 Thread Bastien
Hi Eric, Eric S Fraga writes: > I was intrigued by the comment above regarding the ignoreheading > tag. Sounded just like what I needed. However, it doesn't do anything > with org /out-of-the-box/. A little searching led to Suvayu's posting > in stackoverflow [1] and that does the job nicely,

[O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-16 Thread Eric S Fraga
Richard Lawrence writes: > Hi Suvayu, > > suvayu ali wrote: > >> In case you are interested, I'm attaching some relevant bits. It has >> examples on how to put in tables (with short and long captions), >> figures, latex snippets and finally how I included a bibliography and >> appendices. >> >>