[O] [PATCH] Add TEXINFO_POST_HEADER slot

2012-11-27 Thread Thomas S. Dye
Aloha all, The attached patch opens up a slot to insert material between the header and body of a texinfo file. The Org manual uses this space to define several macros that are used extensively through the rest of the document. Please feel free to improve/change if need be. All the best, Tom >

Re: [O] nested org-headlines

2012-11-27 Thread Eric Abrahamsen
42 147 writes: > (1) is possible, but not (2) and (3), (3) being what I want (though > (2) > would be nice). I was going to say you could use drawers instead of inline tasks (see section 2.8 of the manual), but they don't nest properly: if you put one inside the other and fold the outer one, it

Re: [O] using local.mk to maintain a local git branch

2012-11-27 Thread Eric Abrahamsen
Achim Gratz writes: > Eric Abrahamsen writes: >> Probably nothing -- the FAQ gave me the impression that it was somehow >> preferable to use the make system rather than git config to keep a local >> git branch rebased to master; I didn't realize the note in the FAQ was >> addressing changes to th

Re: [O] Batch execution and --script

2012-11-27 Thread Bernt Hansen
Bastien writes: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > >> I also created a new function based off org-export-generic called >> org-export-generic-markdown which can be called in a non-interactive >> way, so that it could work from the script. > > NB: While org-export-generic.el was

Re: [O] FAILED test-org/end-of-line

2012-11-27 Thread Nick Dokos
Nick Dokos wrote: > Achim Gratz wrote: > > >=20 > > This test is failing again in the latest pre-test version of the pending > > Emacs=C2=A024.3 release. This time it fails on Linux, it used to fail be= > fore > > in Emacs=C2=A023.3 on Win7. > >=20 > >=20 > > Ugh - one of "those"... > Addin

Re: [O] FAILED test-org/end-of-line

2012-11-27 Thread Nick Dokos
Achim Gratz wrote: > > This test is failing again in the latest pre-test version of the pending > Emacs 24.3 release. This time it fails on Linux, it used to fail before > in Emacs 23.3 on Win7. > > Ugh - one of "those"... With the minimal.org-test.el file appended, I get no problems with -

Re: [O] using local.mk to maintain a local git branch

