Re: [O] Section on #+include keyword is missing quite some info in the org-manual.org

2018-10-04 Thread Kaushal Modi
On Mon, Oct 1, 2018 at 3:25 PM Kaushal Modi wrote: > I was thinking of adding cindices like the ones you added for header > arguments. > > #+cindex: @samp{minlevel}, include > #+cindex: @samp{lines}, include > .. etc. > > Would that be OK? > I went ahead as this wasn't a major edit, and

Re: [O] Section on #+include keyword is missing quite some info in the org-manual.org

2018-10-01 Thread Kaushal Modi
On Wed, Sep 26, 2018 at 6:47 AM Nicolas Goaziou wrote: > > This is not intentional. Could you re-introduce the latest revision of > that section? > I was just setting out to fix this in the manual, but I see that you already did this :) I was thinking of adding cindices like the ones you added

Re: [O] Section on #+include keyword is missing quite some info in the org-manual.org

2018-09-26 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I was visiting the Org manual to verify if I got the :only-contents > parameter of #+include keyword correct, and noticed that that info is > completely missing from that section in the new org-manual.org. > > Reverting back to older texi, it is missing pieces like

[O] Section on #+include keyword is missing quite some info in the org-manual.org

2018-09-25 Thread Kaushal Modi
Hello, I was visiting the Org manual to verify if I got the :only-contents parameter of #+include keyword correct, and noticed that that info is completely missing from that section in the new org-manual.org. Reverting back to older texi, it is missing pieces like below and much more too:

Re: [O] Section of Org manual on images in latex export

2014-06-25 Thread Bastien
Hi Christopher, Nick Dokos ndo...@gmail.com writes: Christopher Witte ch...@witte.net.au writes: ps. I tried to find out if I could make those changes myself, but after much clicking and searching, I could only find: http://orgmode.org/worg/org-contribute.html but that doesn't say anything

Re: [O] Section of Org manual on images in latex export

2014-06-19 Thread Christopher Witte
On 19 June 2014 00:20, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Actually, it is #+ATTR_LATEX: :float t hmmm, I'm sure I tried that and it didn't work, but I just tested it again and now it is working. I'm not sure what I did wrong before. Thanks for clarifying that for me. Cheers

Re: [O] Section of Org manual on images in latex export

2014-06-18 Thread Nicolas Goaziou
Hello, Christopher Witte ch...@witte.net.au writes: After quite a bit of mucking around and finally resorting to checking the source code, I worked out how to wrap an image in a figure environment without a caption. The final solution #+ATTR_LATEX: :float figure Actually, it is

[O] Section of Org manual on images in latex export

2014-06-17 Thread Christopher Witte
Hi all, After quite a bit of mucking around and finally resorting to checking the source code, I worked out how to wrap an image in a figure environment without a caption. The final solution #+ATTR_LATEX: :float figure was trivial, but the manual wasn't too helpful on this particular subject.

Re: [O] Section of Org manual on images in latex export

2014-06-17 Thread Nick Dokos
Christopher Witte ch...@witte.net.au writes: ps. I tried to find out if I could make those changes myself, but after much clicking and searching, I could only find: http://orgmode.org/worg/org-contribute.html but that doesn't say anything about contributing to the documentation. Even so, it

Re: [O] section subtitle in latex export

2013-05-03 Thread Aaron Ecay
Hello Nicolas, 2013ko maiatzak 2an, Nicolas Goaziou-ek idatzi zuen: That's good. Please push it into maint branch. Done. I then merged the patch into the master branch. Thanks, -- Aaron Ecay

Re: [O] section subtitle in latex export

2013-05-02 Thread Rasmus
Aaron Ecay aarone...@gmail.com writes: Try the patch attached to this email. It simply avoids inserting the alternate heading whenever it is identical to the standard one. Sounds good to me. Aesthetically, the insertion of \section[·]{·} has bothered me. . . –Rasmus -- ⠠⠵

Re: [O] section subtitle in latex export

2013-05-02 Thread Nicolas Goaziou
Hello, Masataro Asai guicho2.71...@gmail.com writes: Reply to myself: I edebugged the ox-latex and studied what's happening. Who wrote this code? Obviously, not you. you shouldn't do things like this... The code is overwriting the defcustom'ed sectioning format, no one knows. Doing

