Bläddra i källkod

Merge branch 'maint'

Bastien Guerry 11 år sedan
förälder
incheckning
040ec48a0d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -15565,7 +15565,7 @@ However, if LITERAL-NIL is set, return the string value \"nil\" instead."
 	(widen)
 	(catch 'ex
 	  (while t
-	    (when (setq tmp (org-entry-get nil property nil 'literal-nil))
+	    (when (setq tmp (org-entry-get nil property nil literal-nil))
 	      (or (ignore-errors (org-back-to-heading t))
 		  (goto-char (point-min)))
 	      (move-marker org-entry-property-inherited-from (point))