Rudolf Adamkovič <[email protected]> writes:

>>     2. You M-x org-store-link (C-c C-S-l). The link is stored in the link 
>> ring.
>>     3. [...]
>
> In my Org, C-c C-S-l is not bound, FYI.

Yeah. That's my personal (global) binding. Org mode has no right to bind
things globally for users, just suggest a binding. See 1.3 Activation
section of the manual:

       For a better experience, the three Org commands ‘org-store-link’,
    ‘org-capture’ and ‘org-agenda’ ought to be accessible anywhere in Emacs,
    not just in Org buffers.  To that effect, you need to bind them to
    globally available keys, like the ones reserved for users (see *note
    (elisp)Key Binding Conventions::).  Here are suggested bindings, please
    modify the keys to your own liking in your *note personal init file:
    (emacs)Init File.

         (global-set-key (kbd "C-c l") #'org-store-link)
         (global-set-key (kbd "C-c a") #'org-agenda)
         (global-set-key (kbd "C-c c") #'org-capture)

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
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