Re: [Orgmode] bug in org-remember?

2008-12-22 Thread John Rakestraw
Hi Carsten -- I tested this morning on a different computer with identical config files before I upgraded org-mode to the most recent version. On that earlier version (I think it was 6.15trans), org-remember worked fine as expected. After upgrading (to version 6.16d), I experienced the behavior de

[Orgmode] Remember mode (frist time) reports wrong type argument: stringp, nil

2008-12-22 Thread Charles Cave
The first time I use Remember, after I file the note with C-c C-c I get a message: Wrong type argument: stringp, nil When I repeat C-c C-c the note is filed successfully. When I run Remember again, there is no problem. My org version: 6.15d My emacs version: 22.1.1 (GNU on Windows XP) Relevan

Re: [Orgmode] Undelivered Mail Returned to Sender

2008-12-22 Thread Christopher DeMarco
On Sun, Dec 21, 2008 at 06:17:49PM +0100, Carsten Dominik wrote: >Seems I mistyped a variable name. I just tested >the following, and it works for me: > (setq org-agenda-custom-commands > '(("p" "Projects" tags "+xxx|+xx|+x" >((org-agenda-overriding-colum

Re: [Orgmode] formula question

2008-12-22 Thread Carsten Dominik
Indeed, thank you very much. Fixed in the GIT repo. - Carsten On Dec 22, 2008, at 5:06 PM, henry atting wrote: Since the last upgrade of org-mode (now 6.16) when I do a `C-c C-c' on `=' in a table field I am always prompted like this: replace field formula with column formula (y or n) Th

Re: [Orgmode] org-mode to iphone?

2008-12-22 Thread Christopher DeMarco
As a more-useful alternative to my ha-ha-only-serious "email" response, look at the export-to-HTML functions. I haven't gotten here yet with org-mode, but I understand they're pretty powerful -- and HTML is perfect for the iPhone. A robust HTML interface to your org-mode would be much more useful

[Orgmode] org-mode to iphone?

2008-12-22 Thread Robert Goldman
Question --- would it be possible to attach a unique identifier to org-mode tasks and appointments (perhaps as a property value), and use that as a basis for syncing with external applications? BTW, if you're thinking of syncing with the Mac, think hard about timezones. I have been in a world of

Re: [Orgmode] graphing from org-tables

2008-12-22 Thread Eric Schulte
Hi Dan, This looks very interesting, and I look forward to playing around with these functions (when I have some/any free time). After a quick glance it seems like these functions could be expanded in two different directions... 1) Adapted to a simple calling mechanism like the one used for org-

Re: [Orgmode] org-mode to iPhone

2008-12-22 Thread Eric Schulte
Carsten Dominik writes: > On Dec 22, 2008, at 3:51 PM, Cezar Halmagean wrote: > >> Hi list, >> >> I haven't asked a question in a long time so here is one :) >> >> Is there any way I could publish my tasks to my iPhone ? The First >> thing that comes to mind is iCal/Google sync that way you ca

[Orgmode] export latex and column view

2008-12-22 Thread francois
Hello, I get an error when I compile, with pdflatex, the latex generated from a buffer having columnview. Here is my org file: [myfile.org] * overview #+BEGIN: columnview :hlines 1 :id "my-data" | ITEM | TODO | PRIORITY | TAGS | |---+--+--+--| | * my data | |

[Orgmode] formula question

2008-12-22 Thread henry atting
Since the last upgrade of org-mode (now 6.16) when I do a `C-c C-c' on `=' in a table field I am always prompted like this: replace field formula with column formula (y or n) The formula is a simple addition of the amounts of the preceeding fields: #+TBLFM: $...@-1$3::$3=$1+$2 Before th

Re: [Orgmode] org-mode to iPhone

2008-12-22 Thread Carsten Dominik
On Dec 22, 2008, at 3:51 PM, Cezar Halmagean wrote: Hi list, I haven't asked a question in a long time so here is one :) Is there any way I could publish my tasks to my iPhone ? The First thing that comes to mind is iCal/Google sync that way you can also read and write into org-mode, if o

Re: [Orgmode] org-mode to iPhone

2008-12-22 Thread Christopher DeMarco
On Mon, Dec 22, 2008 at 04:51:10PM +0200, Cezar Halmagean wrote: > Is there any way I could publish my tasks to my iPhone ? The First > thing that comes to mind is iCal/Google sync that way you can also > read and write into org-mode, if only you could sync iCal with > org-mode. Email the

[Orgmode] org-mode to iPhone

2008-12-22 Thread Cezar Halmagean
Hi list, I haven't asked a question in a long time so here is one :) Is there any way I could publish my tasks to my iPhone ? The First thing that comes to mind is iCal/Google sync that way you can also read and write into org-mode, if only you could sync iCal with org-mode. Thanks and

[Orgmode] Re: Latex Export

2008-12-22 Thread Flávio de Souza
It is working now. I had only (require 'org) instead of (require 'org-install). Thanks Carsten! Carsten Dominik writes: > Do you have > > (require 'org-install) > > in your .emacs file, as the installation instructions > spell out? > > - Carsten >

Re: [Orgmode] ido slow for outline path completion

2008-12-22 Thread Carsten Dominik
On Dec 21, 2008, at 10:24 PM, Samuel Wales wrote: Hi Carsten, I just meant that there are 3 path completion entry points (remember, which can also use refile; refile; and goto), and they are similar, but are specified differently (e.g. maxlevel variable in goto and alist in refile). So, maybe