[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-get-entry-text-content return the title of the next org-en
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] org-get-entry-text-content return the title of the next org-entry if current entry has no body. |
Date: |
Mon, 04 Dec 2023 15:04:00 +0000 |
SyedZuhair <syed@riseup.net> writes:
> 1. define this function:
>
> (defun test-get-entry-text-content ()
> (interactive)
> (let ((body (org-get-entry-text-content)))
> (prin1 body)
> )
> )
The function `org-get-entry-text-content' is not a part of Org mode.
Not an Org mode bug.
Canceled.
I suggest you to check where it is defined:
C-h f org-get-entry-text-content <RET>
The place where the function is defined should be displayed in the
*Help* buffer then.
Once you know where the function is coming from, you may reach out to
the author of that package (if it is a package) or investigate further
looking into the function code.
--
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>