Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: > >> (progn (debug) (message "non-existent agenda file %s. [R]emove from list = >> or [A]bort?" (abbreviate-file-name file)) (let ((r (downcase (read-char-exc= >> lusive (cond ((equal r 114) (org-remove-file file) (throw (quote nextfi= >>

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Nick Dokos
Sebastien Vauban wrote: > (progn (debug) (message "non-existent agenda file %s. [R]emove from list = > or [A]bort?" (abbreviate-file-name file)) (let ((r (downcase (read-char-exc= > lusive (cond ((equal r 114) (org-remove-file file) (throw (quote nextfi= > le) t)) (t (error "Abort") >

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: >> "Sebastien Vauban" wrote: >>> These last days, I've observed that, whenever creating a new Org file (to >>> be precise, when saving it), I'm asked: >>> >>> non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? >>> >>> I'm t

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sylvain Rousseau
Hi, i have the same problem. It appears that `org-map-entries' fails if the file does not yet exist. A solution could be to add to `dmj/org-remove-redundant-tags' a `file-exists-p' condition but you will have to save twice to clean the file; another is to patch `org-map-entries' that should succee

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Nick Dokos
Sebastien Vauban wrote: > Hello, > > Thanks a lot Nick, Fran=C3=A7ois, Bastien... and Carsten who put me on right > tracks... > > "Sebastien Vauban" wrote: > > These last days, I've observed that, whenever creating a new Org file (to= > be > > precise, when saving it), I'm asked: > > > > n

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hello, Thanks a lot Nick, François, Bastien... and Carsten who put me on right tracks... "Sebastien Vauban" wrote: > These last days, I've observed that, whenever creating a new Org file (to be > precise, when saving it), I'm asked: > > non-existent agenda file ~/file.txt. [R]emove from list

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-05-21 Thread Nick Dokos
Nick Dokos wrote: > François Pinard wrote: > > > Bastien writes: > > > > > "Sebastien Vauban" > > > writes: > > > > >> These last days, I've observed that, whenever creating a new Org file > > >> (to be precise, when saving it), I'm asked: > > >> > > >> non-existent agenda file ~/file.t

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-05-21 Thread Nick Dokos
François Pinard wrote: > Bastien writes: > > > "Sebastien Vauban" > > writes: > > >> These last days, I've observed that, whenever creating a new Org file > >> (to be precise, when saving it), I'm asked: > >> > >> non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? > >> >

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-05-21 Thread François Pinard
Bastien writes: > "Sebastien Vauban" > writes: >> These last days, I've observed that, whenever creating a new Org file >> (to be precise, when saving it), I'm asked: >> >> non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? >> >> I'm then forced to answer `R' for the save t

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-05-21 Thread Bastien
"Sebastien Vauban" writes: > These last days, I've observed that, whenever creating a new Org file (to be > precise, when saving it), I'm asked: > > non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? > > I'm then forced to answer `R' for the save to be done. > > Do you see

[O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-05-21 Thread Sebastien Vauban
Hello, These last days, I've observed that, whenever creating a new Org file (to be precise, when saving it), I'm asked: non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? I'm then forced to answer `R' for the save to be done. Do you see that behavior as well? Best regards