From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] aorg-agenda effort filter Date: Wed, 28 May 2014 22:48:37 +0200 Message-ID: <87ha4939zu.fsf@bzg.ath.cx> References: <87egzearn4.fsf@Rainer.invalid> <87y4xl4s3g.fsf@bzg.ath.cx> <87a9a1bsny.fsf@Rainer.invalid> <871tvd4rg1.fsf@bzg.ath.cx> <8761kpbraf.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpkmG-0001Kr-7L for emacs-orgmode@gnu.org; Wed, 28 May 2014 16:48:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpkmC-0006Vb-4K for emacs-orgmode@gnu.org; Wed, 28 May 2014 16:48:48 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:59366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpkmB-0006VR-Qf for emacs-orgmode@gnu.org; Wed, 28 May 2014 16:48:44 -0400 Received: by mail-wg0-f48.google.com with SMTP id k14so7592820wgh.7 for ; Wed, 28 May 2014 13:48:42 -0700 (PDT) In-Reply-To: <8761kpbraf.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 28 May 2014 22:07:52 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > http://www.gnu.org/prep/standards/standards.html#index-left-quote > > The actual change to the document was made even earlier than I > remembered: > > 2011-12-31 Paul Eggert > > * standards.texi (Quote Characters): change to recommending > undirected quotes, '...' or "...". This is about the quote character as an output, not as used in Emacs change logs. >>> and EMACS is slowly following suit. >> >> Where do you see that Emacs is slowly following suit? > > There was a lengthy discussion around the latest version of makeinfo > producing the new quoting style by default just recently and it has > flared up before. My takeaway from that was that EMACS would go with > that change in coding style over time. No, the convention is still to use ` for variables in change logs. This is the same as using `variable' in Emacs lisp buffers (see line 343 of current trunk in lisp-mode.el, where `font-lock-constant-face' is used for highlighting variables.) -- Bastien