Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Myles English writes: > Myles English writes: > >> Nicolas Goaziou writes: >> >>> One option could be to define a specialized latex back-end dedicated to >>> moderncv class, much like "ox-koma-letter.el" does for "scrlttr2". >> >> I did actually make a start on this, I'll dig it out and put it >>

[O] Is it possible to export Org properties as ODT user defined fields?

2014-09-22 Thread Kevin D. Robbins
I would like to export some Org document properties as ODT user defined fields for use in ODT templates. For example, it would be great if something like #+ODT_FIELD: FOO:17 BAR:"Hello, world!" in the Org document exported the following user defined fields in the content.xml.

Re: [O] [RFC] [PATCH] [babel] read description lists as lists of lists

2014-09-22 Thread Aaron Ecay
Hi Nicolas, Thanks for your feedback. 2014ko irailak 20an, Nicolas Goaziou-ek idatzi zuen: > > The problem I see here is that you're introducing yet another internal > representation for lists (along with element's and > org-list-parse-list's). Worse, it can only be discovered when reading > the

Re: [O] [RFC] [PATCH] Warn about unexpanded macros on export

2014-09-22 Thread Aaron Ecay
Hi Nicolas, 2014ko irailak 19an, Nicolas Goaziou-ek idatzi zuen: > > Certainly not a message, due to asynchronous export. Very good point. > >> 2. Since this is a feature that many backends will want to use, should >> we introduce a new “abstract” backend from which other backends can >> inher

Re: [O] [RFC] [PATCH] ox-latex: support :float no with caption for minted listings

2014-09-22 Thread Aaron Ecay
Hi Nicolas, 2014ko irailak 19an, Nicolas Goaziou-ek idatzi zuen: [...] > > In any case, I think you can apply the patch once the docstrings > questions above have been sorted out. Thanks for all your feedback. The patch is now applied on master. > This can do for now. Ultimately, however, I

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-22 Thread Kyeong Soo (Joseph) Kim
On Tue, Sep 23, 2014 at 12:00 AM, Nicolas Goaziou wrote: > Hello, > > "Kyeong Soo (Joseph) Kim" writes: > > > By the way, as said, [[*Foo][Section Foo]] does not produce the link in > > LaTeX export any longer; version 8.x generates just "\texttt{Section > Foo}" > > unlike version 7.x. > > An EC

Re: [O] [patch, ox] Unnumbered headlines

2014-09-22 Thread Thomas S. Dye
Aloha Rasmus, Rasmus writes: > So I guess we should let the patch hang for a while and see if someone > cares to test it. > > Of course I'd appreciate more comments/bug reports. I'm looking forward to this functionality and will test out the patch now that you're happy with its performance.

Re: [O] [patch, ox] Unnumbered headlines

2014-09-22 Thread Rasmus
Hi, Another couple of small changes. Random observation: the patch is "almost" neutral due to the headline-id function: 88 insertions(+), 72 deletions(-) Nicolas Goaziou writes: > I think it would be nice to keep "sec-NUM", with NUM matching current > numbering, for numbered headlines

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Myles English
Myles English writes: > Nicolas Goaziou writes: > >> One option could be to define a specialized latex back-end dedicated to >> moderncv class, much like "ox-koma-letter.el" does for "scrlttr2". > > I did actually make a start on this, I'll dig it out and put it > somewhere accessible, soon. ..

Re: [O] update on missing :parameters in code blocks

2014-09-22 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Thanks for the clarification. Is there any chance you know why this > transformation is done? Does it avoid some problem? No idea. Regards, -- Nicolas Goaziou

[O] [ Bug] tsia-{up, down} sorting strategy not working for tags search agendas

