From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: RTF for emacs Date: Fri, 30 May 2014 00:49:41 +0200 Organization: Aioe.org NNTP Server Message-ID: <87y4xkmc8q.fsf@debian.uxu> References: <87ha4d64r2.fsf@robertthorpeconsulting.com> <87bnuho13m.fsf@debian.uxu> <40ff1d41-c767-43a7-b00c-8df8926f5f38@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401403827 14238 80.91.229.3 (29 May 2014 22:50:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2014 22:50:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 00:50:21 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wq99P-0004Be-W7 for geh-help-gnu-emacs@m.gmane.org; Fri, 30 May 2014 00:50:20 +0200 Original-Received: from localhost ([::1]:50632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq99P-0001MO-Ip for geh-help-gnu-emacs@m.gmane.org; Thu, 29 May 2014 18:50:19 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 50 Original-NNTP-Posting-Host: SIvZRMPqRkkTHAHL6NkRuw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:33HLs2nVVf3Rlsww1e0LLVurqFI= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.help:205681 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97951 Archived-At: Rusi writes: > * My-own-private hyperlink system (aka wiki-like) Links (bookmarks) are very useful - one of the most helpful things that I thought of was to whenever I Google I thing, I make a bookmark, and as the title, I use the piece of code that solved my problem. The reason I started to do that is that I realized that often I had Googled something the other day, only to have to do it again, and not finding that good site that solved it (because I couldn't remember the exact search phrase) - also, if you make an effort to really write the titles, the bookmarks file (plain .html in Emacs-w3m) becomes sort of a quick reference. To make it fast, I wrote a couple of defuns: (defun w3m-bookmark-region-as-title () (interactive) (let ((title-suggestion (if mark-active (buffer-substring (region-beginning) (region-end)) w3m-current-title ))) (w3m-bookmark-add w3m-current-url title-suggestion) )) (defun w3m-bookmark-url-at-point () (interactive) (w3m-bookmark-add (w3m-url-valid (w3m-anchor))) ) From: http://user.it.uu.se/~embe8573/conf/emacs-init/w3m.el > * Brainstorming ... > * Time/project mgmt *** Agenda *** Time tracking *** > Effort estimates *** GTD *** Journalling That sounds like the things lamers like to fiddle with to pretend they are working. Or am I wrong? (What is "GTD"?) > * Syncing with IOS/Android * Reproducible research > and literate programming * Meta-programming system I have no idea what any of that is. "Reproducible research" sounds interesting though. -- underground experts united: http://user.it.uu.se/~embe8573