Re: [O] org-unmodified asks to revert buffer if file was modified outside emacs

2013-02-23 Thread Bastien
Bastien writes: > I will ping Emacs developers for the rational behind the current > behavior of remove-text-properties and friends. Got the answer: `with-silent-modifications' comes to the rescue. So the issue is now fixed in master, thanks! -- Bastien

Re: [O] org-unmodified asks to revert buffer if file was modified outside emacs

2013-02-23 Thread Bastien
Hi Nicolas, "Nicolas Richard" writes: > Short story is : if you call org-agenda-list and some agenda files have > been modified outside emacs (e.g. by some revision control system), the > command fails if the user choose to revert the file when asked, leaving > a blank agenda in which 'g' does n

[O] org-unmodified asks to revert buffer if file was modified outside emacs

2013-01-15 Thread Nicolas Richard
Hello, Short story is : if you call org-agenda-list and some agenda files have been modified outside emacs (e.g. by some revision control system), the command fails if the user choose to revert the file when asked, leaving a blank agenda in which 'g' does not work. Does it need a fix ? Which fix ?