Re: [O] org-speed-commands and `org-beginning-of-line-tip'

2013-08-02 Thread Rainer Stengele
Am 8/1/2013 9:18 AM, schrieb Oleh: Hi all, I've come to rely on org-speed-commands quite a lot, and I wanted to share this tip with other people, who use them: (define-key org-mode-map (kbd C-a) (lambda()(interactive) (if (looking-at ^[^*]) (re-search-backward

[O] problems with continuous clocking

2013-08-02 Thread Hildegund Mythenmetz
Hello, I am experiencing some problems with the continuous clocking feature of org-mode. I created a question in stackoverflow for this (see http://stackoverflow.com/questions/17969129/emacs-org-mode-continuous-clocking-does-not-work ) I would be grateful, if you could help me in resolving this

[O] Publishing long jpg urls fails with org-html-handle-links: Wrong type argument: stringp, nil

2013-08-02 Thread Vijayender
Hi All After the commit of http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 Looks like long urls for eg, the following doc are failing to html export. It happens without any customization on emacs-24.3-3 * queue to stack -

Re: [O] problems with continuous clocking

2013-08-02 Thread Noorul Islam K M
Hildegund Mythenmetz hildegund.mythenm...@gmail.com writes: Hello, I am experiencing some problems with the continuous clocking feature of org-mode. I created a question in stackoverflow for this (see

Re: [O] Publishing long jpg urls fails with org-html-handle-links: Wrong type argument: stringp, nil

2013-08-02 Thread Nicolas Goaziou
Hello, Vijayender kvijayen...@gmail.com writes: After the commit of http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 Looks like long urls for eg, the following doc are failing to html export. It happens without any customization on emacs-24.3-3 *

Re: [O] Publishing long jpg urls fails with org-html-handle-links: Wrong type argument: stringp, nil

2013-08-02 Thread Noorul Islam K M
Vijayender kvijayen...@gmail.com writes: Hi All After the commit of http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=55f4f921835bbf5d7b8e9dd82fe8dcfef2fac4e2 Looks like long urls for eg, the following doc are failing to html export. It happens without any customization on emacs-24.3-3

Re: [O] org-export-current-backend variable and org-mode 8

2013-08-02 Thread Christophe Rhodes
Christophe Rhodes cs...@cantab.net writes: The `by-backend' macro in Brett Viren's message upthread? Personally I don't consider that sufficient, because it feels very fragile: a simple renaming of org-mode internal variables, or turning on lexical binding, and the macro will no longer work.

Re: [O] problems with continuous clocking

2013-08-02 Thread Hildegund Mythenmetz
Hmm, I was expecting that the functionality helps me in avoiding the need to fix clocks manually.. Perhaps I misunderstand the feature? If I deactivate org-clock-continuously, I get the following question when logging in : You stopped another clock x minutes ago; start this one from then?. If I

Re: [O] [dev] New version of org-index.el --- A personal index for org and beyond

2013-08-02 Thread Suvayu Ali
On Thu, Aug 01, 2013 at 10:17:42PM +0200, Marc Ihm wrote: Hello, please find attached version 2.3 of org-index.el. See also http://orgmode.org/worg/code/elisp/org-index.el and the contrib-directory of org. The most notable feature of this version is an assistant which provides easy

Re: [O] [WORG] How to ediff folded Org files?

2013-08-02 Thread Suvayu Ali
On Thu, Aug 01, 2013 at 05:09:19PM +0200, RĂ©mi Vanicat wrote: Ratish Punnoose rat...@gmail.com writes: [...chomp...chomp...chomp...] Adding this to org-mode (at least in contrib, or worg) would be really cool. Done!

Re: [O] possible org-insert-heading bug?

