Re: [O] ditaa source gets disappeared by exporting html

2014-10-11 Thread ishi soichi
> On Saturday, 11 Oct 2014 at 12:13, ishi soichi wrote: > > emacs 24.3 > > org-mode 8.2.6 > > > > When I run org-html-export-to-html the following code, > > > > > > #+begin_src ditaa :file ditaa-seqboxes.png > > +--+ +-+ +-+ +---

[O] ditaa source gets disappeared by exporting html

2014-10-10 Thread ishi soichi
emacs 24.3 org-mode 8.2.6 When I run org-html-export-to-html the following code, #+begin_src ditaa :file ditaa-seqboxes.png+--+ +-+ +-+ +-+|{io} | |{d} | |{s} | |cBLU || Foo +---+ Bar +---+ Baz +---+ Moo || | | | | | | |+--+ +-+ +--

Re: [O] table export-as-html from a simple list

2013-10-29 Thread ishi soichi
thanks for your answer. it was helpful. 2013/10/30 Rick Frankel > On 2013-10-28 22:53, ishi soichi wrote: > >> Emacs 24.3 >> org-mode 7.8.11 >> >> I am trying to export org file into html, and the result html needs to >> show a table rather

[O] table export-as-html from a simple list

2013-10-28 Thread ishi soichi
Emacs 24.3 org-mode 7.8.11 I am trying to export org file into html, and the result html needs to show a table rather than a list. I understand that |-+-| | | | | | | would export itself into a table. But this form of contents is not easy to read and edit, thou

Re: [O] Clocking table for all org-files

2011-10-26 Thread ishi soichi
I will try it as well. Thanks. sochi 2011/10/26 Carsten Dominik > > On 26.10.2011, at 09:36, ishi soichi wrote: > > > Thanks! That was simple. > > Alternatively, use the :scope parameter, described in the manual. > > - Carsten > > > > > soichi > &g

Re: [O] Clocking table for all org-files

2011-10-26 Thread ishi soichi
Thanks! That was simple. soichi 2011/10/26 Cecilio Pardo > > Hitting R in the daily agenda will give you that > (org-agenda-clockreport-mode). > > > I'm wondering if there is a way to generate a clocking table for ALL org > > files that are registered as "org-agenda-files" ? > > -- > Cecilio Pa

[O] Clocking table for all org-files

2011-10-25 Thread ishi soichi
Hi. Clocking capability is nice and powerful. I'm wondering if there is a way to generate a clocking table for ALL org files that are registered as "org-agenda-files" ? I have currently set up several agenda files in order to keep track of many projects. I use the clocking functionality for each

[O] freshly setting up MobileOrg and org-id-add-location problem

2011-06-22 Thread ishi soichi
org-mode 7.4 MacOSX SnowLeopard Hi. I have tried to re-set-up the MobileOrg environment using Dropbox. I have succeeded in creating and making use of MobileOrg application before, so the procedure of setting up should be OK. I wrote the directory of org files and so on... Then I implemented "or

Re: [O] Google Analytics tracking code for org-export-as-html

2011-06-02 Thread ishi soichi
Oh, I see. It's a simple reason. Thanks for pointing it out. I will be careful. soichi 2011/6/2 Tomas Hlavaty > Hi soichi, > > > May I ask why I shouldn't do this ? > > data protection, privacy. Some people don't like being spied on, esp by > untrusted third-parties not related to your webs

Re: [O] Google Analytics tracking code for org-export-as-html

2011-06-01 Thread ishi soichi
Thanks for your reply. >> Hi. I would like to add a Google Analytics tracking code to the >> exported html file from an org-file. >ah, please don't do that. May I ask why I shouldn't do this ? 2011/6/1 Tomas Hlavaty > Hi soichi, > > > Hi. I would like to add a Google Analytics tracking code

[O] Google Analytics tracking code for org-export-as-html

2011-05-31 Thread ishi soichi
Hi. I would like to add a Google Analytics tracking code to the exported html file from an org-file. According to the instruction of GAnalytics, the tracking code must be right before "" tag. And I assume it's OK as long as the code is between and . The tracking code needs to be in the html file

Re: [O] Options for into exporting both LaTeX and HTML

2011-05-16 Thread ishi soichi
Thanks! It did solve the problem. soichi 2011/5/17 Thomas S. Dye > Aloha ishi soichi, > > LaTeX probably wants a unit of measure, something like this > > #+ATTR_LaTeX: width=200mm > > Does this solve your problem? > > Tom > > ishi soichi writes: > >

[O] Options for into exporting both LaTeX and HTML

2011-05-16 Thread ishi soichi
emacs23.2 org-mode 7.4 I would like to export an org file into both LaTeX and HTML. In order to do so, it is important to add appropriate options for both. #+ATTR_HTML: alt="apples image" title="How many?" align="right" width="200" #+ATTR_LaTeX: width=200 [[./images/apples.jpg]] The HTML export

[O] #+EMAIL:... does not produce email by org-export-as-html

