Variable: org-babel-tangle-uncomment-comments

org-babel-tangle-uncomment-comments is a customizable variable defined in ob-tangle.el.gz.

Value

nil

Documentation

Inhibits automatic commenting and addition of trailing newline of tangle comments. Use org-babel-tangle-comment-format-beg and org-babel-tangle-comment-format-end to customize the format of tangled comments.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-tangle.el.gz
(defcustom org-babel-tangle-uncomment-comments nil
  "Inhibits automatic commenting and addition of trailing newline
of tangle comments.  Use `org-babel-tangle-comment-format-beg'
and `org-babel-tangle-comment-format-end' to customize the format
of tangled comments."
  :group 'org-babel-tangle
  :type 'boolean)