From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: org-mode date stamp with just month? Date: Mon, 7 Jul 2014 09:40:59 -0500 Message-ID: References: <874myut4n3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4A6H-0002K9-Hi for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 10:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4A6G-00052o-GI for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 10:41:01 -0400 Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:47024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4A6G-00052c-CP for emacs-orgmode@gnu.org; Mon, 07 Jul 2014 10:41:00 -0400 Received: by mail-ob0-f176.google.com with SMTP id wm4so4708706obc.21 for ; Mon, 07 Jul 2014 07:40:59 -0700 (PDT) In-Reply-To: <874myut4n3.fsf@gmail.com> 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: Thorsten Jolitz Cc: "emacs-orgmode@gnu.org" 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? How might we get that form for only parts of a file in which the rest of that file we want the standard date format? Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Sun, Jul 6, 2014 at 7:05 PM, Thorsten Jolitz wrote: > David Rogoff writes: > >> I can=E2=80=99t see how to insert a datestamp with just year and month. = I=E2=80=99m >> adding an archive of various past events that I don=E2=80=99t have the e= xact >> date for. > > Maybe try > > ,----[ C-h v org-time-stamp-custom-formats RET ] > | org-time-stamp-custom-formats is a variable defined in `org.el'. > | Its value is ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") > | > | Documentation: > | Custom formats for time stamps. See `format-time-string' for the synta= x. > | These are overlaid over the default ISO format if the variable > | `org-display-custom-times' is set. Time like %H:%M should be at the > | end of the second format. The custom formats are also honored by expor= t > | commands, if custom time display is turned on at the time of export. > | > | You can customize this variable. > | > | [back] > `---- > > -- > cheers, > Thorsten > >