Browse Source

Minor fix, still in the macro parser

Carsten Dominik 15 năm trước cách đây
mục cha
commit
168fc09928
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lisp/org-exp.el

+ 0 - 1
lisp/org-exp.el

@@ -2007,7 +2007,6 @@ TYPE must be a string, any of:
 	  (save-match-data
 	    (when args
 	      (setq args (org-split-string args ",") args2 nil)
-	      (setq args (mapcar 'org-trim args))
 	      (while args
 		(while (string-match "\\\\\\'" (car args))
 		  ;; repair bad splits