Re: [O] Resolving conflicts with ediff and folding

2015-05-03 Thread iemacs
I have the following lisp code can do the trick: (add-hook 'ediff-quit-hook (lambda () (cond ((eq major-mode 'org-mode) (visible-mode 0) -- Tian Qiu On Tue, Apr 28, 2015 at 5:43 PM Sebastien Vauban wrote: > J. David Boyd wrote: > > "Charles C. Berry"

Re: [O] org-attach + git annex not working

2015-05-03 Thread John Wiegley
> Erik Hetzner writes: > I don’t know if the behavior of vc-git-root has changed, but I don’t see > anything in the emacs git log for vc/vc-git.el and it seems to have the same > behavior in 24 & 25. I hadn't noticed it breaking, but is it possible to make your change a bit more defensive?

Re: [O] Display Agenda in Reverse Order

2015-05-03 Thread Kenneth Jacker
smt> Take a look at smt> smt>org-agenda-sorting-strategy smt> smt> It should help you out. It did ... thanks for the info! For others who might want to do the same or something similar, I'll show what I did to change the "sorting order" ... I changed the value of "org-agenda-sorti

Re: [O] Marking/highlighting text temporarily

2015-05-03 Thread Eric Abrahamsen
Rasmus writes: > Hi, > > Eric Abrahamsen writes: > >> We're just talking about annotations-plus-metadata here, right? Not >> actual in-text TODOs? > > I don't know. > >> From what I can tell, rasmus seems to be proposing an in-text TODO, > > I mainly extrapolated from your example. Further, I e