[Orgmode] [babel] exports, caching, remote execution

2010-06-16 Thread Austin Frank
Hey all-- Two (hopefully quick) questions: 1) Does the exporter respect the :cache argument? When I evaluate a buffer, I can tell that cached blocks are not re-run, as expected. When I export to \LaTeX or PDF, it seems that all blocks in the file are re-run. Is there a way to force the

[Orgmode] [PATCH] Call `start-process-shell-command' with just 3 arguments.

2010-06-16 Thread David Maus
* org-taskjuggler.el (org-export-as-taskjuggler-and-open): Call `start-process-shell-command' with 3 arguments. Passing more than 3 arguments is strongly discouraged. See docstring of `start-process-shell-command'. --- lisp/org-taskjuggler.el |6 +++--- 1 files changed, 3 insertions(+),

[Orgmode] [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments

2010-06-16 Thread David Maus
Compiler throws a warning about `org-export-as-taskjuggler-and-open' calling `start-process-shell-command' with 4 arguments. The function accepts 4 arguments, but according to the docstring of GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-05-16 on raven, modified by Debian

Re: [Orgmode] Re: For patch maintainers: A script to simplify your work

2010-06-16 Thread David Maus
Hi John, I suppose something went wrong with this message. The attachment is missing, I've just got the attachment markup of mml. >< #part type="application/octet-stream" filename="~/bin/pw" >disposition=attachment description=pw> >< #/part> -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber..

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-06-16 Thread Eric Schulte
Just to make sure we don't lose these idea, I've posed them up in the babel dev repo http://eschulte.github.com/babel-dev/PROPOSED-tangle-entire-org-mode-file-in-comments.html Best -- Eric "Thomas S. Dye" writes: > Hi Erik, > > I am *not* a programmer so expect considerable chaff for every kern

Re: [babel] Re: [Orgmode] Re: [OT] gnuplot quality

2010-06-16 Thread Alan E. Davis
Hello Eric: On Tue, Jun 15, 2010 at 1:35 PM, Eric S Fraga wrote: > I am surprised, however, at this comment: > >> Gnuplot was ok when I didn't need quailty graphs. > > in what way does gnuplot fall short in terms of quality?  (but keep > this part of the conversatino off-list please to avoid ann

Re: [Orgmode] Re: [mobileorg] Android sync fai led

2010-06-16 Thread Torsten Wagner
Hi Matthew, the content of my index.org looks like this [[work.org]] [[agendas.org]] guess rather standard and normal I will check further about possible errors. As I said, I pushed a lot of buttons and turned a lot of knobs. Maybe one did create another problem now. As for the error message a

Re: [Orgmode] Re: [mobileorg] Android sync failed

2010-06-16 Thread Matthew Jones
Hi Torsten, the issue with https appears to be within Android, I have waited too long to add that information to the wiki so I'll do it now. Can you give me an example of the index.org file that was generated by org-mobile-push (or is it empty due to the error message from the push?) that should

Re: [Orgmode] Re: [mobileorg] Android sync fai led

2010-06-16 Thread Torsten Wagner
Dear Holger, > I remember having to fiddle a little until I got it working - but > nothing bad. Thanks for the answer. I tried again and the only differences (beside of different server), I saw in your and in my own set-up was the usage of https vs. http. I tried to use http know and it seems to s

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-16 Thread Bernt Hansen
Sébastien Vauban writes: > Hi Bernt, > > Bernt Hansen wrote: >> Sébastien Vauban writes: >>> >>> I'm reporting some movement problem I've observed. When on any line, let's >>> say the last clock one: >>> >>> - `C-e' moves the cursor to the end of it >>> - `C-a' moves the cursor at the level of

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-16 Thread Sébastien Vauban
Hi Bernt, Bernt Hansen wrote: > Sébastien Vauban writes: >> >> I'm reporting some movement problem I've observed. When on any line, let's >> say the last clock one: >> >> - `C-e' moves the cursor to the end of it >> - `C-a' moves the cursor at the level of `LOGBOOK'. >> >> --8<---cut h

Re: [Orgmode] Automatic move DONE items to the tail of the list

2010-06-16 Thread Bastien
Marcelo de Moraes Serpa writes: > Is there any way I could setup org to, at each save, re-order DONE items to > the > end of their respective lists? You might try this: , | (add-hook 'org-mode-hook | (lambda() | (add-hook 'before-save-hook | (lambda(

Re: [Orgmode] [PATCH] Fix typo in date/time prompt documentation

2010-06-16 Thread Bastien
Puneeth Chaganti writes: > A patch to fix an error in documentation of date/time prompt section. Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

Re: [Orgmode] [PATCH] recursively resolve #+INCLUDE files

2010-06-16 Thread Bastien
"Eric Schulte" writes: > What do people think of this proposed patch. Works ok, applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listin

[Orgmode] Automatic move DONE items to the tail of the list

2010-06-16 Thread Marcelo de Moraes Serpa
Hi, Is there any way I could setup org to, at each save, re-order DONE items to the end of their respective lists? Thanks in advance, Marcelo. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: org-mobile-push error with no headings

2010-06-16 Thread Erik L. Arneson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Wiegley writes: > Erik L. Arneson writes: >> I just upgraded to org-mode 6.36c, and for some reason `org-mobile-push' >> started throwing an error when it got to a file with no headings in it. >> The error was in `org-back-to-heading'. This lit

Re: [Orgmode] importing external files as LaTeX module

2010-06-16 Thread Eric Schulte
Hi soichi, Take a look at the #+INCLUDE: directive, in the manual at http://orgmode.org/manual/Include-files.html#Include-files it should be able to do what you need. Best -- Eric Soichi Ishida writes: > Hi. I have recently started using org-mode. > > I wanted to import external files into the

Re: [Orgmode] Re: Display inline images patch

2010-06-16 Thread Bastien
Applied, thanks. greg...@dynapse.com (Gregory J. Grubbs) writes: >> I use org-mode on Windows 7. It seems that the regexp for image files >> excludes the ":" (colon) character. Could it be added to this: >> "[-+./_0-9a-zA-Z]+" >> to make this >> "[-+./:_0-9a-zA-Z]+" >> ? >> > > I use a regexp for

Re: [Orgmode] [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-16 Thread Bastien
Bernt Hansen writes: > * lisp/org-agenda.el (org-agenda-get-deadlines): > (org-agenda-get-scheduled): > * lisp/org.el (org-time-string-to-seconds): > For deadline and scheduled agenda display ignore the cyclic repeater > when calculating how many days late the task is. If you have a weekly > tas

Re: [Orgmode] [PATCH] Consider environments that end at eob.

2010-06-16 Thread Bastien
David Maus writes: > * org-exp.el (org-export-mark-blockquote-verse-center): > Consider environments that end at eob. Applied, thanks. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-16 Thread Rainer Stengele
Am 15.06.2010 17:16, schrieb Russell Adams: > I routinely have to do this. My steps are: > > - Export org to html > - Switch to the html export buffer (filename.html) > - Delete the xml lines at the top until the first line is the tag > - Save the html > - Open the html in Word > > It opens

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-06-16 Thread Olivier Schwander
Le 15 Jun 2010 18:51, David Maus a écrit: > > The Org to Atom exporter I've preliminary announce some weeks ago > entered a state I consider to be stable and consistent enough to be > included into Org mode. Great work, I work it will really improve web publishing ability of org-mode. Some remar

[Orgmode] Re: org-mode and auto-fill-mode

2010-06-16 Thread Leo
On 2010-06-15 17:36 +0100, Paul Drummond wrote: > I use auto-fill-mode in my org file and sporadically org puts a # on the > start of a line. > > I noticed the FAQ about setting start-comment to nil and if I set it to nil > explicitly it seems to work but after a while the hashes come back! > > Pau

[Orgmode] Open link file:///path/index.html with w3m-el

2010-06-16 Thread Paul Chany
Hi, I have setup custom-variable 'browse-url-browser-function' to 'w3m-browse-url' but it works only with links 'http://etc./index.html When in an org file have a link 'file:///path/index.html' I want to open it with w3m-browse-url too but don't know how to setup this? I tried setup the customn-

[Orgmode] Re: [mobileorg] Android sync failed

2010-06-16 Thread Holger Wenzel
Hi Torsten, > I just got my new android based phone (HTC Desire) and the very first thing > I'm interesting in getting my org-based brainswap onto the android. I > installed Mats mobileorg program for android (btw., I hate the word "app", > sorry ;) ) version 0.4 Alpha > I followed the manuals an

[Orgmode] Re: [babel] Re: Re: [OT] gnuplot quality

2010-06-16 Thread Štěpán Němec
Eric S Fraga writes: > I am surprised, however, at this comment: > >> Gnuplot was ok when I didn't need quailty graphs. > > in what way does gnuplot fall short in terms of quality? (but keep > this part of the conversatino off-list please to avoid annoying others) I can't speak for others, but I

Re: [Orgmode] importing external files as LaTeX module

2010-06-16 Thread Eric S Fraga
On Wed, 16 Jun 2010 17:49:22 +0900, Soichi Ishida wrote: > > > 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, whic

[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}{fil