emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Consider supporting C-x 4 and C-x 5 and C-x t in org-open-at-p


From: Ihor Radchenko
Subject: Re: [BUG] Consider supporting C-x 4 and C-x 5 and C-x t in org-open-at-point [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]
Date: Fri, 08 Sep 2023 07:45:31 +0000

Max Nikulin <manikulin@gmail.com> writes:

> On 07/09/2023 17:54, Ihor Radchenko wrote:
>> I think that it will be acceptable to add new bindings like
>> C-x 4 C-c C-o and C-x 5 C-c C-o that will open a link in other window or
>> frame, if possible. Patches welcome!
>
> Is it possible to make such bindings local to Org?

Simply (org-defkey org-mode-map (kbd "C-x 4 C-c C-o") #'org-open-at-point)
will do. Except that we will need to bind a different command there (to
honor the C-x 4 convention).

> C-c C-x b `org-tree-to-indirect-buffer'
>
> is specific to Org. It may still have same options: frame, tab in 
> addition to current "other window" (and *same* window as well).

I have nothing against adding this command variants.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]