[Howm-eng 5] Re: Elisp hyperlinks for howm, part 1
khi at users.sourceforge.jp
khi at users.sourceforge.jp
Hi. At Wed, 13 Jul 2005 00:58:34 -0300, eduardoochs at fastmail.fm wrote: > (find-filehowm "MainTasks") > (find-filehowm "MainTasks" "RcircTasks") Do you mean something like this? (defun find-filehowm (file &optional title) (find-file (expand-file-name file howm-directory)) (howm-mode 1) (when title (goto-char (point-min)) (re-search-forward (concat "^= +" (regexp-quote title) "$")))) -- khi at users.sourceforge.jp
More information about the Howm-eng mailing list |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||