* [BUG] Unable to insert inline or anonymous footnotes unless indented [9.7.11 (9.7.11-6a5d0e @ /home/user/.emacs.d/elpa/org-9.7.11/)]
@ 2024-10-01 15:58 Suhail Singh
2024-10-01 16:06 ` Suhail Singh
0 siblings, 1 reply; 2+ messages in thread
From: Suhail Singh @ 2024-10-01 15:58 UTC (permalink / raw)
To: Org mailing list
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
With Emacs -q, in a new org file, set ~org-footnote-define-inline~ to t.
With point at the beginning of the line invoke =M-x org-footnote-new=.
As implied in the syntax spec, inline and anonymous footnotes are
permitted to occur on an unindented line (unlike a footnote reference).
Given that, the expectation with the above settings is for
org-footnote-new to insert an inlined footnote at point (which is at the
beginning of a line).
However, what's observed is a user-error "Cannot insert a footnote
here" when point is at the beginning of a line.
Additionally, and seemingly related, fontlocking for unindented
anonymous and inlined footnotes is also broken. This can be observed
via emacs -q and opening a file with the following contents:
#+begin_example
** 9.7.11, 9.6.15
[fn::This footnote has not fontlocking.]
[fn:1:This doesn't fontlock either.]
[fn::Fontlocking works in this footnote.]
#+end_example
Also broken are commands like =M-x org-footnote-new= (even when
).
The reason seems to be =(bolp)= in the definition of
=org-footnote--allow-reference-p=.
Emacs : GNU Emacs 29.4 (build 2, x86_64-suse-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.2)
Package: Org mode version 9.7.11 (9.7.11-6a5d0e @ /home/user/.emacs.d/elpa/org-9.7.11/)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] Unable to insert inline or anonymous footnotes unless indented [9.7.11 (9.7.11-6a5d0e @ /home/user/.emacs.d/elpa/org-9.7.11/)]
2024-10-01 15:58 [BUG] Unable to insert inline or anonymous footnotes unless indented [9.7.11 (9.7.11-6a5d0e @ /home/user/.emacs.d/elpa/org-9.7.11/)] Suhail Singh
@ 2024-10-01 16:06 ` Suhail Singh
0 siblings, 0 replies; 2+ messages in thread
From: Suhail Singh @ 2024-10-01 16:06 UTC (permalink / raw)
To: Suhail Singh; +Cc: Org mailing list
Suhail Singh <suhailsingh247@gmail.com> writes:
> Additionally, and seemingly related, fontlocking for unindented
> anonymous and inlined footnotes is also broken. This can be observed
> via emacs -q and opening a file with the following contents:
Correction: opening a file that _contains the contents of the following
example block_:
> #+begin_example
> ** 9.7.11, 9.6.15
> [fn::This footnote has not fontlocking.]
>
>
> [fn:1:This doesn't fontlock either.]
>
>
> [fn::Fontlocking works in this footnote.]
> #+end_example
--
Suhail
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-01 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01 15:58 [BUG] Unable to insert inline or anonymous footnotes unless indented [9.7.11 (9.7.11-6a5d0e @ /home/user/.emacs.d/elpa/org-9.7.11/)] Suhail Singh
2024-10-01 16:06 ` Suhail Singh
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).