From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style Date: Wed, 12 May 2010 10:55:04 +0200 Message-ID: <1273654506-17914-1-git-send-email-dmaus@ictsoc.de> References: Return-path: Received: from [140.186.70.92] (port=45516 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC7jP-0000R4-Ms for emacs-orgmode@gnu.org; Wed, 12 May 2010 04:55:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC7jL-0006Jx-Ib for emacs-orgmode@gnu.org; Wed, 12 May 2010 04:55:54 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:47245) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC7jL-0006JM-DI for emacs-orgmode@gnu.org; Wed, 12 May 2010 04:55:51 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org Last patch for org-wl contained a minor glitch that prevented `org-remember' to be called when point was on a WL folder group. Furthermore some lines in org-wl don't meet the coding style. Patches for these glitches are available on git://github.com/dmj/dmj-org-mode.git org-wl Let's see if the git magic (tm) works as expected. HTH -- David David Maus (2): Don't throw error when `org-store-link' called on WL folder group. Adjust indentation to meet coding style. lisp/ChangeLog | 5 +++ lisp/org-wl.el | 76 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 44 insertions(+), 37 deletions(-)