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
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
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 ?