On 07/07/2021 14:23, Michael Maurer wrote:
On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote:
in my config, but making a camel case headline does not create a link
when repeating the word in a paragraph. I've also tried activating
org-wikinodes with m-x customize, but no difference.
Is this
On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote:
>
> I've put
>
> (setq org-return-follows-link t)
> (custom-set-variables
> '(org-modules (quote (org-wikinodes)))
> '(org-return-follows-link t))
>
> in my config, but making a camel case headline does not create a link
> when repeating the wor
I've put
(setq org-return-follows-link t)
(custom-set-variables
'(org-modules (quote (org-wikinodes)))
'(org-return-follows-link t))
in my config, but making a camel case headline does not create a link
when repeating the word in a paragraph. I've also tried activating
org-wikinodes with m-x cu