From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style Date: Wed, 12 May 2010 16:27:51 +0200 Message-ID: References: <1273654506-17914-1-git-send-email-dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60477 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCCun-00049w-2D for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCCuk-00008S-JH for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:28:00 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:49573) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCCuk-000083-0O for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:27:58 -0400 Received: by ewy8 with SMTP id 8so48628ewy.8 for ; Wed, 12 May 2010 07:27:57 -0700 (PDT) In-Reply-To: <1273654506-17914-1-git-send-email-dmaus@ictsoc.de> 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: David Maus Cc: emacs-orgmode@gnu.org Thanks David, please check the result of my merge - but I think it went fine. VERY convenient this way! - Carsten On May 12, 2010, at 10:55 AM, David Maus wrote: > 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(-) > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten