From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Micha=C3=ABl_Cadilhac?= Subject: org-log-post-message: is it properly reset? Date: Fri, 22 Feb 2019 16:17:48 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxDXb-0004qA-9X for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 11:19:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxDXa-0001YJ-EV for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 11:19:11 -0500 Received: from cadilhac.name ([163.172.56.42]:44370 helo=mattermost.cadilhac.name) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxDXa-0000mx-0g for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 11:19:10 -0500 Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by mattermost.cadilhac.name (OpenSMTPD) with ESMTPSA id 8b1715ad (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 22 Feb 2019 16:18:25 +0000 (UTC) Received: by mail-ua1-f46.google.com with SMTP id v26so2458452uap.4 for ; Fri, 22 Feb 2019 08:18:25 -0800 (PST) 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" To: emacs-orgmode@gnu.org Hi there; >From time to time, I have some spurious "Entry repeats" messages when editing tasks that have no repetition. I've tracked that down to org-log-post-message being message'd in org-store-log-note, and I can't really see anywhere where the variable is reset. Should it be reset after it's used in org-store-log-note? Additionally, why is it defvar'd twice? Cheers; M.