2011-03-05 Thread ishi soichi
emacs23.2 org7.4 MacOSX SnowLeopard I put #+EMAIL: soujiro0...@gmail.com in an org file, hoping that org-export-as-html will produce mailto:...";> in the resultant html file. But it does not. I have not idea why. Do I need some other options or whatever? soichi

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
My org is 7.01 and Emacs23.2 #+ATTR_HTML: alt="apples image" title="How many?" align="right" width="100px" [[images/apples6.jpeg]] produced this. soichi 2011/2/28 Aankhen > Hi soichi, > > On Mon, Feb 28, 2011 at 06:26, ishi soichi w

[Orgmode] adding a style to individual images

2011-02-27 Thread ishi soichi
Hi. I would like to specify the widths and heights of images inserted in org-file, which will be exported as html. There are several images in the original org-file, and each of those needs to be shown differently. So I tried putting #+ATTR_HTML: alt="..." width="100px" [[imageURL]] But it does

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread ishi soichi
nks are "fontified". That stylesheet served as the > basis for my website style for a while. > > On Sat, Feb 26, 2011 at 10:49 PM, ishi soichi wrote: > > Thank you for the info. > > It looks nice. > > soichi > > > > 2011/2/27 Puneeth Chaganti > >&

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Thank you for the info. It looks nice. soichi 2011/2/27 Puneeth Chaganti > Hi, > > On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi wrote: > > Hi. I am looking for some CSS examples for org-export-as-html outputs. > > After implementing the command, "org-export-as-html&

[Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Hi. I am looking for some CSS examples for org-export-as-html outputs. After implementing the command, "org-export-as-html", org files give an html output, which will be shown neatly in browser. But it is not good enough for viewers. I can write CSS from scratch but it is better if there is some

[Orgmode] elisp code takes CPU too much

2010-12-26 Thread ishi soichi
hi. I have wrote an elisp code for org-mode, which puts entries in a table. It is a simple code in my opinion and it does the job I intended. But when executed, the activation of CPU shoots up and it will take a while to complete it. I do not believe that this little code requires such a work-load

[Orgmode] org-googlecl produces error "Wrong type argument: characterp, sgml-xml-mode"

2010-12-26 Thread ishi soichi
hi. I have recently obtained org-googlecl.el, which enables to post from org files directly. https://github.com/rileyrg/org-googlecl/blob/master/org-googlecl.el As mentioned in README file, the authentication is fine. In fact, I can post blogger entries from the command line without problem. But

Re: [Orgmode] Elisp code to insert a word in table

2010-12-04 Thread ishi soichi
I'd recommend you spend some time studying the "Introduction to Emacs Lisp" > guide: > > > Thanks for pointing this out. I have recently started programming in elisp, and am still having difficulty in basic understanding. But the code worked. So thanks for your help. soichi

Re: [Orgmode] Elisp code to insert a word in table

2010-12-04 Thread ishi soichi
ring what could happen if there are two separate tables in the same buffer? I checked cells with C-c?, then realized that the cell locations are not unique in more than one table. So, there must be a way to identify the table in question. Thanks again. soichi 2010/12/3 ishi soichi > Thank

Re: [Orgmode] Elisp code to insert a word in table

2010-12-03 Thread ishi soichi
Thanks for such a quick response! soichi 2010/12/3 Carsten Dominik > Hi Ishi, > > > On Dec 3, 2010, at 10:00 AM, ishi soichi wrote: > > Hi. I'm trying to write an elisp code to enter words into a table of >> org-mode. >> >> after designating a buffer,

[Orgmode] Elisp code to insert a word in table

2010-12-03 Thread ishi soichi
Hi. I'm trying to write an elisp code to enter words into a table of org-mode. after designating a buffer, which already contains a table, I simply wrote, '(insert "test!" @2$2) does not work obviously. Do I need to move the "point" to the particular cell before inserting? Thanks in advanc

Re: [Orgmode] automatically org-mobile-push/pull ?

2010-11-11 Thread ishi soichi
Thanks everyone. I will try to customize it. soichi 2010/11/11 Suvayu Ali > > Hi Soichi, > > > On Thursday 11 November 2010 01:11 AM, ishi soichi wrote: > >> Hi. Is there anyway to execute automatically "org-mobile-push/pull" ? >> >> For example,

[Orgmode] automatically org-mobile-push/pull ?

2010-11-11 Thread ishi soichi
Hi. Is there anyway to execute automatically "org-mobile-push/pull" ? For example, when starting Emacs, "org-mobile-pull" is done. And when killing Emacs, "org-mobile-push". I guess setting up elisp would do the job, but I am yet to understand elisp that much. Thanks in advance. Soichi ___

[Orgmode] "Where local software is found" ?

2010-09-09 Thread ishi soichi
This question is fundamental, but I want to make sure about it. In installing the latest org-mode, I need to edit Makefile. In the file, it says, "Where local software is found" What exactly is the local software? Emacs itself? or something other lisp files? Thanks in advance. soichi

[Orgmode] setting index.org for MobileOrg

2010-09-07 Thread ishi soichi
Hi. I have a question about setting MobileOrg. The directory needed for MobileOrg seems fine. I am a little confused how I should write "index.org" in order to make links to other org files. If I write in index.org like, * [[file:project.org][an important project]] the index.org makes a link