Procházet zdrojové kódy

Bug fix done keywords.

Was reorted by Bernt Hansen.
Carsten Dominik před 18 roky
rodič
revize
580d29e93b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))