--- org-orig.el 2006-09-01 18:25:36.000000000 -0700 +++ org.el 2006-09-07 16:30:11.000000000 -0700 @@ -14275,6 +14275,11 @@ (= level umax) (org-search-todo-below line lines level)))) + (unless org-export-with-tags + (if (string-match "\\(:[a-zA-Z0-9_@:]+:\\)" txt) + (setq txt (replace-match "" t t txt)))) + (if (string-match quote-re0 txt) + (setq txt (replace-match "" t t txt))) (if org-export-with-section-numbers (setq txt (concat (org-section-number level) " " txt)))