From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: [feature request] More flexible repeats Date: Sat, 24 Sep 2011 11:20:34 -0700 Message-ID: References: <87ipoiotee.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7WqU-0001Pf-C8 for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 14:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7WqI-0003C1-T4 for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 14:20:57 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:45915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7WqI-0003AT-N0 for emacs-orgmode@gnu.org; Sat, 24 Sep 2011 14:20:50 -0400 Received: by gxk28 with SMTP id 28so344498gxk.0 for ; Sat, 24 Sep 2011 11:20:34 -0700 (PDT) In-Reply-To: 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: Dave Abrahams Cc: emacs-orgmode@gnu.org On 2011-09-24, Dave Abrahams wrote: > Good point. I don't need a fancy syntax if I can express it with elisp, > of course. Maybe enabling that would be a good first step. Agreed here also that fancy syntax is not necessary. IMO a good goal is actually to reduce syntax for new features rather than increase it. If new syntax is contemplated, extensible syntax (a specific proposal for a universal syntax that significantly reduces parsing risk and does not require the user to try to look up the meanings of symbols) might be useful.