branch: externals/org
commit d3d2e56bd6f6e69de0ce672992def6985181bbcc
Author: Marco Wahl <marcowahls...@gmail.com>
Commit: Marco Wahl <marcowahls...@gmail.com>

    oc: Replace an obsolete alias
    
    * lisp/oc.el (org-cite--allowed-p): The replace removes the respective
      warning at compilation.
---
 lisp/oc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/oc.el b/lisp/oc.el
index 8948f3a..2ef9b31 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -1423,7 +1423,7 @@ ARG is the prefix argument received when calling 
`org-open-at-point', or nil."
      ;; At the start of a list item is fine, as long as the bullet is 
unaffected.
      ((eq type 'item)
       (> (point) (+ (org-element-property :begin context)
-                    (org-get-indentation)
+                    (current-indentation)
                     (if (org-element-property :checkbox context)
                         5 1))))
      ;; Other elements are invalid.

Reply via email to