Explorar o código

Bug fix done keywords.

Was reorted by Bernt Hansen.
Carsten Dominik %!s(int64=18) %!d(string=hai) anos
pai
achega
580d29e93b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      org.el

+ 1 - 1
org.el

@@ -4670,7 +4670,7 @@ This will extract info from a string like \"WAIT(w@/!)\"."
 
 (defun org-remove-keyword-keys (list)
   (mapcar (lambda (x)
-	    (if (string-match "(..?)$" x)
+	    (if (string-match "(.*)$" x)
 		(substring x 0 (match-beginning 0))
 	      x))
 	  list))