[O] What do you use to identify projects (in the GTD sense)

2011-10-10 Thread Marcelo de Moraes Serpa
Hey list, I'm wondering if you make the distinction between projects and actionable items. If you stop to think about it (specially if you read GTD by David Allen), you see that you can't really do a project, but only actions related to it. It's a powerful and underestimated concept. Of course, a

Re: [O] Testing org-export-as-odt-and-open

2011-10-10 Thread Eric Belpaire
Thanks. This mail replaces my earlier mail. I discarded the git setup and I tried org-mode + org-odt by using ONLY the ELPA tarballs. On 09/10/2011 21:51, Jambunathan K wrote: Have you been able to build the ELPA tarball? If so, where can I find it? I have uploaded a new org-odt-20111010

Re: [O] Using org-babel in other modes?

2011-10-10 Thread zwz
Bernt Hansen be...@norang.ca writes: Dave Abrahams d...@boostpro.com writes: Org-babel does a magic thing where you get to edit and view your source code blocks in their native modes. Wow! I also happen to use markdown-mode to write blog articles. How hard, on a scale from read the

Re: [O] [PATCH] Implement history facility for org-occur searches

2011-10-10 Thread suvayu ali
Hi Carsten, Sorry, I somehow missed this email. On Thu, Oct 6, 2011 at 9:54 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Suvayu, could you describe your use case for this addition?  When would you need this above calling org-occur again and using the minibuffer history to repeat

Re: [O] [OT] org - InDesign integration possible?

2011-10-10 Thread Christian Moe
No, I don't use it myself, but I expect using the ODT exporter, opening in OpenOffice or similar, and saving to .doc or .rtf for import into InDesign is your best bet. (As to whether .doc or .rtf, experiment. In my limited experience designers prefer RTF, for good reason, but OpenOffice RTF

Re: [O] [babel] Should babel be more error intolerant?

2011-10-10 Thread Rainer M Krug
On Sun, Oct 9, 2011 at 12:47 AM, Eric Schulte schulte.e...@gmail.comwrote: As a side note of this, I wonder if babel could use the same/similar way like the TODO field in org-mode to switch between all possible parameters for a certain code block? I learned, different code blocks can have

Re: [O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-10 Thread Eric S Fraga
Sergey Litvinov slitvi...@gmail.com writes: In any case, can you please post a patch against the standard version? Or, maybe easier, simply post ob-maxima.el as the other changes are not necessary for me to test your patch. I though my previous patch was applied. It is still under review

Re: [O] What do you use to identify projects (in the GTD sense)

2011-10-10 Thread Daniel Bausch
Hello, I use a todo keyword PROJ and a custom block agenda, that filters different interesting groups for review. (setq org-agenda-custom-commands '((g My GTD Agenda ((agenda ((org-agenda-ndays 1) (org-agenda-start-on-weekday nil)

Re: [O] Testing org-export-as-odt-and-open

2011-10-10 Thread Jambunathan K
-internal set-match-data evaporate] 3)) ...] 9], 2 This is a bug in the odt exporter. I have fixed it in org-odt-20111011.tar. Not a PNG file: e:/User/home/.emacs.d/elpa/org-odt-20111010/contrib/odt/tests/org-mode-unicorn.png' This is a bug in the Emacs core and I had fixed it in Emacs-24. See

Re: [O] sbe with :file header arg?

2011-10-10 Thread Myles English
Hi Eric, On Fri, 07 Oct 2011 12:22:13 -0600, Eric Schulte said: Myles English mylesengl...@gmail.com writes: I would like to make one plot per row of a table. This is useful because the contents of the row may be parameters in an R session, and a link to the resulting plot can be

[O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Chris Wallace
I want to include in my agenda only things that are TODO, or are scheduled and not marked DONE, or have a deadline and are not marked DONE. This is how agenda worked a year ago before I went on maternity leave, and now something has changed and I am seeing lots of DONE tasks which had a

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Jason Dunsmore
Chris Wallace chris.wall...@cimr.cam.ac.uk writes: I want to include in my agenda only things that are TODO, or are scheduled and not marked DONE, or have a deadline and are not marked DONE. This is how agenda worked a year ago before I went on maternity leave, and now something has changed

Re: [O] Using org-babel in other modes?

2011-10-10 Thread Eric Schulte
Hi Dave, Sadly I think the level of effort here is likely closer to read the code and figure it out than to a quick 1hour effort. I would have to dig through the code to figure out exactly how difficult this would be, but I would imagine that the different moving parts which make this work in

[O] Put result output in different type of code block than original

2011-10-10 Thread Niels Giesen
Hi, Say I've got a sh code block invoking curl to some json api, is it possible some way to specify that the format of the output when :results output code is in a json code block and *not* a sh code block? #+begin_src sh :results output code :exports both curl

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Chris Wallace
On 10/10/11 14:52, Jason Dunsmore wrote: Chris Wallacechris.wall...@cimr.cam.ac.uk writes: I want to include in my agenda only things that are TODO, or are scheduled and not marked DONE, or have a deadline and are not marked DONE. This is how agenda worked a year ago before I went on

Re: [O] [OT] org - InDesign integration possible?

2011-10-10 Thread Marcelo de Moraes Serpa
Thanks for the tip. - M On Mon, Oct 10, 2011 at 3:38 AM, Christian Moe m...@christianmoe.comwrote: No, I don't use it myself, but I expect using the ODT exporter, opening in OpenOffice or similar, and saving to .doc or .rtf for import into InDesign is your best bet. (As to whether .doc or

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread Marcelo de Moraes Serpa
*bump*... anyone ? :) On Sat, Oct 8, 2011 at 9:25 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, When I started using org, I used to tag everything with upper-case tags. It just feels noisy now and I started tagging them in lower-case. The agenda tag search (C-a m) makes

