Re: [O] Tweaking the export

2012-02-17 Thread Nicolas Goaziou
Hello, Christian Wittern writes: >>3. If all went well, you now have an impressive Org to Org converter. >> You can even test it with: >> >> #+begin_src emacs-lisp >> (switch-to-buffer (org-export-to-buffer 'translator "*Translation*")) >> #+end_src >> >> Obviou

Re: [O] Tweaking the export

2012-02-03 Thread Christian Wittern
Hi Nicolas, Thank you very much for taking the time for such a detailed recipe. Today I finally found time to go over it and try to implement my transformer. It turned out to be really easy to get going, but in the end, I hit a roadblock. On 2012-01-29 18:07, Nicolas Goaziou wrote: 3.

Re: [O] Tweaking the export

2012-01-29 Thread Nicolas Goaziou
Hello, Christian Wittern writes: > Exactly. The reason for wanting to do this is that the above is my > setup for translating, but in some cases the publication will have > only the translation, for such cases, I want to extract just the > translation. This should then produce a new org file,

Re: [O] Tweaking the export

2012-01-27 Thread Eric Abrahamsen
On Sat, Jan 28 2012, Christian Wittern wrote: > Hi, Jambunathan and Nicolas, > > On 2012-01-27 22:47, Jambunathan K wrote: >> Nicolas >> >> I will let Christian answer for himself. > Thanks Jambunathan, you are not only an excellent coder, but also an > expert mind reader:-) > What you describe is

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
Hi Sebastian, On 2012-01-27 23:03, Sebastien Vauban wrote: Just a side comment: isn't easier to work in 2 different files or buffers (eventually, within the same file) and use some sort of "parallel" follow-mode? I thought such a thing existed, but can't find it back right now. Anyway, it woul

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
Hi, Jambunathan and Nicolas, On 2012-01-27 22:47, Jambunathan K wrote: Nicolas I will let Christian answer for himself. Thanks Jambunathan, you are not only an excellent coder, but also an expert mind reader:-) What you describe is exactly what I want to achieve. text A text A' line 2 line

Re: [O] Tweaking the export

2012-01-27 Thread Sebastien Vauban
Hi all, Jambunathan K wrote: > Nicolas > > I will let Christian answer for himself. > >> [Nicolas] >> While I understand the shape of your input, I fail to see what you >> output should you look like. For example, given the following paragraph, >> >> text A text A' >> line 2 line 2 bis

Re: [O] Tweaking the export

2012-01-27 Thread Jambunathan K
Nicolas I will let Christian answer for himself. > [Nicolas] > While I understand the shape of your input, I fail to see what you > output should you look like. For example, given the following paragraph, > > text Atext A' > line 2line 2 bis > A line with *emphasis*A tradu

Re: [O] Tweaking the export

2012-01-27 Thread Nicolas Goaziou
Hello, Christian Wittern writes: > For the last couple of years, I have used org-mode more and more for > working with and translating texts from classical Chinese. Over time, > some special conventions have crept in, like the fact that I like (for > the draft translation) to work in a way that

[O] Tweaking the export (was: Re: [ANN] ASCII back-end for new export engine)

2012-01-25 Thread Christian Wittern
Hi Nicolas, hello everybody, I am extremely excited about this new export engine; it seems to fill a need I have felt for quite a while now. What I need it for is the following: For the last couple of years, I have used org-mode more and more for working with and translating texts from class