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

2012-10-06 Thread Nick Dokos
Eric Fraga wrote: > Sebastien Vauban 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

[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 Eric Fraga
Sebastien Vauban 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 the root to the lis

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

2012-10-06 Thread Eric Schulte
Andreas Leha writes: > Hi Eric, > >> Andreas Leha 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 equivalent to >>> org-babel-expand-src-block (C

[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 pack

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

2012-10-06 Thread Nicolas Goaziou
Hello, Suvayu Ali 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. This should be fixed i

Re: [O] Publishing using the new exporter

2012-10-06 Thread Nicolas Goaziou
Hello, Robert Klein 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 use the base-directory as

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 writes:

[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 fo

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: Is

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

2012-10-06 Thread Nicolas Goaziou
Hello, Le Wang 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 rewritten. newco

[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: New Exporter macro expansion

2012-10-06 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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 multiline macros are not needed, as they would be redund

[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 produ

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 (automatic

Re: [O] [BUG] Parsing consecutive stars

2012-10-06 Thread Nicolas Goaziou
Hello, William Léchelle 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 strange fashion, even, but

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 org-inst

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

2012-10-06 Thread Nicolas Goaziou
Hello, Achim Gratz 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 am I missing

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: New Exporter macro expansion

2012-10-06 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin 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

Re: [O] Bug: New Exporter macro expansion

2012-10-06 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin 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 > (release_7.9.2-402-ge5e49e @ d:/Apps/Ema