Re: [O] Go to heading using LISP

2013-06-19 Thread Alexander Wingård
On Mon, Jun 10, 2013 at 11:14 PM, Alexander Wingård < alexander.wing...@gmail.com> wrote: > > Maybe some day I will learn some LISP and teach it to navigate the > hierarchical structure. > > I actually got curious and gave this a try and here's what I came up with: tes

Re: [O] Go to heading using LISP

2013-06-10 Thread Alexander Wingård
On 10 jun 2013, at 21:00, Myles English wrote: > > Hi Alexander, > > Alexander Wingård writes: > >> I want to create special key-bindings that use the org-refile goto >> interface to jump to specific headings. > > It doesn't use org-refile but this is w

Re: [O] Go to heading using LISP

2013-06-09 Thread Alexander Wingård
Eric Abrahamsen ericabrahamsen.net> writes: > > Alexander Wingård gmail.com> writes: > > > Hi! > > > > I want to create special key-bindings that use the org-refile goto > > interface to jump to specific headings. More specific example, let's say I

[O] Go to heading using LISP

2013-06-08 Thread Alexander Wingård
Hi! I want to create special key-bindings that use the org-refile goto interface to jump to specific headings. My initial attempt was: (org-refile 4 "gtd.org" "Projects/Work/Bugs") But it seems specifying RFLOC is not that simple. Someone have any idea how to achieve this or another way to jump

Re: [O] Time range between now and timestamp

2011-09-15 Thread Alexander Wingård
Wonderful, thanks alot! I can already see this becoming of great use to me. Best Regards /Alexander On Thu, Sep 15, 2011 at 6:02 PM, Nick Dokos wrote: > Alexander Wingård wrote: > >> Let's say I have this: >> >> <2011-09-15 Thu>--<2011-09-16 Fri> >

Re: [O] Time range between now and timestamp

2011-09-15 Thread Alexander Wingård
much time there is left to a specific appointment. Best Regards /Alexander On Thu, Sep 15, 2011 at 4:37 PM, Nick Dokos wrote: > Alexander Wingård wrote: > >> Hi! >> >> I really would want to have a command that given the cursor is over a >> timestamp would output

[O] Time range between now and timestamp

2011-09-15 Thread Alexander Wingård
Hi! I really would want to have a command that given the cursor is over a timestamp would output the time-range from the current time to that timestamp. I've been searching a lot for this but no luck and I even did an attempt to implement some hacked version of org-evaluate-time-range and org-d