From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: org-log-into-drawer should behave similarly to org-clock-into-drawer Date: Tue, 15 Dec 2015 05:43:13 +0300 Message-ID: <566F7E41.6060106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8faQ-0003Sf-EM for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 21:43:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8faN-0002IY-8Z for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 21:43:34 -0500 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:34182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8faN-0002IU-2C for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 21:43:31 -0500 Received: by lbbcs9 with SMTP id cs9so118469582lbb.1 for ; Mon, 14 Dec 2015 18:43:29 -0800 (PST) Received: from [192.168.199.5] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by smtp.gmail.com with ESMTPSA id x13sm5958424lfd.7.2015.12.14.18.43.28 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 18:43:28 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello. Currently when org-clock-into-drawer is set to t, it moves all old drawer-less clock records to a new drawer. But org-log-into-drawer does not do the same for log entries. I think it's logical for those two variables to follow the same convention. -- Best Regards, Nikolay Kudryavtsev