[Howm-eng 5] Re: Elisp hyperlinks for howm, part 1

Back to archive index

khi****@users***** khi****@users*****
Wed Jul 13 18:59:43 JST 2005


Hi.

At Wed, 13 Jul 2005 00:58:34 -0300,
eduar****@fastm***** 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****@users*****



More information about the Howm-eng mailing list
Back to archive index