Skip to content

Commit

Permalink
add verbatim to testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Jan 8, 2024
1 parent 883f648 commit 2b472ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exobrain/src/publish_new.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

;; TODO could force timestamps to emit <time> element

;; TODO shit. filetags don't get inherited??
;; ugh... maybe could write a script to hack them back somehow..
;; todo copied from blog
;; FIXME why did I do this???
;; would be nice to just keep original tags I think
(add-to-list 'org-html-text-markup-alist '(verbatim . "<samp class='inline'>%s</samp>"))
(add-to-list 'org-html-text-markup-alist '(code . "<code class='inline'>%s</code>"))

Expand Down
3 changes: 3 additions & 0 deletions exobrain/testdata/test.org
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ just an empty heading

* testing tag inheritance :tag1:tag_a:
** more tag inheritance :tag_a:tag_b:tag_c:

* testing heading =with code= ...
~verbatim in body too~

0 comments on commit 2b472ac

Please sign in to comment.