2013-08-02 Thread Bastien
Hi Simon, Simon Thum simon.t...@gmx.de writes: any news on this? I'm struggling with RET C-RET during notes taking. I'll be on vacation until August 14th, but this is high on my todo list then. Unless Carsten or someone else beats me on this, of course. -- Bastien

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Bastien
Hi Kyle, Kyle Sexton k...@mocker.org writes: Does anyone know if there is a feature to show something like 'Tasks: 4' on the mode-line for tasks that are currently open? This is the default behavior since long: hitting I to clock in a task in the agenda or C-c C-x C-i in an Org buffer will

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Kyle Sexton
Bastien b...@gnu.org writes: Kyle Sexton k...@mocker.org writes: Does anyone know if there is a feature to show something like 'Tasks: 4' on the mode-line for tasks that are currently open? This is the default behavior since long: hitting I to clock in a task in the agenda or C-c C-x C-i

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Nick Dokos
Kyle Sexton k...@mocker.org writes: Bastien b...@gnu.org writes: Kyle Sexton k...@mocker.org writes: Does anyone know if there is a feature to show something like 'Tasks: 4' on the mode-line for tasks that are currently open? This is the default behavior since long: hitting I to clock in

[O] table export to same buffer

2013-08-02 Thread Rustom Mody
Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context is editing source code which contains a largeish table of (say) constants. Editing is done with orgtbl minor mode. When done it should become back the table in the natural format

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Kyle Sexton
Nick Dokos ndo...@gmail.com writes: I don't think the feature exists but it should be buildable - although I think it is not exactly simple. It should be easy to write a function that uses the org mapping API to produce a string of the form [Work: 3/10 Home: 2/20] and assign it to a

Re: [O] problems with continuous clocking

2013-08-02 Thread Sebastien Vauban
Hildegund Mythenmetz wrote: I am often fixing endtimes for clocked items, because I forgot to clock out (using the function org-resolve-clocks and using the K option (keep x minutes). Do you forget to clock out when quitting Emacs? If yes, add this to your .emacs: --8---cut

Re: [O] table export to same buffer

2013-08-02 Thread Sebastien Vauban
Rustom Mody wrote: Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context is editing source code which contains a largeish table of (say) constants. Editing is done with orgtbl minor mode. When done it should become back the

[O] Completion of `*' gives wrong number of arguments

2013-08-02 Thread Dieter Wilhelm, H.
Dear (), is the completion of an asterix `*' broken in the latest org or is it my configuration? (I'm sorry I still can't run a pristine Emacs -Q without loading the old org mode) Remark: It would be wonderful if the completion of headlines would also work within C-c C-l... Have a nice weekend

[O] [PATCH] ox-ascii extra blank before table caption

2013-08-02 Thread Rick Frankel
ox-ascii is putting a blank line between a table and a following caption. It is not doing this for listing captions so, IMHO, it is a bug. Here is a (very small) patch which fixes the problem. diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index 59d0152..3baf4bd 100644 --- a/lisp/ox-ascii.el

Re: [O] [PATCH] ox-ascii extra blank before table caption

2013-08-02 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: ox-ascii is putting a blank line between a table and a following caption. It is not doing this for listing captions so, IMHO, it is a bug. Here is a (very small) patch which fixes the problem. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Eric Abrahamsen
Kyle Sexton k...@mocker.org writes: Bastien b...@gnu.org writes: Kyle Sexton k...@mocker.org writes: Does anyone know if there is a feature to show something like 'Tasks: 4' on the mode-line for tasks that are currently open? This is the default behavior since long: hitting I to clock in

Re: [O] table export to same buffer

2013-08-02 Thread Rustom Mody
Sebastien Vauban wrote On Fri, Aug 2, 2013 at 10:53 PM, Rustom Mody rustompm...@gmail.comwrote: Is it possible to export an orgmode table not to a new file but overwriting the org table in the same buffer? Context is editing source code which contains a largeish table of (say) constants.

Re: [O] Agenda in the mode-line?

2013-08-02 Thread Nick Dokos
Kyle Sexton k...@mocker.org writes: Nick Dokos ndo...@gmail.com writes: I don't think the feature exists but it should be buildable - although I think it is not exactly simple. It should be easy to write a function that uses the org mapping API to produce a string of the form [Work: 3/10