[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: |
SyedZuhair |
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 10:51:50 -0500 |
🤦 I have writen the fnction myself... when I didn't know the
importance naming functions approperiately in emacs. Sorry.
Ihor Radchenko <yantar92@posteo.net> writes:
> 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.