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 committe
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
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
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:
#+INCL
Hi Christopher,
Nick Dokos writes:
> Christopher Witte 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 th
On 19 June 2014 00:20, Nicolas Goaziou 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
Chris.
Hello,
Christopher Witte 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
#+ATTR_LATEX: :float
Christopher Witte 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 does apply to t
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.
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
Masataro Asai 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 doesn't apply on
table
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 reci
Hello,
Aaron Ecay 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
Hello,
Masataro Asai 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 what? Would you mind g
Aaron Ecay 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
--
⠠⠵
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
inserti
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 d
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
but, you can always do this:
,
| ** sec 1
|
| bla
|
| #+LaTeX: \section*{sec2}
`
Tomy
Marvin Doyley 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 this to su
Marvin Doyley 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 nothing.
Nick
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 wrote:
> Marvin Doyley wrote:
>
> > Do
Marvin Doyley wrote:
> Does anybody now how to force org-latex-export to do \section*{name} rather
> than \section{name} ?
>
#+OPTIONS: num:nil
Nick
Does anybody now how to force org-latex-export to do \section*{name} rather
than \section{name} ?
thanks
M
Matt Lundin 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{%
> [[http:
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 declar
25 matches
Mail list logo