From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: Re: [Orgmode] Startup page Date: Thu, 17 Mar 2011 19:22:00 -0500 Message-ID: References: <7A1717E3-E36E-490D-9432-A10B06DD7CE2@khinsen.fastmail.net> <15877.1300293916@alphaville.dokosmarshall.org> <9965.1300402136@alphaville.usa.hp.com> <87pqppb889.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=47874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0NS7-0006ZY-SE for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 20:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0NS6-0001gG-OO for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 20:22:03 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:50494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0NS6-0001g0-Hv for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 20:22:02 -0400 Received: by eyh6 with SMTP id 6so886399eyh.0 for ; Thu, 17 Mar 2011 17:22:01 -0700 (PDT) In-Reply-To: <87pqppb889.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: "Filippo A. Salustri" , emacs-orgmode@gnu.org Sorry, at times I forget about this when I use webmail (When I am at school that is the only option due to wi-fi restrictions of the university). Hope this is better. Here is what I have landed on so far, it works great: ---clip here----currently in .emacs---- (defun org-dblock-write:recently-modified (params) ;Credit to Ido Magal for this function (insert (mapconcat (lambda (arg) (concat "[[file:" arg "][" arg "]]" )) (split-string (shell-command-to-string "ls -t /cygdrive/c/Dropbox/org *.org | head -10")) "\n"))) (let ((org-agenda-window-setup 'current-window));Thanks Nick, let me eliminate the delete (org-agenda nil "a")) (split-window-horizontally) (find-file "/cygdrive/c/Dropbox/Org/Refile.org") -----clip here---- currently in .emacs Below is the basic Refile.org file, some of my captures will fall directly into here unless I refile them out to a specific place, it's a land of things that need dealt with but I just did a quick capture. Now I just need to work out a fun for the Unscheduled todo block and I will have everything how I want it, well for now anyway. I may also add some links or a reminder, and eventually a random quote of the day in a dynamic block from an RSS feed I pull, hmmm, maybe I should pull the last 5 from one or two of the feeds into this block from the feeds.org. This is kind of becoming an aggregator set of buffers. Matt -----clip here---- current refile.org file * Config #+STARTUP: nofold #+STARTUP: indent #+STARTUP: align #+STARTUP: hidestars #-*- eval:(org-update-all-dblocks) -*- * Tasks * Refile * Recently modified org files #+BEGIN: recently-modified #+END * Unscheduled todo items #+BEGIN: unsched-todo #+END -----clip here ---- current Refile.org On Thu, Mar 17, 2011 at 7:08 PM, Bastien wrote: > > Filippo, Matthew, > > please use plain text emails, otherwise the code you send is not > readable. =A0You can manually turn off rich-formatted (=3DHTML) emails > in gmail for each email. > > Thanks, > > -- > =A0Bastien