[O] Newbie question

2018-08-01 Thread Henrik Frisk
Hi, I'm new with Scheme and new with org babel so excuse me if I am missing something obvious. I have this bit of (simplified) Scheme code to generate a list of lists: #+name: chromatic #+begin_src scheme :noweb yes (map (lambda (x) (cond ((< x 4) (list 0 1)) ((equal? x 4) (

Re: [O] Newbie question: how to get a report of DONE items

2015-01-23 Thread J. David Boyd
Pete Siemsen writes: > I'm a newbie, just switching to org-mode. > > For work, I have to produce quarterly reports that list what I've > done. I want a report of all the items that were closed within a given > date range. > > I could write some code to do this, but I suspect org-made comes with >

[O] Newbie question: how to get a report of DONE items

2015-01-15 Thread Pete Siemsen
I'm a newbie, just switching to org-mode. For work, I have to produce quarterly reports that list what I've done. I want a report of all the items that were closed within a given date range. I could write some code to do this, but I suspect org-made comes with something close :-) -- Pete

Re: [O] Newbie question

2013-02-08 Thread Ken
On Fri, Feb 08, 2013 at 01:15:19PM +, Julian Burgos wrote: > Hi Ken, > > If you do you will get an active timestamp with date > and time. will give you an inactive timestamp with date > and time. > I also have this code in my .emacs file, so whenever I create a > headline I get an inactive

Re: [O] Newbie question

2013-02-08 Thread Nick Dokos
Ken wrote: > Hello all, > > I am a relative newbie to org-mode. Right now I use it for todo lists, I > use it in conjunction with the diary, and I use it for > journaling/note-taking. I am sure I am only using it fo a quarter or > less of what it can be used for. Anyway, my question is rather si

Re: [O] Newbie question

2013-02-08 Thread Julian Burgos
Hi Ken, If you do you will get an active timestamp with date and time. will give you an inactive timestamp with date and time. I also have this code in my .emacs file, so whenever I create a headline I get an inactive timestamp automatically. It should be easy to change to get an active ti

[O] Newbie question

2013-02-08 Thread Ken
Hello all, I am a relative newbie to org-mode. Right now I use it for todo lists, I use it in conjunction with the diary, and I use it for journaling/note-taking. I am sure I am only using it fo a quarter or less of what it can be used for. Anyway, my question is rather simple. will allow you to