[Accepted] [Orgmode] Latex: exporting a tree

2011-01-26 Thread Carsten Dominik
lain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Latex: exporting a tree > Date: Sun, 19 Dec 2010 05:15:35 - > From: Nicolas Goaziou > X-Patchwork-Id: 493 > Message-Id: <87sjxuty6w.wl%n.goaz...@gmail.com>

Re: [Orgmode] Latex: exporting a tree

2010-12-18 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: >> Though, shouldn't I replace all those calls to >> `org-get-limited-outline-regexp' with `org-with-limited-levels' >> macro? > I have not looked closely at your new code - but yes, this is what > the macro is for! The following patch does that, 3 times. I

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Carsten Dominik
On Dec 15, 2010, at 7:15 PM, Nicolas Goaziou wrote: Hello, Others uses of org-get-limited-outline-regexp are corrects. Though, shouldn't I replace all those calls to `org-get-limited-outline-regexp' with `org-with-limited-levels' macro? I have not looked closely at your new code - but yes,

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Nicolas Goaziou
Hello, Others uses of org-get-limited-outline-regexp are corrects. Though, shouldn't I replace all those calls to `org-get-limited-outline-regexp' with `org-with-limited-levels' macro? Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Re

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Carsten Dominik
On Dec 15, 2010, at 1:13 PM, Nicolas Goaziou wrote: Hello, Carsten Dominik writes: Nicolas, I believe this was one of your patches - the limited outline regexp needs to be anchored in the way you use it in org-latex.el. Ok. Today, I will check others limited outline regexp in use. Yes,

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: > Nicolas, I believe this was one of your patches - the limited > outline regexp needs to be anchored in the way you use it in > org-latex.el. Ok. Today, I will check others limited outline regexp in use. Regards, -- Nicolas ___

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Carsten Dominik
Hi Jörg, On Dec 15, 2010, at 11:04 AM, Jörg Hagmann wrote: Third attempt to get your attention: why the impatience? Your first attempt was December 9, now it is December 15... No-one is being payed here for fixing problems. - If you export the (new) minimal example below to latex (C-cC

Re: [Orgmode] Latex: exporting a tree

2010-12-15 Thread Jörg Hagmann
Third attempt to get your attention: - If you export the (new) minimal example below to latex (C-cC-e l), it works. - If you only export a tree (Subtree in the example; C-cC-e 1 l), the first table ends at the horizontal line and everything between it and the next node (Subsubtree) is eliminat

Re: [Orgmode] Latex: exporting a tree

2010-12-10 Thread Jörg Hagmann
I checked the problem below with the latest (7.4 alias "7.3") version and it is still there. Could somebody look into that? Emacs 23.2 on OS X 10.6.5 Thanks, Jörg With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text betwee

[Orgmode] Latex: exporting a tree

2010-12-09 Thread Jörg Hagmann
Dear list, With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text between the table and the next heading. It works when exporting the whole file (C-cC-e l). ---Minimal example-- * Test :PROPERTIES: :COL

Re: [Orgmode] Latex exporting

2008-08-06 Thread Daniel Goldin
Thank you so much for sharing this! d. On Wed, Aug 6, 2008 at 2:32 PM, Russell Adams <[EMAIL PROTECTED]>wrote: > On Tue, Jul 29, 2008 at 06:46:37PM -0500, Russell Adams wrote: > > I've finally embarked upon a journey of exploration, attempting to > > publish quality PDF's via org and latex. > >

[Orgmode] Latex exporting

2008-07-29 Thread Russell Adams
I've finally embarked upon a journey of exploration, attempting to publish quality PDF's via org and latex. I've found that I'm creating my own headers and other items that must be included before the \begin, and the only mechanism for adding them is via the org-export-latex-append-header variable