From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toby Cubitt Subject: Various org-mode patches Date: Tue, 31 Jan 2012 16:00:40 +0100 Message-ID: <20120131150040.GA29788@c3po.home> Reply-To: Toby Cubitt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsFDG-0006vv-0B for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 10:01:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsFD6-00084g-Ru for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 10:01:37 -0500 Received: from starfish.geekisp.com ([216.168.135.166]:8832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsFD6-00084S-O0 for emacs-orgmode@gnu.org; Tue, 31 Jan 2012 10:01:28 -0500 Content-Disposition: inline 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: emacs-orgmode@gnu.org I finally found time to gather various local patches to org-mode together in a public clone of the org-mode git repo, at: http://www.dr-qubit.org/git/org-mode.git Each unrelated set of changes is in a separate branch, rebased onto a recent checkout of org master. (All of the branches also merge cleanly with each other.) Let me know if you'd prefer me to generate patches for patchwork, and send them to the list for consideration that way. Here's a brief description of the changes in each branch (fuller details are in the Changelog-style commit messages): agenda-diary-sexp-prefix: Add org-agenda-diary-sexp-prefix customization option, used to match deadline/scheduling information within a diary sexp entry for display in an agenda view. agenda-prefix-format: Optionally allow org-agenda-prefix-format to be a raw lisp sexp, to be used directly in org-prefix-format-compiled. agenda-skip-if: Fix bug in '(nottodo todo) skip condition combination, and add new todo-unblocked and nottodo-unblocked skip conditions which match like todo and nottodo, but only on unblocked todo entries (2 separate commits). agenda-skip-timestamp-if-deadline: Add org-agenda-skip-timestamp-if-deadline-is-shown customization option, analogous to org-agenda-skip-scheduled-if-deadline-is-shown. capture-empty-lines: Fix bug in placement of captured subtree entries, and add :empty-lines-before and :empty-lines-after capture template properties, and (2 separate commits). capture-escapes: Add % escapes to org capture templates, which expand to the text entered for the 'th %^{PROMPT} escape. daily-todo: Implement daily todo list functionality. toby -- Dr T. S. Cubitt email: tsc25@cantab.net web: www.dr-qubit.org