Carsten Dominik 16 vuotta sitten
vanhempi
commit
0ccc48c78a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      lisp/org-exp.el

+ 0 - 2
lisp/org-exp.el

@@ -1822,7 +1822,6 @@ from the buffer."
 
 (defun org-export-remove-headline-metadata (opts)
   "Remove meta data from the headline, according to user options."
-  (debug)
   (let ((re org-complex-heading-regexp)
 	(todo (plist-get opts :todo-keywords))
 	(tags (plist-get opts :tags))
@@ -2275,7 +2274,6 @@ in the list) and remove property and value from the list in LISTVAR."
 
 (defun org-export-replace-src-segments-and-examples (backend)
   "Replace source code segments with special code for export."
-  (debug)
   (setq org-export-last-code-line-counter-value 0)
   (let ((case-fold-search t)
 	lang code trans opts)