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