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
visible in the exported html. But the original source of the org file becomes, #+RESULTS: [[file:ditaa-seqboxes.png]] In other words, the source is gone(?). Is there anyway to maintain the source of the image and export the image in html? soichi

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
, though it might be my personal preference. I prefer, * - - style. Is there anyway to export the org list into an html table? soichi

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 "or

[O] Clocking table for all org-files

2011-10-25 Thread ishi soichi
nality for each of them. It is nicer if a single clocking table can show the summary of all projects. Thanks in advance soichi

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

2011-06-22 Thread ishi soichi
t; "9A7DF4AB-EAB2-437B-B97E-1A8CB331B508") ("~/Dropbox/Org/ main-todo.org" "F8DCA33A-B480-4E03-8DEF-47913C66555A") ...) It shows the id's of the old set-up. And I found the file, ".org-id-locations" which is in ~/.emacs.d/ directory. So, I erased it and restarted Emacs, but the same problem occurred. Every time Emacs starts, it seems to create the file, .org-id-locations. I think that this is the problem but not sure how to deal with it. Could anyone help me out ? soichi

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 > untrust

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 li

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

2011-05-31 Thread ishi soichi
n the html file every time I export it as html. So, I need to somehow add the code segment in the org-file. #+BEGIN_HTML ... #+END_HTML This seems to add whatever between to a location after tag. Is there anyway to achieve this? soichi

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
h=200 [[./images/apples.jpg]] The HTML export gives an outcome as I desire. But this does not seem to work well for LaTeX export. I want to show the image in TeX as similarly as HTML. First of all, can I simply list the options like this? Should I wrap them like... #+Begin_... #+End_... ? Thank you in advance. soichi

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

2011-03-05 Thread soichi i
Thanks for the info. I have checked "org-exp.el", and that particular variable, "org-export-email-info" was nil, which I have changed to "t". It worked fine. Thanks. soichi 2011/3/6 Bastien : > Hi Ishi, > > ishi soichi writes: > >> emacs

[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-28 Thread soichi i
It did work as I wished! Thanks! soichi 2011/2/28 Aankhen : > On Mon, Feb 28, 2011 at 12:00, ishi soichi wrote: >> My org is 7.01 and Emacs23.2 >> #+ATTR_HTML: alt="apples image" title="How many?" align="right" >> width="100px" &

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
[[imageURL]] But it does not do anything. Changing Could anyone help me out? soichi ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

2011-02-27 Thread ishi soichi
Wow, it looks neat. I will give a shot. Thanks! soichi 2011/2/28 Jeff Horn > The author of the following site uses org-mode to maintain his website: > >http://almostobsolete.net/ > > His style sheet makes the website feel like it is in org-mode, > particularly how li

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
f there is some examples from which I can start. Could anyone give me URLs or whatever? soichi ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] elisp code takes CPU too much

2010-12-26 Thread ishi soichi
-load for the computer. There must be my wrong-doing. Could anyone help me for fixing it? soichi P.S. the code follows, and there is "word" in the table so that "search" command looks for it. ;;- (require 'org-table) (setq al

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

2010-12-26 Thread ishi soichi
. But every time I try to post an entry from Emacs by implementing M-x org-googlecl-blog, it gives an error Wrong type argument: characterp, sgml-xml-mode Can anyone tell me what is wrong with my setting or whatever? soichi ___ Emacs-orgmode mailing list

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 th

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
l before inserting? Thanks in advance. soichi ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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 muc

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

[Orgmode] setting index.org for MobileOrg

2010-09-07 Thread ishi soichi
rgat all. I don't know why but " * [[file:project.org][an important project]] " part was erased from index.org. Am I doing something wrong or I simply misunderstand how it works? soichi ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] cells are deformed in Japanese

2010-08-20 Thread soichi
reference | |---+-+--+---| | today | 今日| 0821 | rss | |---+-+--+---| | | | | | Typing in English is fine. Only in Japanese. Is there anyway to resolve this? soichi ___ Emacs-orgmo

[Orgmode] importing external files as LaTeX module

2010-06-16 Thread Soichi Ishida
Hi. I have recently started using org-mode. I wanted to import external files into the outline like, [[file:./external1.txt]] org-mode created the hyperlink to the file. Then I have exported it as a LaTeX file, which gives \subsubsection{\href{file:///home/soichi/Dropbox/Org/external1.txt