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