|
Re: emacs-wiki-journal-add-entry: msg#00106emacs.wiki.general
Here is a patch. --- orig/emacs-wiki-journal.el +++ mod/emacs-wiki-journal.el @@ -245,14 +245,14 @@ If NO-CHECK-P is non-nil, then don't check for changes in the directories to decide whether to re-read the cached alist, just re-read the disk." (let ((file-alist - (cdr (assoc emacs-wiki-journal-project emacs-wiki-file-alist))) + (car (cdr (assoc emacs-wiki-journal-project emacs-wiki-file-alist)))) (category-alist nil)) (save-match-data (mapc (lambda (file) (if (string-match emacs-wiki-journal-category-regexp (car file)) - (setq category-alist (cons file category-alist)))) + (setq category-alist (cons (car file) category-alist)))) file-alist)) category-alist)) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | emacs-wiki-journal-add-entry: 00106, Yamagata Yoriyuki |
|---|---|
| Next by Date: | Re: Re: planner problems...: 00106, fouvry+emacs-wiki |
| Previous by Thread: | emacs-wiki-journal-add-entryi: 00106, Yamagata Yoriyuki |
| Next by Thread: | Re: emacs-wiki-journal-add-entry: 00106, Michael Olson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |