Re: [Orgmode] Re: auto-fill in a body often insert a space?

2010-07-17 Thread Carsten Dominik
Hi Sun, I don't know what is happening here, and I would think this has nothing to do with Org-mode. - Carsten On Jul 18, 2010, at 8:21 AM, Sun Yongke wrote: 2010/7/18 Carsten Dominik Hi Sun, there were no attatchments in this mail. Also, please write to the mailing list and not priva

Re: [Orgmode] [BUG][Babel] Exporting text before heading

2010-07-17 Thread Carsten Dominik
Hi Eric, have you applied this patch? If yes, please mark it so on the patchwork server. Thanks! - Carsten On Jul 17, 2010, at 12:32 AM, Eric Schulte wrote: Hi Nicolas, I'll apply this patch now. Thanks for catching this -- Eric Nicolas Goaziou writes: Hello, Eric Schulte write

Re: [Orgmode] possible single-quote bug in PDF docs (was: trouble with Imenu integration)

2010-07-17 Thread Carsten Dominik
Hi David, On Jul 17, 2010, at 8:34 AM, David Maus wrote: Carsten Dominik wrote: Yes. Unfortunately I don't know a way to fix this. This is a known problem and texinfo provides the options , | @set txicodequoteundirected | causes the output for the ' character to be the undirected

Re: [Orgmode] [PATCH] Quote path argument in ob-ditaa

2010-07-17 Thread Carsten Dominik
Applied, thanks - Carsten On Jul 18, 2010, at 6:01 AM, Gregory J. Grubbs wrote: Patch fixes ob-ditaa for paths that contain spaces and other shell-interpreted characters. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index 1f56d12..cc06246 100644 --- a/lisp/ob-ditaa.el +++ b/lisp/ob-ditaa

Re: [Orgmode] [PATCH] Quote path argument in org-latex

2010-07-17 Thread Carsten Dominik
Applied, thanks - Carsten On Jul 18, 2010, at 6:08 AM, Gregory J. Grubbs wrote: Patch quotes paths to protect from interpretation by the shell diff --git a/lisp/org-latex.el b/lisp/org-latex.el index b6a7769..156dbcf 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -836,7 +836,7 @@

Re: [Orgmode] Re: [Patch] Capture: %[FILE] and %(SEXP) (again)

2010-07-17 Thread Carsten Dominik
Hi Sebastian, I have rejected both of your patches an instead changed the order of evaluation of escapes in `org-capture-fill-template'. Inserting file contents and evaluating sexp entries now happens first, so that the parser looking for other escapes also sees the stuff inserted by these es

[Orgmode] [PATCH] Quote path argument in org-latex

2010-07-17 Thread Gregory J. Grubbs
Patch quotes paths to protect from interpretation by the shell diff --git a/lisp/org-latex.el b/lisp/org-latex.el index b6a7769..156dbcf 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -836,7 +836,7 @@ when PUB-DIR is set, use this as the publishing directory." (with-current-buffer

[Orgmode] [PATCH] Quote path argument in ob-ditaa

2010-07-17 Thread Gregory J. Grubbs
Patch fixes ob-ditaa for paths that contain spaces and other shell-interpreted characters. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index 1f56d12..cc06246 100644 --- a/lisp/ob-ditaa.el +++ b/lisp/ob-ditaa.el @@ -59,7 +59,7 @@ called by `org-babel-execute-src-block'." (error "Could

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Sébastien Vauban
Nick, Tassilo, > Nick Dokos wrote: >> =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: >> >>> - (funcall nnimap-request-head >>> "<871vbxzo6@mundaneum.com>" "INBOX.mc" >>> "mc") results... after 5 mins... in ("INBOX.mc" . 28606) >>> >>> What does the jury thinks of that? >> >> You've got a few mor

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > >> - (funcall nnimap-request-head "<871vbxzo6@mundaneum.com>" "INBOX.mc" >> "mc") results... after 5 mins... in ("INBOX.mc" . 28606) >> >> What does the jury thinks of that? > > You've got a few more layers of elisp to

[Orgmode] imenu support for babel blocks

2010-07-17 Thread David O'Toole
I tried the following to get an Imenu composed of babel blocks, so that you could browse/jump to blocks. But it doesn't seem to work, I'm guessing that something about how org-mode builds the imenu-generic-expression overwrites my entry. Is there a hook (or could there be a hook added) that allows

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > By carefully reading the article just sent by Erik (in another thread) about > Edebug, becoming aware of the cursor movements under stepping, I now can say > without error what *really* eats the time. > > I effectively saw every parameter evaluated, ev

Re: [Orgmode] Re: [Patch] Capture: %[FILE] and %(SEXP) (again)

2010-07-17 Thread Sebastian Rose
Johan Friis writes: > I have this in my org-capture-templates, and it works just fine. The > note.org file is of course an org-mode file, with normal syntax. > > ("j" "Journal" entry (file "~/note/journal.org") (file > "~/note/template/journal.org")) > > I am not sure if I misunderstood what yo

[Orgmode] Re: Problem when org-capturing text from French email

2010-07-17 Thread Sébastien Vauban
Hi David, David Maus wrote: > Sébastien Vauban wrote: >>> The Attached patch avoids this bug by removing all text properties from >>> the subject (the same is done in org-wl.el). >> >> I've applied your patch. That hinders, indeed, the bug to occur. So, it >> perfectly shows you're right about the

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Sébastien Vauban
Hi Nick and Tassilo, Nick Dokos wrote: > Tassilo Horn wrote: >> Sébastien Vauban writes: >> >>> If I understand well, it wasted all the time evaluating >>> >>> --8<---cut here---start->8--- >>> (nth 1 gnus-command-method) >>> --8<---cut here--

