Re: Quit and Error in org-export--dispatch-action

2019-12-05 Thread Kyle Meyer
Takaaki Ishikawa writes: > Dear Kyle and all, > > Using user-error is another way, but it does not work for me > because user-error stops the org-export-dispatch. > I would like to keep the session to do an action after > the completing org-export-dispatch something like this: > > (defun

Re: org-custom-id-goto?

2019-12-05 Thread Adam Porter
Functions like helm-org-in-buffer-headings, helm-org-agenda-files-headings, etc. are built-in to the helm-org package (they used to be part of the helm package, but now they're in this separate helm-org package which is not installed automatically with the helm package). The packages org-rifle

Re: [ANN] C-c C-c to quit column-view

2019-12-05 Thread Samuel Wales
i think the biggest good thing about this is it's likely one of the things users will try, after c-g and esc esc esc, to get out of this really strange mode they accidentally got into. On 12/5/19, Fraga, Eric wrote: > Although I've not tried your enhancement yet, it is very welcome. Thank >

Re: [PROPOSAL] New function `org-headings-to-point' and displayer.

2019-12-05 Thread Karl Fogel
On 05 Dec 2019, Adam Porter wrote: >Karl Fogel writes: >> Unless you meant make a new interactive function to display a vertical >> hierarchy and base it on the existing Org Mode functions you informed >> me of the existence of? But I don't think there's a way to do that >> without adding some

Re: Removing horizontal space in latex fragments

2019-12-05 Thread Fraga, Eric
On Thursday, 5 Dec 2019 at 11:03, Matt Huszagh wrote: > Is anyone else interested in this modification? Should I submit it as a > patch? I think so. And I am not sure all those \n's are necessary. Without them, you can probably also remove many of the %s. -- Eric S Fraga via Emacs 27.0.50,

Re: Gnus org-mode link problems in org 9.3

2019-12-05 Thread Fraga, Eric
On Wednesday, 4 Dec 2019 at 14:39, Bob Newell wrote: > This occupied a few hours but it wasn't good beach weather today. :-) Glad you tracked this down. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-544-gd215c3

Re: [ANN] C-c C-c to quit column-view

2019-12-05 Thread Fraga, Eric
Although I've not tried your enhancement yet, it is very welcome. Thank you. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-544-gd215c3

Re: org-custom-id-goto?

2019-12-05 Thread Samuel Wales
to set to current file (let ((org-refile-target-verify-function)) (let ((org-refile-targets '((nil . (:maxlevel . 50) On 12/5/19, Samuel Wales wrote: > for ido, i use ido-hacks which speeds ido and makes it work > everywhere. then i use org-refile with the prefix arg that makes it >

Re: org-custom-id-goto?

2019-12-05 Thread Samuel Wales
for ido, i use ido-hacks which speeds ido and makes it work everywhere. then i use org-refile with the prefix arg that makes it do goto. i also set a more restricted set of headers using refile and goto tags, but org-refile probably does not recognize custom id. On 12/4/19, Thibault Marin

Re: Release 9.3

2019-12-05 Thread Gustav Wikström
Hi Bastien, > I've released Org 9.3. > > ... > > As usual, this is the work of Nicolas acting as a maintainer > and of many other contributors! Glad to hear! Thanks a lot to everyone involved! Regards Gustav

Removing horizontal space in latex fragments

2019-12-05 Thread Matt Huszagh
I've modified the behavior of `org-create-formula-image' so that `\definecolor' etc do not create unnecessary whitespace in the output PDF. Here's the relevant change: ``` ... ;; remove tex \par at end of line (if (string= (substring string -1 nil) "\n") (aset string

Re: Quit and Error in org-export--dispatch-action

2019-12-05 Thread Takaaki Ishikawa
Dear Kyle and all, Using user-error is another way, but it does not work for me because user-error stops the org-export-dispatch. I would like to keep the session to do an action after the completing org-export-dispatch something like this: (defun my-org-export-dispatch (f ARG)

Re: Quit and Error in org-export--dispatch-action

2019-12-05 Thread Kyle Meyer
Hi Takaaki, Takaaki Ishikawa writes: > The org-export provides a quitting option for user by typing `q`. > This is nice feature but it is implemented with an error function. > For me, it is not actually an error, it is one of the user actions, > and when `debug-on-error` is `t`, the Backtrace

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-05 Thread Pankaj Jangid
Kyle Meyer writes: > Pankaj Jangid writes: >> C-c TAB is working but earlier the behaviour was to apply >> directive by default on next electric formatting. Has the behaviour >> changed in 9.3? > 9.2, I believe, more specifically 6d6a30d4c (org-table: Implement shrunk > columns, 2017-06-27).

Re: [PROPOSAL] New function `org-headings-to-point' and displayer.

2019-12-05 Thread Adam Porter
Karl Fogel writes: > Unless you meant make a new interactive function to display a vertical > hierarchy and base it on the existing Org Mode functions you informed > me of the existence of? But I don't think there's a way to do that > without adding some new parameters to those existing

Re: [PROPOSAL] New function `org-headings-to-point' and displayer.

2019-12-05 Thread Adam Porter
Karl Fogel writes: > Unless you meant make a new interactive function to display a vertical > hierarchy and base it on the existing Org Mode functions you informed > me of the existence of? But I don't think there's a way to do that > without adding some new parameters to those existing

[ANN] C-c C-c to quit column-view

2019-12-05 Thread Marco Wahl
Hi, I just committed a little bit of code that allows to quit column-view with C-c C-c with the cursor almost everywhere in an Org buffer. Until then there was no such key offered. The behavior is very similar to C-c C-c removing the highlights created by a sparse tree action. In particular