I do the same. Three things I learned / didn't learn:
1. For a daily report, I use the :step option (see
http://orgmode.org/manual/Clocking-work-time.html) ... not in a single
table like I wanted, but nice small summary tables in export, so good
enough for me.
2. I successfully hacked in another c
rom exploring
> this further, because I thought that the python solution was really
> good and innovative, and it shows what can be done with modules like
> the ones Charles has put out.
>
> - Carsten
>
>
> On Mar 22, 2009, at 11:38 AM, Brad Bozarth wrote:
>
>> H
On Wed, Mar 25, 2009 at 1:36 AM, Carsten Dominik wrote:
> Hi Brad,
>
> I hope you don't mind, but I find this *so extremely useful* that
> I made a pure Emacs lisp version of this which is now in the git repo
> under the name org-feed.el. It is not made for fancy automatic
> updating with cron jo
newItems = 0;
for ( guid in guids ) {
+ where = index(blobs[guid, "DESCRIPTION"], "is typing what you said")
+ if (where)
+ continue;
ret = system("egrep \"^" guid "\" ~/repo/bin/reqalldb > /dev/null");
yle comments don't work
in awk). And the system call string on line 425 can't be split across lines
as it is (again, I was thinking in C).
-brad
On Mon, Mar 23, 2009 at 1:32 AM, Brad Bozarth wrote:
> Sure! As I said, it's a hack - it would obviously be better
> implemented with
, really was the missing piece. It no longer is missing.
>
> Thanks!
>
> - Carsten
>
> On Mar 22, 2009, at 11:38 AM, Brad Bozarth wrote:
>
>> Hi! I'm new to org-mode, but knew I had to use it when I combined a
>> desire to try GTD with my ctrl-s view of th
This is nice, no more superfluous flat file... thanks!
-brad
On Mon, Mar 23, 2009 at 6:47 AM, Ian Barton wrote:
>>
>> Pretty simple - it could be cleaner, and filenames and such are
>> hardcoded, but it should be easy for anyone to fix it up or simply
>> replace the filenames and formatting to th
Sure! As I said, it's a hack - it would obviously be better
implemented with one elisp batch script or something, but I was in a
hurry, and it's been working for me.
Reqall is a free app kind of like Jott, if you're familiar with that.
You can phone into it (thus this hack would work with a blackb
Hi! I'm new to org-mode, but knew I had to use it when I combined a
desire to try GTD with my ctrl-s view of the world.
I'm ok with processing tethered to a computer, but wanted an easy way
to capture on the move, without adding anything to my pocket. A couple
days of hacking later (with some real