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 cons

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

2013-06-29 Thread Yoshinari Nomura
I'll go on the FSF procedure. -- Yoshinari Nomura https://github.com/yoshinari-nomura

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

2013-06-29 Thread Yoshinari Nomura
that any other elements other than tables and figures are safe even if they were impposed to have captions. Regards, -- Yoshinari Nomura https://github.com/yoshinari-nomura >From 45eadd6308db8f0ec8646d7e23ce17b46d1f93fe Mon Sep 17 00:00:00 2001 From: Yoshinari Nomura Date: Sat, 29 Jun 2013 14:44:

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

2013-06-29 Thread Yoshinari Nomura
t to tidy-up my rough work. Regards, -- Yoshinari Nomura https://github.com/yoshinari-nomura commit a82e712c3d60d8b58e2cffe13d5cbcdfa25ede24 Author: Yoshinari Nomura Date: Sat Jun 29 15:06:49 2013 +0900 ox: add Japanese translations for figures and tables * lisp/ox.el: (org-export

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

2013-06-28 Thread Yoshinari Nomura
ul translation for :ascii. Thanks for your clear explanation. For many Japanese, :default value should be "Figure: %d:", even though we are not good at English :) I want this left blank. Regards, -- Yoshinari Nomura https://github.com/yoshinari-nomura

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

2013-06-27 Thread Yoshinari Nomura
quot; :default "Figura %d:") >> + ("ja" :html "図%d:" :utf-8 "図%d:")) > > Maybe you should also provide a :default value, otherwise it will use > "Figure %d:" for latex, texinfo, ascii... Let me confirm, do you mean I should have add :default value to the ``ja'' entry like: ("ja" :default "図" :html "図" :utf-8 "図")? In this case, is the `:utf-8' meaning-less? Also, can I put UTF-8 word in `:default'? > Also, I think it belong to a different patch. Would you mind splitting > them? Indeed. I'll revise my patch in this weekend. thanks. Regards, -- Yoshinari Nomura https://github.com/yoshinari-nomura

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

2013-06-27 Thread Yoshinari Nomura
bed on Worg (C-x 4 a on your change in > the diff file should bring up the correct changelog mode). Thanks a lot! I've forgot the word RTFM :) -- Yoshinari Nomura https://github.com/yoshinari-nomura

[O] Add figure/table numbers to HTML captions

2013-06-27 Thread Yoshinari Nomura
-HTML-captions.patch) I'll be very happy if this feature is merged into the master branch. This is my first post to this list. Please teach me if we have some better way to submit the patch. Thanks. -- Yoshinari Nomura https://github.com/yoshinari-nomura Example: ---