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

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 rustompm...@gmail.com 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 Nicolas Goaziou
Hello, Yoshinari Nomura n...@quickhack.net 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

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 introduced to allow

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 yet. Yes.

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 n.goaz...@gmail.comwrote: Hello, Rustom Mody rustompm...@gmail.com 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

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

2013-06-29 Thread Nicolas Goaziou
Yoshinari Nomura n...@quickhack.net 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, --

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 rustompm...@gmail.com wrote: On Sat, Jun 29, 2013 at 1:11 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Rustom Mody rustompm...@gmail.com writes: Now I find the crash occurs between org-export-preprocess-string and

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
I need time to review other issues you are raising. Georg Lehner jorge-...@magma.com.ni 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

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
Georg Lehner jorge-...@magma.com.ni 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

Re: [O] Open Document Exporter

2013-06-29 Thread Jambunathan K
Georg Lehner jorge-...@magma.com.ni 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

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] 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] [RFC] Introduce ox-i18n.el

2013-06-29 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com 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

[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 g...@arfer.net 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

[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

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

2013-06-29 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com 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

[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

[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

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 Lehnerjorge-...@magma.com.ni writes: 4. LaTeX like definition lists Here is a patch and sample

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

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

[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 latex

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 n.goaz...@gmail.com wrote: Kodi Arfer k...@arfer.net writes: From edd97671641e28c3e240efe6ea8fa8d77b4b7eae Mon Sep 17 00:00:00 2001 From: Kodi Arfer g...@arfer.net Date: Sat, 29 Jun 2013 10:43:07 -0400 Subject: [PATCH] ox-html: Restore

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

2013-06-29 Thread Feng Shu
Rasmus ras...@gmx.us 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

[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

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,