* Make fuzzy links practical
@ 2022-11-19 11:37 Rudolf Adamkovič
2022-11-20 5:33 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Rudolf Adamkovič @ 2022-11-19 11:37 UTC (permalink / raw)
To: emacs-orgmode
Hello everyone!
Given a fuzzy link [[word]], Org by default searches for a headline "*
word". If no such headline exists, Org asks the user if they wish to
create one. Then, the user can also set
`org-link-search-must-match-exact-headline'
to nil, in which case, Org will search the buffer for a case-folded
"word", such as "word" or "Word".
I find this *almost* practical because, in the Org world, we normally
write headlines in either sentence case or title case, with the first
word capitalized. But currently, if I have the text
> * Aneuploid
>
> An [[organism]] with a [[chromosomal abnormality]] regarding the
> number of [[chromosome]]s. Includes [[monosomic]] and [[trisomic]]
> individuals.
the target headlines must appear in lowercase, such as
* chromosomal abnormality
instead in the common form
* Chromosomal abnormality
Based on my research, it seems that Org has changed how fuzzy links
match headlines, case sensitively or insensitively, multiple times.
To make fuzzy links more practical, we have more options, including:
1. case-fold headlines by default, optimizing for the common use case
2. add `'case-fold' to `org-link-search-must-match-exact-headline'
3. obey `case-fold-search' option set by the user
What do you folks think?
Rudy
--
"Thinking is a momentary dismissal of irrelevancies."
-- Richard Buckminster Fuller, 1969
Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Make fuzzy links practical
2022-11-19 11:37 Make fuzzy links practical Rudolf Adamkovič
@ 2022-11-20 5:33 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-11-20 5:33 UTC (permalink / raw)
To: Rudolf Adamkovič; +Cc: emacs-orgmode
Rudolf Adamkovič <salutis@me.com> writes:
>> * Aneuploid
>>
>> An [[organism]] with a [[chromosomal abnormality]] regarding the
>> number of [[chromosome]]s. Includes [[monosomic]] and [[trisomic]]
>> individuals.
>
> the target headlines must appear in lowercase, such as
>
> * chromosomal abnormality
>
> instead in the common form
>
> * Chromosomal abnormality
>
> Based on my research, it seems that Org has changed how fuzzy links
> match headlines, case sensitively or insensitively, multiple times.
Can you recall the relevant commits/ML threads?
> To make fuzzy links more practical, we have more options, including:
>
> 1. case-fold headlines by default, optimizing for the common use case
> 2. add `'case-fold' to `org-link-search-must-match-exact-headline'
> 3. obey `case-fold-search' option set by the user
>
> What do you folks think?
Sounds reasonable.
But we need to study why case sensitivity has been flipped in the past.
Also, I am wondering how all this work on export.
--
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-20 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-19 11:37 Make fuzzy links practical Rudolf Adamkovič
2022-11-20 5:33 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).