Re: [O] Org mode and right-to-left paragraphs

2013-06-29 Thread Manuel GJT
Hi Bastien, Thank you for answering. Dov helped me figure out the issue that you point out. The workaround was simple. There is something very appealing (sexy?) about exporting documents with multilingual texts and literate programming code blocks. That keeps me on the optimistic side. Regards,

[O] bug leading to duplicate subtrees

2013-06-29 Thread Samuel Wales
I finally found out how some duplicate subtrees are created: * test 1 * test 2 Refile test 1. Kill test 2. Move. Yank. You will yank both lines. To fix: make refiling not be an appendable kill. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES p

Re: [O] [need help] How to add a caption to table with #+attr_latex :caption \bicaption{...}{...}

2013-06-29 Thread Feng Shu
Rasmus writes: > Hi Feng, > >> In my thesie, I need add a caption to table or figure with >> \bicaption{中文标题}{English title} > > I assume you'd still want to use the #+CAPTION-cookie, no? If so, one > solution that comes to mind is writing captions like > #+CAPTION: my-Asian-string (sor

Re: [O] [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5.

2013-06-29 Thread Kodi Arfer
On 2013 Jun 29 Sat 6:37:33 PM -0400, Nicolas Goaziou wrote: Kodi Arfer writes: From edd97671641e28c3e240efe6ea8fa8d77b4b7eae Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sat, 29 Jun 2013 10:43:07 -0400 Subject: [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5. * l

[O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-29 Thread feng shu
This is the updated patch of "Add :caption attribute to #+ATTR_LATEX property" If possible, please include it to master This feature is very useful when you export org to late

Re: [O] [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5.

2013-06-29 Thread Nicolas Goaziou
Hello, Kodi Arfer writes: > From edd97671641e28c3e240efe6ea8fa8d77b4b7eae Mon Sep 17 00:00:00 2001 > From: Kodi Arfer > Date: Sat, 29 Jun 2013 10:43:07 -0400 > Subject: [PATCH] ox-html: Restore wrongly omitted table attributes under > HTML5. > > * lisp/ox-html.el (org-html-table): For HTML5, >

Re: [O] Open Document Exporter

2013-06-29 Thread Georg Lehner
Hello Jambunathan! This works great for me, Thank You! Best Regards, Georg Lehner On 06/29/2013 02:43 PM, Jambunathan K wrote: I need time to review other issues you are raising. Georg Lehner writes: 4. LaTeX like definition lists Here is a patch and sample documents. You can pull fr

[O] auto pack empty space between headers?

2013-06-29 Thread Xebar Saram
Hi list does any one know of a way to auto insert and change the date in each sections header when the section is edited?IE have a date in the header showing last edited date. is this technically possible? best Z

[O] auto pack empty space between headers?

2013-06-29 Thread Xebar Saram
Hi list i seem to get alot of times empty spaces between some org sections (between headers and sub-headers). I can manually to each sub heading and manually delete all empty lines at the end of the section. i was wondering if there was any command to auto pack empty space between headers? best

Re: [O] [RFC] Introduce ox-i18n.el

2013-06-29 Thread Rasmus
Nicolas Goaziou writes: > I would like to move every variable and function related to > internationalization (i.e smart quotes and translations) in a dedicated > file ("ox-i18n.el") instead of "ox.el". Sounds good to me. How about a more informative name where uninformed need not look up the me

[O] [PATCH] Add :caption attribute to #+ATTR_LATEX property

2013-06-29 Thread feng shu
This feature is very useful when you export org to latex with custom caption command, for example: #+ATTR_LATEX: :caption \BiTableCaption{caption 1}{caption 2} |---+---| | x | y | |---+---| | 1 | 2 | |---+---| 0001-Add-caption-attribute-to-ATTR_LATEX-property.patch Description: Binary data

[O] [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5.

2013-06-29 Thread Kodi Arfer
>From edd97671641e28c3e240efe6ea8fa8d77b4b7eae Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sat, 29 Jun 2013 10:43:07 -0400 Subject: [PATCH] ox-html: Restore wrongly omitted table attributes under HTML5. * lisp/ox-html.el (org-html-table): For HTML5, omit :html-table-attributes but not :id

Re: [O] [RFC] Introduce ox-i18n.el

2013-06-29 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I would like to move every variable and function related to > internationalization (i.e smart quotes and translations) in a dedicated > file ("ox-i18n.el") instead of "ox.el". > > Considering "ox.el" is 6k lines long, I think it can be a bit tedious to > loc

[O] [RFC] Introduce ox-i18n.el

2013-06-29 Thread Nicolas Goaziou
Hello, I would like to move every variable and function related to internationalization (i.e smart quotes and translations) in a dedicated file ("ox-i18n.el") instead of "ox.el". Considering "ox.el" is 6k lines long, I think it can be a bit tedious to locate and modify internationalization entrie

Re: [O] Modifying the Beamer Exporter

2013-06-29 Thread Rasmus
>> I want to include my collaborators in the header of each org file just >> as I would authors, that is by including a line like >> >> #+COLLABORATORS: Alice & Bob >> >> I've found some limited documentation on modifying the exporter (manual >> section 12.3) and taken a look at ox.el, ox-latex.el

Re: [O] Add figure/table numbers to HTML captions

2013-06-29 Thread Yoshinari Nomura
Hi Nicolas, >> OK. Sorry for bothering you. > > You're not bothering me. > > I applied your patches and added you to the list of contributors without > FSF papers. Please consider signing them if you want to provide more > patches to Org mode. Thank you so much. I'll go on the FSF procedure. -

Re: [O] [need help] How to add a caption to table with #+attr_latex :caption \bicaption{...}{...}

2013-06-29 Thread Rasmus
Hi Feng, > In my thesie, I need add a caption to table or figure with > \bicaption{中文标题}{English title} I assume you'd still want to use the #+CAPTION-cookie, no? If so, one solution that comes to mind is writing captions like #+CAPTION: my-Asian-string (sorry about my ignorance) MYSPLIT my

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
Georg Lehner writes: > 2. Blank lines after headlines > = > > After each headline I get a blank line. Can these be suppressed? I'd > like to control the separation between > headline and text by styles and not by extra lines. When you say headline do you mean headline or title/su

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
Georg Lehner writes: > 1. content.xml changed on disk > == > > At the end of the export process I get the message: > > content.xml changed on disk; really edit the buffer? (y, n, r or C-h) > Please type y, n or r; or ? for help > > After typing 'y', I have to reconfirm with 'yes'

Re: [O] Help with beamer environments + org-special-blocks!

2013-06-29 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> "Sebastien Vauban" writes: >>> Something like this: >>> >>> ** {10}(3,3) :textpos1: >>> >>> Contents to position >>> at some (x,y) coordinates... >> >> Correct. > > I think this is quite e

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
I need time to review other issues you are raising. Georg Lehner writes: > 4. LaTeX like definition lists Here is a patch and sample documents. You can pull from my private repo which is at http://repo.or.cz/w/org-mode/org-kjn.git >From 7dfa274163fb3a06ff947e1af884af49dca34b0e Mon

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Rustom Mody
On Sat, Jun 29, 2013 at 5:15 PM, Rustom Mody wrote: > > > On Sat, Jun 29, 2013 at 1:11 PM, Nicolas Goaziou wrote: > >> Hello, >> >> Rustom Mody writes: >> >> > Now I find the crash occurs between >> > org-export-preprocess-string and org-footnote-normalize >> >> These functions do not exist in t

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Nicolas Goaziou
Hello, Rustom Mody writes: > Well finally! C-c C-e works (at least on one machine!) I was using > org-export-as-html > > Maybe if it is non-working it should be removed? It is removed from Org 8.0. But it is also an autoloaded function from Org 7.9 bundled with Emacs. Regards, -- Nicolas Go

Re: [O] Add figure/table numbers to HTML captions

2013-06-29 Thread Nicolas Goaziou
Yoshinari Nomura writes: > OK. Sorry for bothering you. You're not bothering me. I applied your patches and added you to the list of contributors without FSF papers. Please consider signing them if you want to provide more patches to Org mode. Thank you again. Regards, -- Nicolas Goaziou

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Rustom Mody
On Sat, Jun 29, 2013 at 1:11 PM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > > > Now I find the crash occurs between > > org-export-preprocess-string and org-footnote-normalize > > These functions do not exist in the current export framework. You're > calling the old exporter. > > >

Re: [O] Add figure/table numbers to HTML captions

2013-06-29 Thread Yoshinari Nomura
Hi Nicolas, >> ox: add Japanese translations for figures and tables >> >> * lisp/ox.el: (org-export-dictionary): Add Japanese translations for >> figures and tables > > You need to add TINYCHANGE at the end of your commit messages, since, > AFAIK, you haven't signed FSF papers ye

Re: [O] Help with beamer environments + org-special-blocks!

2013-06-29 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >>> No. I fixed it ten days ago (dffdc49). >> >> Though I'm now on Org-mode version 8.0.3 (release_8.0.3-295-g91a4c8), pulled >> this morning, I don't see it fixed. > > I realize that the patch won't fix it. This patch was introd

Re: [O] Add figure/table numbers to HTML captions

2013-06-29 Thread Nicolas Goaziou
Hello, Yoshinari Nomura writes: > I've split my work into these three commits: > 0001-ox-html-add-figure-and-table-numbers-to-HTML-caption.patch > 0002-ox-add-dictionary-entry-for-numbered-figures.patch > 0003-ox-add-Japanese-translations-for-figures-and-tables.patch > (enclosed in the a

Re: [O] Bug: Export is crashing [8.0.3 (release_8.0.3-295-g91a4c8.dirty @ ~/org-mode-8/lisp/)]

2013-06-29 Thread Nicolas Goaziou
Hello, Rustom Mody writes: > Now I find the crash occurs between > org-export-preprocess-string and org-footnote-normalize These functions do not exist in the current export framework. You're calling the old exporter. Regards, -- Nicolas Goaziou

Re: [O] Add figure/table numbers to HTML captions

2013-06-29 Thread Yoshinari Nomura
Hello Nicolas, >> I'll revise my patch in this weekend. thanks. I've split my work into these three commits: 0001-ox-html-add-figure-and-table-numbers-to-HTML-caption.patch 0002-ox-add-dictionary-entry-for-numbered-figures.patch 0003-ox-add-Japanese-translations-for-figures-and-tables.patch