[O] broken links

2011-10-10 Thread Andrea Crotti
Just to mention, that on this page http://orgmode.org/GoogleTech.html the links below that bring to the presentation pdf/swf are broken..

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Chris Wallace
On 10/10/11 16:54, Jason Dunsmore wrote: Chris Wallacechris.wall...@cimr.cam.ac.uk writes: On 10/10/11 14:52, Jason Dunsmore wrote: Chris Wallacechris.wall...@cimr.cam.ac.uk writes: I want to include in my agenda only things that are TODO, or are scheduled and not marked DONE, or have a

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Brian van den Broek
On 10 Oct 2011 17:45, Chris Wallace chris.wall...@cimr.cam.ac.uk wrote: On 10/10/11 14:52, Jason Dunsmore wrote: Chris Wallacechris.wall...@cimr.cam.ac.uk writes: I want to include in my agenda only things that are TODO, or are scheduled and not marked DONE, or have a deadline and are not

Re: [O] broken links

2011-10-10 Thread Bastien
Hi Andrea, Andrea Crotti andrea.crott...@gmail.com writes: Just to mention, that on this page http://orgmode.org/GoogleTech.html the links below that bring to the presentation pdf/swf are broken.. Fixed, thanks. Note that this page is not accessible from http://orgmode.org/index.html The

Re: [O] broken links

2011-10-10 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Andrea, Andrea Crotti andrea.crott...@gmail.com writes: Just to mention, that on this page http://orgmode.org/GoogleTech.html the links below that bring to the presentation pdf/swf are broken.. Fixed, thanks. Note that this page is not accessible

Re: [O] [PATCH] Implement history facility for org-occur searches

2011-10-10 Thread Carsten Dominik
On 10.10.2011, at 09:47, suvayu ali wrote: Hi Carsten, Sorry, I somehow missed this email. On Thu, Oct 6, 2011 at 9:54 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Suvayu, could you describe your use case for this addition? When would you need this above calling

Re: [O] What do you use to identify projects (in the GTD sense)

2011-10-10 Thread Marcelo de Moraes Serpa
Hi Daneil, Looks interesting. Could you share a sample tree with projects and actions? Cheers, - Marcelo. On Mon, Oct 10, 2011 at 6:30 AM, Daniel Bausch danielbau...@gmx.de wrote: Hello, I use a todo keyword PROJ and a custom block agenda, that filters different interesting groups for

Re: [O] [PATCH] Implement history facility for org-occur searches

2011-10-10 Thread suvayu ali
On Mon, Oct 10, 2011 at 8:16 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 10.10.2011, at 09:47, suvayu ali wrote: My use case was to easily traverse through a sequence of sparse-tree searches. Something that I thought might be useful when searching in a large file. My

Re: [O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-10 Thread Carsten Dominik
Applied, thanks. - Carsten On 10.10.2011, at 01:24, Thomas S. Dye wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 3.10.2011, at 16:43, Nick Dokos wrote: Eric S Fraga e.fr...@ucl.ac.uk wrote: t...@tsdye.com (Thomas S. Dye) writes: Nick Dokos nicholas.do...@hp.com writes:

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread Carsten Dominik
On 10.10.2011, at 17:48, Marcelo de Moraes Serpa wrote: *bump*... anyone ? :) On Sat, Oct 8, 2011 at 9:25 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, When I started using org, I used to tag everything with upper-case tags. It just feels noisy now and I started

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread Marcelo de Moraes Serpa
@Carsten Thank you for the reply. Would it be hard to add such feature, considering I'm just beginning with elisp? Might be a candidate for my first patch to orgmode :) Thanks, - M On Mon, Oct 10, 2011 at 2:16 PM, Carsten Dominik carsten.domi...@gmail.comwrote: On 10.10.2011, at 17:48,

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread suvayu ali
Hi Marcelo, On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Would it be hard to add such feature, considering I'm just beginning with elisp? Might be a candidate for my first patch to orgmode :) Since you mention lisp, I think you can have an easy solution

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread Marcelo de Moraes Serpa
Thanks Suvayu, I'll play with it. - Marcelo. On Mon, Oct 10, 2011 at 5:20 PM, suvayu ali fatkasuvayu+li...@gmail.comwrote: Hi Marcelo, On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Would it be hard to add such feature, considering I'm just beginning

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Marcelo, On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Would it be hard to add such feature, considering I'm just beginning with elisp? Might be a candidate for my first patch to orgmode :) Since

Re: [O] What do you use to identify projects (in the GTD sense)

2011-10-10 Thread Bernt Hansen
Marcelo de Moraes Serpa celose...@gmail.com writes: I'm wondering if you make the distinction between projects and actionable items. How do you do it?  http://doc.norang.ca/org-mode.html#Projects -Bernt