From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Remove leftover debugging call Date: Tue, 9 Jun 2009 20:52:51 -0400 Message-ID: <1244595171-28885-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEC3n-0007HQ-H7 for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 20:52:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEC3j-0007Gd-WF for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 20:52:59 -0400 Received: from [199.232.76.173] (port=36650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEC3j-0007Ga-QV for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 20:52:55 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:54758) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEC3j-00083E-FM for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 20:52:55 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MEC3i-000BTK-EA for emacs-orgmode@gnu.org; Wed, 10 Jun 2009 00:52:54 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Bernt Hansen --- Carsten: I don't think you intended to push this change to the public repository. This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org-docbook.el | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 5aa1263..00becb7 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@ -646,7 +646,6 @@ publishing directory." ;; Protected HTML (when (get-text-property 0 'org-protected line) - (debug) (let (par (ind (get-text-property 0 'original-indentation line))) (when (re-search-backward "\\(\\)\\([ \t\r\n]*\\)\\=" (- (point) 100) t) -- 1.6.3.2.198.g6096d