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

2014-10-11 Thread ishi soichi
...@ucl.ac.uk: 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 +--+ +-+ +-+ +-+ |{io} | |{d} | |{s} | |cBLU | | Foo

[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 r...@rickster.com 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 than a list. I understand

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

[O] Clocking table for all org-files

2011-10-26 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

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

2011-10-26 Thread ishi soichi
Thanks! That was simple. soichi 2011/10/26 Cecilio Pardo cpa...@imayhem.com 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 ? --

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 carsten.domi...@gmail.com 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 2011/10/26 Cecilio Pardo cpa

[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

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 t...@logand.com 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

[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 /head tag. And I assume it's OK as long as the code is between head and /head. The tracking code needs to be in

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

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 t...@tsdye.com 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 soichi...@gmail.com writes: emacs23.2 org-mode

[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 a href=mailto:...;/a 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] any CSS examples for org-export-as-html?

2011-02-27 Thread ishi soichi
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 soichi...@gmail.com wrote: Thank you for the info. It looks nice. soichi 2011/2/27 Puneeth Chaganti puncha...@gmail.com Hi, On Sun, Feb 27, 2011 at 5:10

[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] adding a style to individual images

2011-02-27 Thread ishi soichi
soichi, On Mon, Feb 28, 2011 at 06:26, ishi soichi soichi...@gmail.com wrote: So I tried putting #+ATTR_HTML: alt=... width=100px [[imageURL]] But it does not do anything. Changing Could anyone help me out? With Org from git (2–3 days old) on Emacs 24, given this text in my Org file

[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

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 puncha...@gmail.com Hi, On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi soichi...@gmail.com wrote: Hi. I am looking for some CSS examples for org-export-as-html outputs. After implementing the command, org-export

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

[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

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

2010-12-04 Thread ishi soichi
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 soichi...@gmail.com Thanks

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

[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 advance.

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 carsten.domi...@gmail.com 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, which already contains

[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

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 fatkasuvayu+li...@gmail.comfatkasuvayu%2bli...@gmail.com 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, when

[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