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 my-org
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 and
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
> you
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 ne
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, Org
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
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
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
> do
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 wrote
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
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 (-
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)
(interactive
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 bu
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). Th
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 function
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 function
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 C-c
17 matches
Mail list logo