Re: [Orgmode] Notes reviews with sparse trees

2011-01-25 Thread suvayu ali
On Tue, Jan 25, 2011 at 7:00 AM, Giorgio Valoti wrote: > The problem is that I can’t get a sparse tree using these timestamps because > it works only with deadlines and schedules. Does anybody know how to work > around this limitation, short of using a regexp? Well my suggestions is with using

[Orgmode] :results replace not always working

2011-01-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Bewlow an example, illustrating cases where :results replace does not work, dependent of the type and content. Each of the source blocks was executed twice: ":results output org replace" did not work ":results output raw replace" did work, but not

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread lecodesportif
On Mon, 24 Jan 2011 09:36 -0500, "Nick Dokos" wrote: > Yes, sorry: I figured that I had answered the wrong question after I > sent it, but I was too tired to fix my mistake at that time. However, I > could not make your formulation work for me at all. I still don't > understand how it could possib

[Orgmode] Bug: tags grouping not working

2011-01-25 Thread Benjamin Andresen
Hey there, I've just upgraded to the latest org-mode HEAD and noticed that the tag behavior changed. (It now sorts entries, except now grouping is broken.) This is how it used to work: (Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.) * Foo :foo: now using M-x org-set-tags-command a

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread lecodesportif
On Tue, 25 Jan 2011 10:05 -0500, "Nick Dokos" wrote: > lecodespor...@eml.cc wrote: > > > > Yes, it may require hacking diary-anniversary. > > > > One more thing before I turn into a pumpkin: what happens if you have > multiple entries (John's birthday, Mary's wedding anniversary, Jane's > birt

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread Nick Dokos
lecodespor...@eml.cc wrote: > Yes, it may require hacking diary-anniversary. > One more thing before I turn into a pumpkin: what happens if you have multiple entries (John's birthday, Mary's wedding anniversary, Jane's birthday *and* her wedding anniversary, etc.) Are you expecting to deal with

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread Nick Dokos
lecodespor...@eml.cc wrote: > On Mon, 24 Jan 2011 09:36 -0500, "Nick Dokos" > wrote: > > Yes, sorry: I figured that I had answered the wrong question after I > > sent it, but I was too tired to fix my mistake at that time. However, I > > could not make your formulation work for me at all. I still

Re: [Orgmode] OrgCamp in NYC?

2011-01-25 Thread Chris Malone
I'm a grad student out on Long Island, but I'd come into the city for this. I would love to learn more about how to use org-mode in my daily life. Chris On Mon, Jan 24, 2011 at 10:45 PM, Andrew Hyatt wrote: > I'd love to attend a NYC one, and can probably arrange for hosting in > a nice space i

Re: [Orgmode] Notes reviews with sparse trees

2011-01-25 Thread Giorgio Valoti
Il giorno 25/gen/2011, alle ore 09.05, suvayu ali ha scritto: > On Tue, Jan 25, 2011 at 7:00 AM, Giorgio Valoti wrote: >> The problem is that I can’t get a sparse tree using these timestamps because >> it works only with deadlines and schedules. Does anybody know how to work >> around this lim

Re: [Orgmode] :results replace not always working

2011-01-25 Thread Eric Schulte
Hi Rainer, I have fixed the problem with ":results org" so it should now work as expected. The ":results replace raw" can never work as expected because raw results are inserted directly into the Org buffer with no wrappers to delimit the results, so there is no way to programmatically identify w

Re: [Orgmode] Embedded code

2011-01-25 Thread Eric Schulte
Ido Magal writes: > On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote: > >> >> You can use the inline code syntax for very small blocks, e.g. >> >> src_emacs-lisp{(tagged "foo")} >> > > I'm missing something. This does not evaluate with > > # -*- eval: (org-babel-execute-buffer) -*- Hi, Than

[Orgmode] Re: headlines in HTML

2011-01-25 Thread Samuel Wales
I am still very curious about what other orgers (orgsters? organizers?) do for this. Do you just do this every time you want a within-headline section? #+begin_center --- #+end_center That is strangely longer than "-", which I take to be a higher-level section divider than headlines because

Re: [Orgmode] Bug: tags grouping not working

2011-01-25 Thread Jason Dunsmore
Benjamin Andresen writes: > Hey there, > > I've just upgraded to the latest org-mode HEAD and noticed that the tag > behavior changed. (It now sorts entries, except now grouping is broken.) > > This is how it used to work: > (Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.) > > * Foo

[Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
The manual doesn't make explicit mention of org as a Babel source language. Well, it isn't listed in the supported languages, and an "org mode org source block" site search via Google didn't turn up the info I'm looking for. Basically, I tried using example blocks for a table I wrote, but noted th

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Eric Schulte
Jeff Horn writes: > The manual doesn't make explicit mention of org as a Babel source > language. Well, it isn't listed in the supported languages, and an > "org mode org source block" site search via Google didn't turn up the > info I'm looking for. > There is support for Org code blocks, evalu

Re: [Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-25 Thread Matt Lundin
* lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than needed. When constructing a consistency graph, org-habit now stops searching for timestamps when the number of matches exceeds the span of time displayed in the graph. This can lead to a significant speedup in agenda construc

[Orgmode] Re: migrating from planner mode

2011-01-25 Thread Matt Lundin
"Bradley M. Kuhn" writes: > I also had a script from a while back that I wrote to migrate from > Planner to org-mode. Perhaps it's useful to some: > http://gitorious.org/bkuhn-small-hacks/org-mode/blobs/master/planner2org.plx > >> I added a FAQ in Worg about migration for Planner with just thi

Re: [Orgmode] Status google calendar sync

2011-01-25 Thread Arun Persaud
Hi On 01/21/2011 03:58 PM, Eric S Fraga wrote: > I also have been syncing between my Google calendar and org. A while > back, I posted this message onto this list: > > http://article.gmane.org/gmane.emacs.orgmode/26848 > > but check out later messages in the thread for an updated awk script. I

[Orgmode] Re: migrating from planner mode

2011-01-25 Thread Seb
Hello, Thanks for all the suggestions. Being a perl dummy, how should these scripts be called? Presumably some variables need to be set. Thanks again for the pointers. Cheers, Seb On Tue, 25 Jan 2011 15:08:59 -0500, Matt Lundin wrote: > "Bradley M. Kuhn" writes: >> I also had a script fro

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte wrote: > There is support for Org code blocks, evaluation will generally result > in returning a modified (possibly exported) version of the code block > body. OK. When I evaluated the block, I got an error about "no function" being defined for org ex

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Eric Schulte
Jeff Horn writes: > On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte wrote: >> There is support for Org code blocks, evaluation will generally result >> in returning a modified (possibly exported) version of the code block >> body. > > OK. When I evaluated the block, I got an error about "no functi

Re: [Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Jan 25, 2011, at 9:03 PM, Matt Lundin wrote: * lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than needed. When constructing a consistency graph, org-habit now stops searching for timestamps when the number of matches exceeds the span of time di

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: > yes, you will need to add org-mode to you list of supported languages > along the directions in http://orgmode.org/manual/Languages.html > > I'll update the manual to reflect org-mode as a valid language. Done, and thanks. One last follow up.

Re: [Orgmode] Encrypting org-mode files

2011-01-25 Thread Marcelo de Moraes Serpa
Is there a way to use full encryption and still have it integrate seamlessly with the org agenda? Thanks, Marcelo. On Mon, Jan 17, 2011 at 4:37 AM, Julien Danjou wrote: > On Mon, Jan 17 2011, Marcelo de Moraes Serpa wrote: > >> What is the de-facto way to encrypt using org? I now I can use GnuP

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Eric Schulte
Jeff Horn writes: > On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: >> yes, you will need to add org-mode to you list of supported languages >> along the directions in http://orgmode.org/manual/Languages.html >> >> I'll update the manual to reflect org-mode as a valid language. > > Done, an

Re: [Orgmode] Commas in org source blocks

2011-01-25 Thread Jeff Horn
On Tue, Jan 25, 2011 at 8:48 PM, Eric Schulte wrote: > Jeff Horn writes: > >> On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: >>> yes, you will need to add org-mode to you list of supported languages >>> along the directions in http://orgmode.org/manual/Languages.html >>> >>> I'll update th

Re: [Orgmode] Embedded code

2011-01-25 Thread Ido Magal
I've gotten the fix and am trying to verify it, however I keep seeing >File local-variables error: (invalid-function org-save-outline-visibility) I'm not sure if it's relevant or not. This is my test file: # -*- eval: (org-bab

Re: [Orgmode] Embedded code

2011-01-25 Thread Eric Schulte
Ido Magal writes: > I've gotten the fix and am trying to verify it, however I keep seeing > >>File local-variables error: (invalid-function org-save-outline-visibility) > Hmm, this function is defined in org-macs.el, and is required by ob.el so if you have Org-mode and Babel loaded then the func