Explorar el Código

Fix bug in org-bbdb.el

Carsten Dominik hace 16 años
padre
commit
ca75aa0bae
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      lisp/org-bbdb.el

+ 1 - 2
lisp/org-bbdb.el

@@ -378,8 +378,7 @@ END:VEVENT\n"
 		     (nth 0 rec) (nth 0 key) (nth 1 key)
 		     (nth 1 rec) 
 		     (concat (capitalize categ) " " (nth 1 rec))
-		     categ))))
-  (maphash 'org-bbdb-format-vevent org-bbdb-anniv-hash))
+		     categ)))))
 
 (provide 'org-bbdb)