2012-11-27 Thread Achim Gratz
Eric Abrahamsen writes: > Probably nothing -- the FAQ gave me the impression that it was somehow > preferable to use the make system rather than git config to keep a local > git branch rebased to master; I didn't realize the note in the FAQ was > addressing changes to the Makefile in particular. I

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Ista Zahn
Thank you, I'm currently working around this with ;; fix f'ed up windows temp directory (if (eq system-type 'windows-nt) (setq temporary-file-directory "c:/tmp/") ) in my init.el, and odt export is now working as expected. Best, Ista On Tue, Nov 27, 2012 at 12:46 PM, Jambunathan K wrote: > J

[O] FAILED test-org/end-of-line

2012-11-27 Thread Achim Gratz
This test is failing again in the latest pre-test version of the pending Emacs 24.3 release. This time it fails on Linux, it used to fail before in Emacs 23.3 on Win7. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER

Re: [O] Installing complete contrib

2012-11-27 Thread Achim Gratz
Erich Neuwirth writes: > I am trying to install everything contrib on > OSX 10.8.2, Emacs 24.2.1 > > When in local.mk I do > ORG_ADD_CONTRIB = * It is not a good idea to "install everything from contrib". Some of this is not well tested, not maintained anymore or requires special setups to work.

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Jambunathan K
Jambunathan K writes: > Ista > >> Your suspicion is confirmed. >> >> If this is true, then either my >>> understanding of `get-file-buffer' is incorrect or that >>> `get-file-buffer' is buggy. >> >> Please let me know what I can do to help figure this out. > > I have filed a bug: > > http://d

[O] Installing complete contrib

2012-11-27 Thread Erich Neuwirth
I am trying to install everything contrib on OSX 10.8.2, Emacs 24.2.1 When in local.mk I do ORG_ADD_CONTRIB = * I get install: org-jira.elc: No such file or directory make[1]: *** [install] Error 71 make: *** [install-lisp] Error 2 make: *** [up2] Error 2 When in local.mk I do ORG_ADD_CONTRIB =

[O] nested org-headlines

2012-11-27 Thread 42 147
(1) is possible, but not (2) and (3), (3) being what I want (though (2) would be nice). (1) * HEADLINE Text about main topic. *** INLINE TASK Text about tangent from main topic. *** END Continuation of main topic. (2) * HEADLINE

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Jambunathan K
Ista > Your suspicion is confirmed. > > If this is true, then either my >> understanding of `get-file-buffer' is incorrect or that >> `get-file-buffer' is buggy. > > Please let me know what I can do to help figure this out. I have filed a bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13

[O] Request for advice

2012-11-27 Thread Carson Chittom
I don't want to duplicate a bunch of effort if this is already a solved problem, so I'd like some advice, if anybody is or has been in a similar situation. Previously, I worked in a situation where I set my own schedule, and I used Org to keep track. Beginning next month, I will be working in pla

[O] Fwd: New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Jambunathan K
-- Forwarded message -- From: Jambunathan K Date: Tue, 27 Nov 2012 21:33:34 +0530 Subject: Re: New exporter (org-e-odt) not creating content.xml To: Ista Zahn Ista Zahn writes: > Also, I just noticed that a content.xml buffer is created, with what > looks like the correct conte

Re: [O] Actual eps picture size in beamer presentation

2012-11-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/11/12 16:31, Rainer M Krug wrote: > On 27/11/12 13:07, Johan Ekh wrote: >> Hi, I've created an eps picture with the exact width of a landscape A4 to be >> used in a beamer >> presentation. However, the latex exporter shrinks it. I'd like to pas

Re: [O] Actual eps picture size in beamer presentation

2012-11-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/11/12 13:07, Johan Ekh wrote: > Hi, I've created an eps picture with the exact width of a landscape A4 to be > used in a beamer > presentation. However, the latex exporter shrinks it. I'd like to pass an > option to the > exporter to use the a

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Ista Zahn
Hi all, On Tue, Nov 27, 2012 at 3:40 AM, Giovanni Ridolfi wrote: > Hi, Ista, > > > Da: Ista Zahn > Inviato: Lunedì 26 Novembre 2012 23:44 > >> I can't seem to get the new odt exporter working on my Windows machine >> at work (it works fine on Linux at home). > [...] > >> So it seems that the new

Re: [O] Actual eps picture size in beamer presentation

2012-11-27 Thread Suvayu Ali
On Tue, Nov 27, 2012 at 01:07:55PM +0100, Johan Ekh wrote: > Hi, > I've created an eps picture with the exact width of a landscape A4 to be > used in a beamer presentation. However, the latex exporter shrinks it. I'd > like to pass an option to the exporter to use the actual size of the > picture,

[O] Actual eps picture size in beamer presentation

2012-11-27 Thread Johan Ekh
Hi, I've created an eps picture with the exact width of a landscape A4 to be used in a beamer presentation. However, the latex exporter shrinks it. I'd like to pass an option to the exporter to use the actual size of the picture, is that possible? Best regards, Johan

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Giovanni Ridolfi
Hi, Ista, Da: Ista Zahn Inviato: Lunedì 26 Novembre 2012 23:44 > I can't seem to get the new odt exporter working on my Windows machine > at work (it works fine on Linux at home). [...] > So it seems that the new exporter is not creating content.xml, or > META-INF/manifest.xml. Again this onl

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Rainer Stengele
Hi! I am using Windows 7 Org-mode version 7.9.2 (release_7.9.2-608-g6d01be GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN Libreoffice 3.6.1.2 Exporting works ok for me, contnet.xml is included: Saving file c:/Users/rainer/AppData/Roaming/tmp/odf-29744LyB/META-INF/manifest.xml