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

2013-08-02 Thread Nick Dokos
Kyle Sexton writes: > Nick Dokos 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 ass

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

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

2013-08-02 Thread Eric Abrahamsen
Kyle Sexton writes: > Bastien writes: > >> Kyle Sexton 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 o

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

2013-08-02 Thread Nicolas Goaziou
Hello, Rick Frankel 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

[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

[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

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 t

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 he

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

2013-08-02 Thread Kyle Sexton
Nick Dokos 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 variable, say mo

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

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

2013-08-02 Thread Nick Dokos
Kyle Sexton writes: > Bastien writes: > >> Kyle Sexton 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 o

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

2013-08-02 Thread Kyle Sexton
Bastien writes: > Kyle Sexton 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 w

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

2013-08-02 Thread Bastien
Hi Kyle, Kyle Sexton 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 append the tas

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

2013-08-02 Thread Bastien
Hi Simon, Simon Thum 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] [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 writes: [...chomp...chomp...chomp...] > > Adding this to org-mode (at least in contrib, or worg) would be really cool. Done!

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 eas

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] org-export-current-backend variable and org-mode 8

2013-08-02 Thread Christophe Rhodes
Christophe Rhodes 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. (If you mea

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 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 > > * queue to sta

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 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 > > * queue to stack

Re: [O] problems with continuous clocking

2013-08-02 Thread Noorul Islam K M
Hildegund Mythenmetz writes: > 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 grate

[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 - http://img22.fansshare.

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