"Tim Cross" <tcross@xxxxxxxxxxx> writes: > I see that emacspeak-bmk-mgr has been moved to the obsolete directory. What are > people using these days for managing web bookmarks? I looked at org-mode, but > found it less useful/convenient 'out of the box' than bmk-mgr. Not sure about others, save for Dr. Ramen (who uses org mode), but I use org-mode like so: (setq org-remember-templates '(("Bookmark" ?b "* %a %^g %!" "~/bookmarks.org" "Main") ("CoffeeTips" ?c "* %?%:subject \n\n %i" "~/coffee-tips.org") ("Tasks" ?t "* TODO %?\n %u" "~/todo.org" "Tasks") ("Notes" ?n "* %u %?" "~/notes.org" "Notes") )) (defun rdc-bookmark () "shortcut for storing bookmarks with org-remember" (interactive) (org-remember nil "b") ;; we want to save the bookmarks file. (org-save-all-org-buffers)) Which gives you a bookmark file that looks like this: ** Page 1 Title :tag1:tag2:tag3: ** Page 2 Title :tag1:tag2:tag3: ** Page 3 Title :tag1:tag2:tag3: Then you use C-c C-o to open bookmarks and C-c \ to search for a tag. I'm sure there are other commands to use but I've not needed them. I'm actually the one who requested the feature allowing the w3 page title to be passed. HTH, rdc -- Robert D. Crawford robdcraw@xxxxxxxxxxx I will always love the false image I had of you. ----------------------------------------------------------------------------- To unsubscribe from the emacspeak list or change your address on the emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a subject of "unsubscribe" or "help".
If you have questions about this archive or had problems using it, please send mail to:
priestdo@xxxxxxxxxxx No Soliciting!Emacspeak List Archive | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998