Skip to content

Commit

Permalink
We don't unset anything, so we don't need to reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Nov 4, 2014
1 parent 1664101 commit a62437c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ox-wp.el
Expand Up @@ -52,9 +52,6 @@ contextual information."
(langs-map (plist-get info :wp-shortcode-langs-map))
(syntaxhl (org-export-read-attribute :attr_wp src-block :syntaxhl)))

;; Set back the language that we reset
(org-element-put-property src-block :language lang)

(if (not sc)
(org-html-src-block src-block contents info)
(format "[sourcecode language=\"%s\" title=\"%s\" %s]\n%s[/sourcecode]"
Expand Down

0 comments on commit a62437c

Please sign in to comment.