2014-09-22 Thread Subhan Michael Tindall
I have the following agendas (among others) defined: ("x" "Last worked" ((alltodo "" (

Re: [O] update on missing :parameters in code blocks

2014-09-22 Thread John Kitchin
Nicolas Goaziou writes: Thanks for the clarification. Is there any chance you know why this transformation is done? Does it avoid some problem? > Hello, > > John Kitchin writes: > >> Thanks for the tips. I did not see a way to do the advice here. For what >> I need, we need to save parameters f

Re: [O] Struggling with new exporter

2014-09-22 Thread Nicolas Goaziou
Hello, phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > I'm rather struggling with the new exporter. I fear I have used a > combination of old and new configuration which cannot be helping. > I am trying to get publishing working mostly in batch, so that it will > work as part of my continuo

[O] Struggling with new exporter

2014-09-22 Thread Phillip Lord
I'm rather struggling with the new exporter. I fear I have used a combination of old and new configuration which cannot be helping. I am trying to get publishing working mostly in batch, so that it will work as part of my continuous integration framework. But having it work interactively would be

Re: [O] update on missing :parameters in code blocks

2014-09-22 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Thanks for the tips. I did not see a way to do the advice here. For what > I need, we need to save parameters for each code block. But it appears > they are all affected by one function org-babel-exp-process-buffer, and > advising this kind of function is tantamount

Re: [O] update on missing :parameters in code blocks

2014-09-22 Thread John Kitchin
Charles Berry writes: Thanks for the tips. I did not see a way to do the advice here. For what I need, we need to save parameters for each code block. But it appears they are all affected by one function org-babel-exp-process-buffer, and advising this kind of function is tantamount to rewriting t

Re: [O] update on missing :parameters in code blocks

2014-09-22 Thread John Kitchin
Aaron Ecay writes: Thanks for the confirmation this happens, and the pointer to where it happens. I guess there was at one point a good reason to do this, but I cannot see it directly. I found a way to do it with filters and preprocessing, which is illustrated here: http://kitchingroup.cheme.c

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-22 Thread Nicolas Goaziou
Hello, "Kyeong Soo (Joseph) Kim" writes: > By the way, as said, [[*Foo][Section Foo]] does not produce the link in > LaTeX export any longer; version 8.x generates just "\texttt{Section Foo}" > unlike version 7.x. An ECM illustrating the problem would be nice. "\textt{Section Foo}" means that

Re: [O] resize multiple image within a row or paragraph

2014-09-22 Thread Nicolas Goaziou
Hello, Christian Moe writes: > Here's a simple CSS workaround that might or might not work well for > you, and won't work for non-HTML backends, but at least requires minimal > hacking: [...] Good to know. Anyhow, does my proposal make sense? Regards, -- Nicolas Goaziou

Re: [O] [patch, ox] Unnumbered headlines

2014-09-22 Thread Nicolas Goaziou
Hello, Rasmus writes: > With the last patch it gets weird when you have mixed trees, like this: > > * numbered > ** unnumbered > :PROPERTIES: > :UNNUMBERED: t > :END: > > The LaTeX output is: > > \section{numbered} > \label{sec-1} > \subsection*{unnumbered} >

Re: [O] [Bug?] Results of code block printed in wrong place

2014-09-22 Thread Nicolas Goaziou
Hello, Tobias Getzner writes: > I have a strange problem when exporting the following file: > > * heading 1 > #+BEGIN_SRC sh :eval never > echo baz > #+END_SRC > > * heading 2 > #+BEGIN_SRC sh :exports results > echo quux > #+END_SRC > > When I export this document, and point is on heading 1 whe

Re: [O] [Feature Request] HEADLINE special property

2014-09-22 Thread Nicolas Goaziou
Hello, Brett Witty writes: > (Following Thorsten's helpful response: > http://article.gmane.org/gmane.emacs.orgmode/90768) > > I'd like an extra special property of HEADLINE which is ITEM without all > the other metadata. Specifically the output of: > > (org-get-heading t t) > > I find the ITEM

[O] [Feature Request] HEADLINE special property

2014-09-22 Thread Brett Witty
(Following Thorsten's helpful response: http://article.gmane.org/gmane.emacs.orgmode/90768) I'd like an extra special property of HEADLINE which is ITEM without all the other metadata. Specifically the output of: (org-get-heading t t) I find the ITEM special property too noisy inside of a table,

[O] [Bug?] Results of code block printed in wrong place

2014-09-22 Thread Tobias Getzner
whether this is the expected behavior. Should the export already take into account any results produced during the export run? Any ideas where to look or what the problem might be? Best, T. Org-mode version 8.2.7c (8.2.7c-71-g60418c-elpa @ /home/tzg/.emacs.d/elpa/ org-20140922/)

Re: [O] CV in orgmode for export to pdf (and html?

2014-09-22 Thread Nick Dokos
Rainer M Krug writes: > > I like Dan's approach as it looks relatively simple, although I still > have to look into it in detail (and as Joseph notes, there must be a > problem in the code). > > ... > Dan Griswold writes: >> ... >> >> First, a "cv" class added to org-latex-classes: >> >> (add-to

[O] [Bug] Errors when evaluating LaTeX source block with new SVG headers patch

2014-09-22 Thread Tobias Getzner
Evaluating LaTeX source blocks had an issue where header options would be ignored when exporting to SVG; this appears to have been addressed in 246df88. I have patched this commit into my 8.2.7c installation. While the headers now seem to work, I’ve noticed that LaTeX still doesn’t like the gen

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Xavier Garrido writes: > Hi Rainer, > > You can see mine https://github.com/xgarrido/org-resume that uses > org-mode to produce a LaTeX->PDF (see attached file) file as well as > an HTML version. > > Hope it gives you some ideas. I can only say *wow*! This looks seriously impressive to me. I w

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Joseph Vidal-Rosset writes: > Le sam. 20 sept. 2014 à 02:49:03 , Dan Griswold a > envoyé ce message: >> Not sure anybody saw this the first time, so I'll try again, with some >> expansion. >> >> Unlike the others who've commented, I moved my CV from LaTeX to >> org-mode and I'm happy with t

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Myles English writes: > Hello, > > Nicolas Goaziou writes: > >> Brady Trainor writes: >> >>> And I did have a decent export to LaTeX resume from org, but after >>> discovering moderncv, I've switched, though I will be curious to read >>> others' methods of org-to-moderncv export. >> >> One opt

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Vikas Rawal writes: > I know I am being lazy in not trying it out, but if you could share a > PDF, it would give us an idea of what this gives you. Yes - an example pdf would be great. Rainer > > Vikas > > On 20-Sep-2014, at 6:19 am, Dan Griswold wrote: > >> Not sure anybody saw this the fi

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Brady Trainor writes: >> >>> And I did have a decent export to LaTeX resume from org, but after >>> discovering moderncv, I've switched, though I will be curious to read >>> others' methods of org-to-moderncv export. >> >> One option

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Brady Trainor writes: > On 9/19/2014 2:18 AM, Rainer M Krug wrote: >> Hi >> >> - How do you do it (I don't assume you write your CVs in Word?), or are >> you using LaTeX directly? > > Nice question, I will enjoy reading all the examples in this thread. > > For a bit, I tried to make org do everyt

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
torys.ander...@gmail.com (Tory S. Anderson) writes: > Very nice, John. Thanks for sharing the LaTeX! I agree - thanks. I will take a closer look later and possibly use some ideas. Rainer > > John Hendy writes: > >> Like the rest, I picked straight LaTeX, as it just felt like forcing Org to >

Re: [O] CV in orgmode for export to pdf (and html?

2014-09-22 Thread Rainer M Krug
First of all, thanks to everybody so far who responded to this question. I reply to my question directly, as I am trying to sum up the replies so far (the complete thread is theoretically below). There are effectively two "schools", - using LaTeX (Tory, Andreas, John and Brady), and - using o

Re: [O] Cooperating with oneself using the cloud?

2014-09-22 Thread Christoph Groth
If at least one of your computers can be reached from all the others via ssh, or you can reach all the other computers from one (i.e. there’s a star topology), you could use unison to synchronize all kinds of files. This works very reliably and handles modifications in both directions. I use git f

[O] Babel evaluation of Calc block not working, bug in Calc?

2014-09-22 Thread H. Dieter Wilhelm
Hello Orgers, please consider: Emacs -Q and evaluate the following #+BEGIN_SRC emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((calc . t) (emacs-lisp . t) )) #+END_SRC #+RESULTS: | (calc . t) | (emacs-lisp . t) | The following works as expected #+BEGIN_SRC calc :var