Re: [O] section subtitle in latex export

2013-05-02 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: (Nicolas, I’m waiting to see if you have any thoughts before pushing this patch to the org repo.) That's good. Please push it into maint branch. Regards, -- Nicolas Goaziou

Re: [O] section subtitle in latex export

2013-05-02 Thread Masataro Asai
Nicolas, sorry for my offending remarks in the second message. i was just a little nervous about that unexpected behavior for me. org latex classes can be considererd as a template. template is somewhat similer to lambda. you wouldnt want any function to be modified by another function which

Re: [O] section subtitle in latex export

2013-05-02 Thread Nicolas Goaziou
Masataro Asai guicho2.71...@gmail.com writes: org latex classes can be considererd as a template. template is somewhat similer to lambda. you wouldnt want any function to be modified by another function which recieved it as its argument. Of course, `org-latex-classes' is a template. But it

[O] section subtitle in latex export

2013-05-01 Thread Masataro Asai
Hi all, I am currently writing a journal thesis in org-mode and exporting it to a LaTeX file. It worked well until recently I have updated the org-mode version to the latest one. My problem is that the specified class file for the journal fails to interpret the subtitle of the sectioning command

Re: [O] section subtitle in latex export

2013-05-01 Thread Masataro Asai
Reply to myself: I edebugged the ox-latex and studied what's happening. Who wrote this code? you shouldn't do things like this... The code is overwriting the defcustom'ed sectioning format, no one knows. the best answer for this problem would be changing the structure of org-latex-classes but I

Re: [O] section subtitle in latex export

2013-05-01 Thread Aaron Ecay
Hi Masataro, I agree that it is weird for org to insert the alternate header when it is identical to the regular header. I think it is unnecessary complication to introduce a new option to control this, though – it can be automatic. Try the patch attached to this email. It simply avoids

[O] \section*{}

2012-02-24 Thread Marvin Doyley
Does anybody now how to force org-latex-export to do \section*{name} rather than \section{name} ? thanks M

Re: [O] \section*{}

2012-02-24 Thread Nick Dokos
Marvin Doyley marvin...@gmail.com wrote: Does anybody now how to force org-latex-export to do \section*{name} rather than \section{name} ? #+OPTIONS: num:nil Nick

Re: [O] \section*{}

2012-02-24 Thread Marvin Doyley
Thanks nick, Can I use this to suppress the numbering selectively For example, lets say I have * Intro * Results * Figures and Tables Can I use this to suppress numbering of Figures and Tables only ? cheers M On Fri, Feb 24, 2012 at 4:14 PM, Nick Dokos nicholas.do...@hp.com wrote: Marvin

Re: [O] \section*{}

2012-02-24 Thread Nick Dokos
Marvin Doyley marvin...@gmail.com wrote: Thanks nick, Can I use this to suppress the numbering selectively  For example, lets say I have * Intro * Results * Figures and Tables Can I use this to suppress numbering of Figures and Tables only ? Not that I know of: it's all or

Re: [O] \section*{}

2012-02-24 Thread Thomas Alexander Gerds
but, you can always do this: , | ** sec 1 | | bla | | #+LaTeX: \section*{sec2} ` Tomy Marvin Doyley marvin...@gmail.com writes: Thanks nick, Can I use this to suppress the numbering selectively For example, lets say I have * Intro * Results * Figures and Tables Can I use

[O] Section between #+latex: declarations not converted during export

2011-03-13 Thread Matt Lundin
In the following example... --8---cut here---start-8--- * Testing #+latex: \custommacro{% [[http:www.google.com][Google]] /The quick brown fox./ #+latex: } --8---cut here---end---8--- ...the lines between the latex

Re: [O] Section between #+latex: declarations not converted during export

2011-03-13 Thread Nick Dokos
Matt Lundin m...@imapmail.org wrote: In the following example... * Testing #+latex: \custommacro{% [[http:www.google.com][Google]] /The quick brown fox./ #+latex: } ...the lines between the latex declarations are not exported: \section{Testing} \label{sec-1} \custommacro{%