* [PATCH] Remove leftover debugging call
@ 2009-06-10 0:52 Bernt Hansen
0 siblings, 0 replies; only message in thread
From: Bernt Hansen @ 2009-06-10 0:52 UTC (permalink / raw)
To: emacs-orgmode; +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
"\\(<para>\\)\\([ \t\r\n]*\\)\\=" (- (point) 100) t)
--
1.6.3.2.198.g6096d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-10 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 0:52 [PATCH] Remove leftover debugging call Bernt Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).