[Orgmode] [PATCH] Use correct variable when calculating `org-timer-start-time'

2010-07-17 Thread David Maus
* org-timer.el (org-timer-start): Use correct variable when calculating `org-timer-start-time'. --- lisp/org-timer.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-timer.el b/lisp/org-timer.el index e0817c8..3b3ef02 100644 --- a/lisp/org-timer.el +++

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

2010-07-17 Thread David Maus
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 single quote, like this: | | '. | @set

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

2010-07-17 Thread David Maus
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 cause. Though, the patch you gave me

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

2010-07-17 Thread Tassilo Horn
Sébastien Vauban wxhgmqzgw...@spammotel.com 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

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

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] 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 sebastian_r...@gmx.de wrote: Erik Iverson er...@ccbr.umn.edu 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

[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

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

2010-07-17 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk 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

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 sebastian_r...@gmx.de wrote: Eric S Fraga ucec...@ucl.ac.uk 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

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 carsten.domi...@gmail.com 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...

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

[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

[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 state that

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

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 don't

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

2010-07-17 Thread Stoph Long
John Hendy jw.hendy at 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

[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 tass...@member.fsf.org wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: If I understand well, it wasted all the time evaluating --8---cut here---start-8--- (nth 1 gnus-command-method)

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

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

2010-07-17 Thread Sebastian Rose
Johan Friis m...@alterecco.net 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

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

2010-07-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wxhgmqzgw...@spammotel.com 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

[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

[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?= wxhgmqzgw...@spammotel.com 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

[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 more layers of elisp to go through.

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

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

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] [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 +++