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

2013-08-08 Thread Nicolas Goaziou
Hello, Yoshinari Nomura writes: > I just want to update you on my completion of the assignment/disclaimer > process with FSF. Thank you. I added you to the list of FSF signed contributors. Regards, -- Nicolas Goaziou

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

2013-08-07 Thread Yoshinari Nomura
Hello, I just want to update you on my completion of the assignment/disclaimer process with FSF. Regards, On Sat, 29 Jun 2013 22:48:04 +0900 (JST), Yoshinari Nomura said: >> I applied your patches and added you to the list of contributors without >> FSF papers. Please consider signing

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] 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] 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] 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] 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] Add figure/table numbers to HTML captions

2013-06-28 Thread Yoshinari Nomura
Hi Nicolas, On Fri, 28 Jun 2013 11:23:41 +0200, Nicolas Goaziou said: > (setq caption-predicate > (if (org-element-property :caption destination) >(lambda (elem &optional info) > (org-element-property :caption elem)) > (lambda (elem &optional info) >

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

2013-06-28 Thread Nicolas Goaziou
Hello, Yoshinari Nomura writes: > Thanks, you encouraged me. Also, while I made this patch, I was in > the mood for consolidating some exporter-local functions around the > captions. Especially, ox-odt and ox-ascii seem to have rich functions to > add ordinal numbers to captions. It might be ove

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

2013-06-27 Thread Yoshinari Nomura
Hi Nicolas, On Thu, 27 Jun 2013 16:46:19 +0200, Nicolas Goaziou said: > Sure. Here are a few comments in addition to those suggested by Rasmus > in this thread. Thanks for your to-the-point advice. I've hesitated to add some functions at the top level and split commits. I'll follow you

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

2013-06-27 Thread Yoshinari Nomura
Hi Rasmus, Thanks your good suggestion. > I'm not an expert on html, but how easy it is to enable/disable/alter > your solution locally compared to a html5/css solution? E.g. as here: > > > http://tympanus.net/codrops/2013/05/02/automatic-figure-numbering-with-css-counters/ > > Note, I don'

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

2013-06-27 Thread Nicolas Goaziou
Hello, Yoshinari Nomura writes: > I sometimes need to export an org document into both HTML and LaTeX. > In such case, I want HTML exporter to create numbered captions for > figures and tables. > > So, I've written a small patch to add figure/table numbers to HTML > captions. (see 0001-Add-figu

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

2013-06-27 Thread Rasmus
Hi Yoshinari, > I sometimes need to export an org document into both HTML and LaTeX. > In such case, I want HTML exporter to create numbered captions for > figures and tables. I think many would appreciate that feature. > So, I've written a small patch to add figure/table numbers to HTML > capti

[O] Add figure/table numbers to HTML captions

2013-06-27 Thread Yoshinari Nomura
Hi all, I sometimes need to export an org document into both HTML and LaTeX. In such case, I want HTML exporter to create numbered captions for figures and tables. So, I've written a small patch to add figure/table numbers to HTML captions. (see 0001-Add-figure-table-numbers-to-HTML-captions.patc