Re: [O] add-change-log-entry for orgfiles, header

2016-10-15 Thread Uwe Brauer
> On Friday, 14 Oct 2016 at 16:58, Uwe Brauer wrote: > [...] > Looking at the vc.el code, there is the following comment which may > allow you to accomplish effectively the same thing although in the > reverse order (commit and then update changelog)? > ;; If your site u

[O] emacs 25 comment-line dosent work in org mode blocks?

2016-10-15 Thread Xebar Saram
Hi all i just discovered that in emacs 25 there is a cool comment-line function (bound to Ctrl+x Ctrl+; ). it dosent seem to work inside org mode blocks. anyone know a work around for this? best Z

Re: [O] emacs 25 comment-line dosent work in org mode blocks?

2016-10-15 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > i just discovered that in emacs 25 there is a cool comment-line function > (bound to Ctrl+x Ctrl+; ). it dosent seem to work inside org mode blocks. > anyone know a work around for this? What "doesn't work"? Could you expunge a bit? Regards, -- Nicolas Goaziou

Re: [O] emacs 25 comment-line dosent work in org mode blocks?

2016-10-15 Thread Xebar Saram
Hi sorry for the brief explanation. when i use the bind or manually launch comment-line via M-x inside an org mode code block the like is indented (by 2 spaces) and no comment appears (in a lisp code block). i just tried it now in a sh (bash) code block and here what it does is add the # at the END

Re: [O] emacs 25 comment-line dosent work in org mode blocks?

2016-10-15 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > When i use the bind or manually launch comment-line via M-x inside an > org mode code block the like is indented (by 2 spaces) and no comment > appears (in a lisp code block). i just tried it now in a sh (bash) > code block and here what it does is add the # at the E

[O] Bug: Agenda: Sorting TODOs (with tags) by effort does not work [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/luke/.emacs.d/elpa/org-plus-contrib-20161010/)]

2016-10-15 Thread Luke
I have the following custom agenda command set up: === (setq org-agenda-custom-commands '(("x" "TODOs sorted by effort" todo "TODO" ((org-agenda-sorting-strategy '(effort-down)) ==

Re: [O] gnus org and tags

2016-10-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Oct 2016 at 16:02, Nick Dokos wrote: > [...] >> I have a single notes.org file (not an agenda file), where I do exactly what >> Eric described and I have defined keys to get to it fast: no more "where did I > As do I. I gues

Re: [O] add-change-log-entry for orgfiles, header

2016-10-15 Thread Eric S Fraga
On Saturday, 15 Oct 2016 at 09:06, Uwe Brauer wrote: [...] > I want to do the same for org files, using their syntax as navigations > references. Here is the addon for latex to make my point clearer. > Of course it contains a lot of auctex/reftex specific stuff. Yes, I see. You want the equival

Re: [O] gnus org and tags

2016-10-15 Thread Eric S Fraga
On Saturday, 15 Oct 2016 at 13:14, Uwe Brauer wrote: "Eric" == Eric S Fraga writes: >> Tag search etc. in org makes finding the notes relatively painless. > > How do you search, starting where? Typically, using the agenda tags search: C-c a m and, if that fails, the more general search

[O] org-eldoc and shell

2016-10-15 Thread Fabrice Popineau
Hi, In org-eldoc.el, org-eldoc-get-mode-local-documentation-function function, there is this code: (with-temp-buffer (funcall mode-func) (setq doc-func (and eldoc-documentation-function (symbol-value 'eldoc-documentation-function)))

[O] Basic visibility cycling bug in 8.3.6

2016-10-15 Thread Marcus Zibrowius
I am running org-mode 8.3.6 (8.3.6-6-g194e51-elpa @ .../.emacs.d/elpa/org-20161003/) in GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7). In this version, visibility cycling does not work as expected. Consider the following three-line example file: * a ** b ** c Consider the followin

Re: [O] Basic visibility cycling bug in 8.3.6

2016-10-15 Thread Nicolas Goaziou
Hello, Marcus Zibrowius writes: > In this version, visibility cycling does not work as expected. Consider > the following three-line example file: > > * a > ** b > ** c > > Consider the following sequence of commands: > 1. Place cursor on the letter b. > 2. In the menu, choose Org > Refresh