From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: [BUG] org-log-note-how defined twice in org.el Date: Sat, 07 Jun 2014 13:59:56 +0200 Message-ID: <87ha3xexqb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtFIJ-00029I-8w for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 08:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtFIB-00016b-I8 for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 08:00:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:60460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtFIB-00015K-Cj for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 08:00:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WtFI9-0005xW-1y for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 14:00:09 +0200 Received: from e178188108.adsl.alicedsl.de ([85.178.188.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2014 14:00:09 +0200 Received: from tjolitz by e178188108.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2014 14:00:09 +0200 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 Hi List, I assume this shouldn't be the case (in org.el): ,------------------------------------ | 13097:(defvar org-log-note-how) | 13496:(defvar org-log-note-how nil) `------------------------------------ -- cheers, Thorsten