From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: orgstuct++ does not lurk silently in the shadow Date: Sun, 06 May 2012 10:07:43 +0200 Message-ID: <87sjfdd968.fsf@gnu.org> References: <20120308070825.947091FDE8@saturn.ch.ristopher.com> <87haw8mf1r.fsf@ucl.ac.uk> <87ipgmkc3y.fsf@gnu.org> <20120429110535.956AE20268@saturn.ch.ristopher.com> <87ipgfdcfr.fsf@gnu.org> <87obq5611b.fsf@ucl.ac.uk> <871un1ih3j.fsf@gnu.org> <87ehr1mnez.fsf@gmail.com> <87y5p6r6ys.fsf@altern.org> <877gwqfwxu.fsf@gmail.com> <871umyfvin.fsf@gnu.org> <87txzuegkv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQwUT-0004hi-Td for emacs-orgmode@gnu.org; Sun, 06 May 2012 04:06:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQwUR-0006xh-Tp for emacs-orgmode@gnu.org; Sun, 06 May 2012 04:06:49 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:62235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQwUR-0006x5-KM for emacs-orgmode@gnu.org; Sun, 06 May 2012 04:06:47 -0400 Received: by wibhj13 with SMTP id hj13so1951644wib.12 for ; Sun, 06 May 2012 01:06:45 -0700 (PDT) In-Reply-To: <87txzuegkv.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 05 May 2012 18:30:08 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > ((adaptive-fill-function (quote nil)) (adaptive-fill-regexp (quote \(\([ [...] This looks good. > It's the same as the previous bug: when I try to debug > `org-indent-line-function', the problem disappears. I pushed another fix: I now rely on the existing org-let function, which safely evaluate let constructs. -- Bastien