> 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
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
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
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
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
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))
==
>>> "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
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
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
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)))
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
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
12 matches
Mail list logo