Function: org-add-log-current-headline
org-add-log-current-headline is a byte-compiled function defined in
org-compat.el.gz.
Signature
(org-add-log-current-headline)
Documentation
Return current headline or nil.
This function ignores inlinetasks. It is meant to be used as
add-log-current-defun-function value.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-compat.el.gz
;;;; Add Log
(defun org-add-log-current-headline ()
"Return current headline or nil.
This function ignores inlinetasks. It is meant to be used as
`add-log-current-defun-function' value."
(org-with-limited-levels (org-get-heading t t t t)))