浏览代码

Bug fix done keywords.

Was reorted by Bernt Hansen.
Carsten Dominik 17 年之前
父节点
当前提交
580d29e93b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))