Re: [O] Bug: New Exporter macro expansion

2012-10-06 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello all, I've found a few issues with the new exporter (tested using org-e-latex and org-e-ascii) with regards to macro expansion on export. Using the minimal org file below with Org-mode version 7.9.2

Re: [O] Bug: New Exporter macro expansion

2012-10-06 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Hello, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello all, I've found a few issues with the new exporter (tested using org-e-latex and org-e-ascii) with regards to macro expansion on export. Using the minimal org file below with

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Achim Gratz
Nicolas Goaziou writes: Ok. Then, please install it in maint whenever you find it appropriate. Done. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: Ok. Then, please install it in maint whenever you find it appropriate. Done. Thank you. One problem is that I get the warning every time I call M-x org-reload, even if my installation is fine otherwise. Is it expected or

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-06 Thread Achim Gratz
Nicolas Goaziou writes: One problem is that I get the warning every time I call M-x org-reload, even if my installation is fine otherwise. Is it expected or am I missing something? This can only happen if (fetaurep 'org-install) yields true. In that case, something has been loading

Re: [O] [BUG] Parsing consecutive stars

2012-10-06 Thread Nicolas Goaziou
Hello, William Léchelle william.leche...@ens-lyon.fr writes: Hi list, It looks like the stars parser has a problem with 2 consecutive stars, hence with bold in 2nd level headers. The following sums up all the relevant tests I performed. Only 3rd and 4th lines seem to be related, in a

Re: [O] Publishing using the new exporter

2012-10-06 Thread Nicolas Goaziou
Hello, Another issue I encountered, when publishing(!) to pdf, the resulting pdfs didn't have any images. This is probably caused by the images beind created in :base-directory and the pdf being created in :publishing-directory Indeed. Eric: Is there any mechanism to force

[O] Entry text mode: does it work for you?

2012-10-06 Thread Sebastien Vauban
Hello, Just tried to reuse the entry text mode, by pressing `E' from the agenda view. I get mixed results: the notes which are displayed don't always belong to the right entry. Some do, some don't. At this moment, I still have no clue on the cause of this -- I am, though, still trying to

Re: [O] Bug: New Exporter macro expansion

2012-10-06 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Did you go further in the thinking about what the macros will support in the future? Such as: multiline macros, recursive macros, Babel blocks, etc. Macro expansion is already recursive. I think

[O] BUG: setting comment-use-syntax to nil causes problems in Emacs head

2012-10-06 Thread Le Wang
This value was changed from the default of 'undecided to nil in 4d00c5bf4 . In turn, it exposes bug in Emacs HEAD, see: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12583 Is there a compelling reason for this change? -- Le

Re: [O] BUG: setting comment-use-syntax to nil causes problems in Emacs head

2012-10-06 Thread Nicolas Goaziou
Hello, Le Wang l26w...@gmail.com writes: This value was changed from the default of 'undecided to nil in 4d00c5bf4 . In turn, it exposes bug in Emacs HEAD, see: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12583 Is there a compelling reason for this change? Yes, comments handling was

Re: [O] Publishing using the new exporter

2012-10-06 Thread Robert Klein
On 10/06/2012 01:17 PM, Nicolas Goaziou wrote: Hello, Another issue I encountered, when publishing(!) to pdf, the resulting pdfs didn't have any images. This is probably caused by the images beind created in :base-directory and the pdf being created in :publishing-directory Indeed. Eric:

[O] org-export-dispatch ui has duplicate entries after org-reload

2012-10-06 Thread Suvayu Ali
Hi Nicolas and others, I noticed something today; doing org-reload introduces duplicate entries in the org-export-dispatch ui. I noticed this with the HTML, ODT and the ASCII backend; there might be others. This however does not happen with the LaTeX backend. To replicate this issue, try the

Re: [O] Custom title page for report in Orgmode latex export

2012-10-06 Thread Suvayu Ali
Hi Sanjib, On Fri, Oct 05, 2012 at 09:05:30AM -1000, Thomas S. Dye wrote: Hi Sanjib Sikder, Please see http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-11-2. LaTeX will layout the page, so you'll probably need to craft some LaTeX code. Sanjib Sikder

Re: [O] Publishing using the new exporter

2012-10-06 Thread Nicolas Goaziou
Hello, Robert Klein klein...@mpip-mainz.mpg.de writes: for pdf publishing I'd rather prefer the tex file also to be created in the base directory and only the pdf appearing in the publishing-directory, if there is a way. You're right: I'm over-engineering it. As a workaround I currently

Re: [O] org-export-dispatch ui has duplicate entries after org-reload

2012-10-06 Thread Nicolas Goaziou
Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: I noticed something today; doing org-reload introduces duplicate entries in the org-export-dispatch ui. I noticed this with the HTML, ODT and the ASCII backend; there might be others. This however does not happen with the LaTeX backend.

[O] org-odt

2012-10-06 Thread Will Schrimshaw
Hello, Did a complete recipe ever surface to fix the issues with the odt exporter, as described here: http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg00459.html (copied below) I'm getting the following error when trying to export to odt: Cannot find factory styles file. Check

Re: [O] [babel] howto debug #+call lines

2012-10-06 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Eric, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I am getting different results from the evaluation of a source block and the evaluation of a #+call line to that block. Therefore, my question: Is there an

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-06 Thread Eric Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Fraga wrote: (add-to-list 'load-path ~/git/org-mode) Why that one? Ahh, that's a bit of historical garbage. There was a point a while back where org-install seemed to have lisp/org-xxx paths and the easiest fix was to add

[O] Scribus+org?

2012-10-06 Thread Marcelo de Moraes Serpa
I've recently found about Scribus (http://www.scribus.net/canvas/Scribus), an open-source alternative to InDesign. I've tried InDesign, and it's great, but it can't beat org+TeX publishing because it can't be programmed (at least I didn't find out a way to do so). I was wondering if there are any

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-06 Thread Nick Dokos
Eric Fraga e.fr...@ucl.ac.uk wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Fraga wrote: (add-to-list 'load-path ~/git/org-mode) Why that one? Ahh, that's a bit of historical garbage. There was a point a while back where org-install seemed to have