ox: Provide offset to [+-]n in SRC/EXAMPLE export

This commit is contained in:
IGARASHI Masanao
2016-06-08 00:50:02 +09:00
parent b2752b328d
commit 6bfbce5d9f

View File

@@ -1330,9 +1330,7 @@ contextual information."
(label (org-element-property :name src-block))
(value (org-remove-indentation
(org-element-property :value src-block)))
(num-start (case (org-element-property :number-lines src-block)
(continued (org-export-get-loc src-block info))
(new 1)))
(num-start (org-export-get-loc src-block info))
(retain-labels (org-element-property :retain-labels src-block))
(attributes
(org-export-read-attribute :attr_rst src-block))