Re: [O] org-open-at-point calls visit-tags-table ?!? org-ctags module bug?

2019-01-18 Thread David Masterson
David Masterson writes: > I have various Org files with internal hyperlinks of the form > [[#mylink][My Link]] that should point to a header with the appropriate > CUSTOM_ID property that I've setup. For some reason that I can't figure > out, when I call org-open-at-point (C-c C-o) on the link,

[O] [SOLVED] Re: How to pass shell command result to :post source-block?

2019-01-18 Thread stardiviner
I solved my own problem. Here is the complete code: #+NAME: ansi-escape-filter #+begin_src emacs-lisp :var data="" (with-temp-buffer (insert data) (ansi-color-apply-on-region (point-min) (point-max)) (buffer-substring-no-properties (point-min) (point-max))) #+end_src #+begin_src sh :dir

[O] How to pass shell command result to :post source-block?

2019-01-18 Thread stardiviner
I want to processing the shell ANSI escaping characters correctly or just filter them out for display result correctly in Emacs. Here is my try: #+NAME: ansi-escape-filter #+begin_src emacs-lisp (ansi-color-apply-on-region (point-min) (point-max)) #+end_src #+begin_src sh :dir /sudo:: :post

Re: [O] Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2?

2019-01-18 Thread Nicolas Goaziou
Hello, John Hutchinson writes: > Under Org 9.1.14 (Emacs 26.1) with org-special-ctrl-a/e set to t, and > visual-line-mode enabled, C-a and C-e worked as expected, switching > between the actual begin / end and the "meaningful" begin / end of > heading lines on repetitive key strokes. > > This

Re: [O] org-open-at-point calls visit-tags-table ?!?

2019-01-18 Thread David Masterson
"Berry, Charles" writes: >> On Jan 17, 2019, at 6:59 PM, David Masterson wrote: >> >> I have various Org files with internal hyperlinks of the form >> [[#mylink][My Link]] that should point to a header with the appropriate >> CUSTOM_ID property that I've setup. For some reason that I can't

[O] Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2?

2019-01-18 Thread John Hutchinson
Under Org 9.1.14 (Emacs 26.1) with org-special-ctrl-a/e set to t, and visual-line-mode enabled, C-a and C-e worked as expected, switching between the actual begin / end and the "meaningful" begin / end of heading lines on repetitive key strokes. This seems broken in 9.2, moving only to the

Re: [O] org-open-at-point calls visit-tags-table ?!?

2019-01-18 Thread Berry, Charles
> On Jan 17, 2019, at 6:59 PM, David Masterson wrote: > > I have various Org files with internal hyperlinks of the form > [[#mylink][My Link]] that should point to a header with the appropriate > CUSTOM_ID property that I've setup. For some reason that I can't figure > out, when I call

Re: [O] Clone tree backwards in time

2019-01-18 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Unfortunately, I don't have write permission to the repo. So we need > to ask one of the maintainers to merge it. Sure. Could you also add an entry in ORG NEWS on that feature? Note you can also ask for write permission to Bastien, if you're interested.