Remove (debug)
This commit is contained in:
parent
ae16e6ceca
commit
54b8e61524
|
@ -646,7 +646,6 @@ publishing directory."
|
||||||
|
|
||||||
;; Protected HTML
|
;; Protected HTML
|
||||||
(when (get-text-property 0 'org-protected line)
|
(when (get-text-property 0 'org-protected line)
|
||||||
(debug)
|
|
||||||
(let (par (ind (get-text-property 0 'original-indentation line)))
|
(let (par (ind (get-text-property 0 'original-indentation line)))
|
||||||
(when (re-search-backward
|
(when (re-search-backward
|
||||||
"\\(<para>\\)\\([ \t\r\n]*\\)\\=" (- (point) 100) t)
|
"\\(<para>\\)\\([ \t\r\n]*\\)\\=" (- (point) 100) t)
|
||||||
|
|
Loading…
Reference in New Issue