[Orgmode] Re: Org-mode todo and Lotus Notes ToDo

2010-07-17 Thread Stoph Long
John Hendy gmail.com> writes: > I've been searching all kinds of things... converting todos, importing todos, syncing todos, etc. in an effort to scrape up something of use to this idea, but haven't really found anything. Probably stupid, but one interesting program (I actually ran into this

Re: [Orgmode] Re: [PATCH] Fix list assignments in ob-ocaml.el

2010-07-17 Thread Eric Schulte
dyb...@lnouv.com (Erik L. Arneson) writes: > dyb...@lnouv.com (Erik L. Arneson) writes: >> This patch fixes the OCaml list assignment when using a table as a var >> to an OCaml source block in org-babel. > > Please ignore this patch. It still needs some work. Values being > returned from OCaml d

Re: [Orgmode] inline image display not working when org-indent-mode active

2010-07-17 Thread Erik Iverson
On 07/17/2010 12:14 AM, Erik Iverson wrote: Hello! Just pulled the latest org-mode from git. I've upgraded to Emacs 23.2 so that org-indent-mode works properly. However, when org-indent-mode is active, it seems that inline images (C-c C-x C-v) do not work properly. They show up for a brief ti

[Orgmode] Re: [Patch] Capture: %[FILE] and %(SEXP) (again)

2010-07-17 Thread Johan Friis
I have this in my org-capture-templates, and it works just fine. The note.org file is of course an org-mode file, with normal syntax. ("j" "Journal" entry (file "~/note/journal.org") (file "~/note/template/journal.org")) I am not sure if I misunderstood what you want to do, just wanted to stat

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Nick Dokos
Tassilo Horn wrote: > Sébastien Vauban > writes: > > Hi Sébastien, > > > When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5 > > mins on line 487: > > > > --8<---cut here---start->8--- > > ;; Use `head' function. > > ((fboundp he

[Orgmode] [PATCH] Correct some doc strings [part 5]

2010-07-17 Thread Philip Rooke
This is the fifth patch in a series that makes some straightforward corrections to a number of docstrings. Each change is normally to: - correct a typo, or - fix up hyperlinks to function or variable names, or - ensure slightly better conformance with the documentation guidelines and tips give

Re: [Orgmode] cdlatex, previewing LaTeX, and dollar signs

2010-07-17 Thread Michael Benfield
On Wed, Jul 14, 2010 at 2:41 PM, Carsten Dominik wrote: > > This would be very difficult to achieve.  But note that you can part of it > by setting > >   (setq org-pretty-entities t) Thanks; I was using an older org-mode and hadn't looked at this. This is great, except... my Emacs apparently ig

[Orgmode] Re: [PATCH] Fix list assignments in ob-ocaml.el

2010-07-17 Thread Bernt Hansen
dybbuk-qpb3x58jdzkavxtiumw...@public.gmane.org (Erik L. Arneson) writes: > I'm sorry if this is not the correct format to send patches in, but it's > my first patch. Hope it looks good. Comments like this should not be part of the commit message. The subject line (after [PATCH] is taken as th

Re: [Orgmode] word wrap preferences in org-mode buffers

2010-07-17 Thread Eric S Fraga
On Sat, 17 Jul 2010 13:57:41 +0200, Sebastian Rose wrote: > > Eric S Fraga writes: > > Sebastian, > > > > Emacs, at least since v22 or maybe longer, has a built-in function > > "toggle-truncate-lines". > > ...which is bound to what key? Not bound anywhere by default as far as I can tell. I

Re: [Orgmode] word wrap preferences in org-mode buffers

2010-07-17 Thread Sebastian Rose
Eric S Fraga writes: > Sebastian, > > Emacs, at least since v22 or maybe longer, has a built-in function > "toggle-truncate-lines". ...which is bound to what key? emacs24 has it, too. I'll switch to use that one... Thanks Eric Sebastian ___ Ema

[Orgmode] [Patch] Capture: %[FILE] and %(SEXP) (again)

2010-07-17 Thread Sebastian Rose
Hi, currently, WE CANNOT EDIT FULL FLEDGED TEMPLATES IN SEPARATE FILE IN ORG MODE. Sorry for being back with this issue again and again, but I got no feedback for the last two times I tried, did I? I just found, that something like my proposed patch in is implemented in org-capture (see http

Re: [Orgmode] word wrap preferences in org-mode buffers

2010-07-17 Thread Eric S Fraga
On Fri, 16 Jul 2010 22:55:40 +0200, Sebastian Rose wrote: > > Erik Iverson writes: > > Hello, > > > > As I use org-mode more and more for actually writing things, I'm wondering > > what > > your favorite Emacs word/line-wrapping mode is. > > > > Basically, I see two main ways of doing this, au

Re: [Orgmode] Bug: org-timer-start with offset [6.36trans]

2010-07-17 Thread Christian Moe
Solved by David Maus's patch. Thanks, Christian ___ 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] [PATCH] Use correct variable when calculating `org-timer-start-time'

2010-07-17 Thread Christian Moe
Hi, I've tested and this patch solves the bug I reported yesterday under the heading "[Orgmode] Bug: org-timer-start with offset [6.36trans]". Thanks! Yours, Christian David Maus wrote: * org-timer.el (org-timer-start): Use correct variable when calculating `org-timer-start-time'. --- lis

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5 > mins on line 487: > > --8<---cut here---start->8--- > ;; Use `head' function. > ((fboundp head) > (setq res (funcall head article