From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Question re. Bernt's agenda setup Date: Sat, 17 Nov 2012 18:25:00 +0530 Message-ID: References: <20121115214217.GA5492@kenny.fritz.box> <87k3tln1jn.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZhvr-0007Cp-Ma for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 07:55:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZhvo-0007Ul-Ki for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 07:55:35 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:46428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZhvo-0007Uf-EZ for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 07:55:32 -0500 Received: by mail-pa0-f41.google.com with SMTP id fa10so2582006pad.0 for ; Sat, 17 Nov 2012 04:55:31 -0800 (PST) In-Reply-To: <87k3tln1jn.fsf@mean.albasani.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Memnon Anon Cc: Org-Mode On Fri, Nov 16, 2012 at 6:39 PM, Memnon Anon wrote: > > Manish writes: > > > a way to > > pick out all #+begin_src parts from the .org version? > > (org-babel-tangle &optional ONLY-THIS-BLOCK TARGET-FILE LANG), > bound to `C-c C-v t' by default. > Not all emacs-lisp blocks are set to :tangle yes, though. > > Or use a quick Keyboard macro (info "(emacs)Keyboard Macros") . > Thank you. Last night I went through the .org version trimming it line-by-line. It was not efficient but it forced me to go slow and read carefully. It was so much more enlightening to see the workflow of an org expert. Midway through the file I realized that this _is_ the .emacs I was looking for. :-) =F12 SPC= with =V= is so much better at doing project reviews than anything else I have ever seen. My only gripe is that functions called by =V= and =P= do not refresh the agenda. I am trying to understand enough elisp to be able to call org-agenda-redo and beginning-of-buffer in some right places.. I am officially a fan now. Cheers! --Manish