Explorar o código

Fix parenthesis bug

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
7a3bfe1f55
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/org-mobile.el

+ 2 - 2
lisp/org-mobile.el

@@ -306,8 +306,8 @@ agenda view showing the flagged items."
 	(setq target-path (expand-file-name link-name org-mobile-directory)
 	      target-dir (file-name-directory target-path))
 	(unless (file-directory-p target-dir)
-	  (make-directory target-dir 'parents)
-	  (copy-file file target-path 'ok-if-exists))))
+	  (make-directory target-dir 'parents))
+	(copy-file file target-path 'ok-if-exists)))
     (setq file (expand-file-name org-mobile-capture-file
 				 org-mobile-directory))
     (unless (file-exists-p file)