emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org d3d2e56 07/85: oc: Replace an obsolete alias


From: ELPA Syncer
Subject: [elpa] externals/org d3d2e56 07/85: oc: Replace an obsolete alias
Date: Mon, 27 Sep 2021 15:57:39 -0400 (EDT)

branch: externals/org
commit d3d2e56bd6f6e69de0ce672992def6985181bbcc
Author: Marco Wahl <marcowahlsoft@gmail.com>
Commit: Marco Wahl <marcowahlsoft@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

[Prev in Thread] Current Thread [Next in Thread]