emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Pete Phillips <pete@smtl.co.uk>
To: Tim O'Callaghan <timo@dspsrv.com>, emacs-orgmode@gnu.org
Subject: Re: Feedback on Scheduling?
Date: Tue, 16 May 2006 20:49:58 +0100	[thread overview]
Message-ID: <5763.1147808998@lap1.smtl.co.uk> (raw)
In-Reply-To: Message from Tim O'Callaghan <timo@dspsrv.com> of "Tue, 16 May 2006 20:43:43 +0200." <20060516184343.GA440@Zangband>



Tim O'Callaghan <timo@dspsrv.com> wrote:

    Tim> I'm curious, if you don't mind me asking, how do you produce
    Tim> your hipster cards from org mode?

Hi Tim

I have a simple perl script which I run from a Makefile.

The perl script is at:

	http://www.philfam.co.uk/pete/GTD/org-na/org-na.pl

The Makefile I use is attached at the end. Basically I have a list of
all my 'contexts' (GTD-speak) which I use as tags in org-mode. Running :

    make home

will make the postscript files and print them.

This will therefore take:

	** Get wood preservative for Shed :Shopping:
	** Paint shed with preservative :DIY:

and add the first line to the 'Shopping' card and the second to my 'DIY'
card.

I keep meaning to add some options to allow printing on A4 etc, but am
pushed for time at the moment. :-(

Don't forget - you will need to adjust the location of your org-mode
file in the perl source, and the makefile needs to point to your printer
which will print the index cards.

Enjoy.

Pete

-----Makefile-------------------
# Print out NA lists from ~/TODO/TODO.org


home:  LaptopH.ps PhoneH.ps Home.ps Sofa.ps ComputerH.ps WaitingH.ps Shopping.ps
work:  LaptopS.ps PhoneS.ps Office.ps TG.ps WaitingS.ps CAG.ps

%.ps: %.dvi
        dvips  $<

%.dvi: %.tex
        latex $<

%.tex: TODO.org
        /home/pete/src/org-na/org-na.pl -t $* > $@

  reply	other threads:[~2006-05-16 19:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-16  8:26 Feedback on Scheduling? Carsten Dominik
2006-05-16 17:19 ` Pete Phillips
2006-05-16 18:43   ` Tim O'Callaghan
2006-05-16 19:49     ` Pete Phillips [this message]
2006-05-16 21:20       ` Was: Feedback on Scheduling? - How do you use yours? Tim O'Callaghan
2006-05-17  7:41         ` Pete Phillips
2006-05-17  8:10           ` Carsten Dominik
2006-05-17 10:04           ` Tim O'Callaghan
2006-05-17 13:59             ` Kevin Coates
2006-05-18  9:24               ` Tim O'Callaghan
2006-05-18 11:14                 ` Kevin
2006-05-17  9:15   ` Feedback on Scheduling? David Emery
2006-05-17  9:14     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5763.1147808998@lap1.smtl.co.uk \
    --to=pete@smtl.co.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=timo@dspsrv.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).