From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: org-mode date stamp with just month? Date: Mon, 07 Jul 2014 20:09:25 +0200 Message-ID: <8738edghwq.fsf@gmail.com> References: <874myut4n3.fsf@gmail.com> <87fvidt5fl.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4DML-00086D-9I for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 14:09:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4DMF-0001Fg-0c for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 14:09:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:57530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4DME-0001FZ-PR for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 14:09:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X4DMA-0004mJ-3T for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 20:09:38 +0200 Received: from e178189211.adsl.alicedsl.de ([85.178.189.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jul 2014 20:09:38 +0200 Received: from tjolitz by e178189211.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jul 2014 20:09:38 +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 Alexander Baier writes: > On 2014-07-07 16:40 Grant Rettke wrote: >> That property then is something that we may set as a buffer local >> variable set in the file itself for cases where want only months in >> the entire file? > > File local variables? ,----[ C-h f make-variable-buffer-local RET ] | make-variable-buffer-local is an interactive built-in function in `C | source code'. | [...] `---- Aren't file-local and buffer-local variable really aliases? In the Emacs world both names are used, but they seem to refer to the same thing, except maybe that file-local vars are defined persistently in the file? Not sure really ... -- cheers, Thorsten