emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: ~dalanicolai <dalanicolai@git.sr.ht>
To: emacs-orgmode@gnu.org
Subject: [PATCH org-contrib 1/1] Fix org-eldoc: add 'org-self-insert-command' to 'eldoc-message-commands'
Date: Mon, 22 May 2023 13:02:58 +0200	[thread overview]
Message-ID: <168500905821.7612.7160946900807283240-1@git.sr.ht> (raw)
In-Reply-To: <168500905821.7612.7160946900807283240-0@git.sr.ht>

From: Daniel Nicolai <dalanicolai@gmail.com>

---
 lisp/org-eldoc.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/org-eldoc.el b/lisp/org-eldoc.el
index 5b4f66d..7137c46 100644
--- a/lisp/org-eldoc.el
+++ b/lisp/org-eldoc.el
@@ -54,6 +54,8 @@
   :group 'org-eldoc
   :type 'string)
 
+(eldoc-add-command 'org-self-insert-command)
+
 (defun org-eldoc-get-breadcrumb ()
   "Return breadcrumb if on a headline or nil."
   (let ((case-fold-search t) cur)
-- 
2.38.4


  reply	other threads:[~2023-05-25 10:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25 10:04 [PATCH org-contrib 0/1] Fix org-eldoc functionality ~dalanicolai
2023-05-22 11:02 ` ~dalanicolai [this message]
2023-05-25 11:07 ` Ihor Radchenko
2023-05-25 14:12   ` dalanicolai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=168500905821.7612.7160946900807283240-1@git.sr.ht \
    --to=dalanicolai@git.sr.ht \
    --cc=dalanicolai@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).