Re: [Orgmode] Remind functionality?

2009-01-27 Thread Daniel Clemente
Hi, could you paste the commands that you used to export the agenda to a file? (cron job, Emacs invocation, Lisp code to open the agenda) A Worg section explaining this setup would be useful; for instance in org-hacks.org (http://orgmode.org/worg/org-hacks.php) Thanks, Daniel ___

Re: [Orgmode] Using SCHEDULED to indicate task start date

2009-01-27 Thread Carsten Dominik
On Jan 27, 2009, at 3:03 AM, Robert Goldman wrote: Date: Mon, 26 Jan 2009 16:45:03 + From: Nick Bell Subject: [Orgmode] Using SCHEDULED to indicate task start date To: Emacs org-mode list Message-ID: <497de88f.4040...@nickbell.org> Content-Type: text/plain; charset=ISO-8859-1; format=fl

Re: [Orgmode] footnote questions

2009-01-27 Thread Carsten Dominik
For now, \par in a footnote is translated into starting a new line. For me this is good enough, unless people give good reasons why not. I can see that wrapping each footnote into an extra div could make sense, but so far I don't know anybody who wants to make use of this extra structure elemen

[Orgmode] M-TAB completion of options in indirect buffers

2009-01-27 Thread Shaun Johnson
With Emacs 22.1.1 and Org-mode 6.17c if I am editing a subtree in an indirect buffer (via C-c C-x b) and try to complete an option (i.e. a line starting #+) then I get the following backtrace (bytecodes elided): Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name

Re: [Orgmode] Problem with org-batch-agenda

2009-01-27 Thread Mark Elston
Carsten, I'll give it a try. Mannish already pointed me to Worg. I installed git and am trying to get started but am running into a problem with even using git to get editable files. It seems I need access to ssh-keygen which I don't have (being on Windows...) I'll keep trying (in my spare ti

[Orgmode] clocktable and ISO week

2009-01-27 Thread David Bremner
I have a clocktable that begins like this. #+BEGIN: clocktable :maxlevel 2 :block 2009-W05 :scope agenda-with-archives Clock summary at [2009-01-27 Tue 17:15], for week 2009-W04. [contents snipped] #+END: Whatever week I put in :block, it puts one less in the title. It seems actually gather the

Re: [Orgmode] A much simpler way of handling dependent tasks

2009-01-27 Thread Mike Newman
On Mon, 26 Jan 2009 17:16:17 -0400 John Wiegley wrote: > I've been wanting a simple method for managing dependent tasks for > some time now, and only now did it occur to me that I could just > implement a much simpler method using your current blocking mechanism. > > The attached file, con

Re: [Orgmode] graphing from org-tables

2009-01-27 Thread Dan Davison
On Mon, Jan 26, 2009 at 09:53:37AM +0100, Carsten Dominik wrote: > < ... > >> (defun org-table-remote-range (id form >>&optional replace keep-empty numbers lispp) >> "Get a field value or a list of values in a range from table at ID. > > In 6.19, there is now bui