Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent revision to the HTML specification is HTML5.

Filter by
Sorted by
Tagged with
0 votes
0 answers
67 views

I would like emacs to parse the template string with the html parser in the following typescript code. const template = document.createElement('template'); template.innerHTML = /* html */ ` <div ...
BFedle's user avatar
  • 1
0 votes
1 answer
146 views

I fully understand this is not new question, and relentlessly try to find the solution: (Org) TikZ for exporting both LaTeX and HTML/MathJax Minimal working example of tikz to svg in orgmode? However, ...
Ofidius's user avatar
0 votes
1 answer
79 views

I have the following project-alist: ;; Define the publishing project (setq org-publish-project-alist '( ("notes" :base-directory "./.." :base-...
Louis's user avatar
  • 103
0 votes
1 answer
109 views

M-x replace-regexp RET ^ RET your text RET will add "your text" to the start of every line of an emacs buffer, but how could I do the same to the start of every org-mode paragraph instead, i....
147pm's user avatar
  • 3,085
0 votes
1 answer
102 views

I would like to use org-mode to create book-like page formatting where the paragraphs have no line gap between and the start of the paragraph is indented a tab's width for org-mode export to html. I'...
147pm's user avatar
  • 3,085
1 vote
1 answer
258 views

* test :ATTACH: :PROPERTIES: :ID: 26fe8748-2986-4806-b3ef-137401ba27ca :END: [[attachment:test.png]] [[file:data/26/fe8748-2986-...
Garid's user avatar
  • 864
0 votes
1 answer
207 views

I'm working with Emacs in terminal mode (emacs -nw) from inside Windows cmd and have exported an Org file to HTML. Now I want to view the resulting HTML file. Here are my questions: How can I open ...
Foad's user avatar
  • 111
2 votes
1 answer
64 views

Suppose the following org file: #+name: data-input |------------+------| | Date | Kg | |------------+------| | 2024-08-03 | 74.9 | | 2024-08-04 | 75.3 | | 2024-08-05 | 74.4 | | 2024-08-06 | 74....
crocefisso's user avatar
  • 1,549
2 votes
1 answer
127 views

I have a custom css file I include when exporting org files to HTML, by linking to it in the head section, like so: (setq org-html-head "<!-- Site css --> <link rel=\"stylesheet\&...
GNUser's user avatar
  • 254
0 votes
0 answers
39 views

I downloaded tidy.el, an emacs package providing an interface to the HTML tidy program on this site: https://www.html-tidy.org/ I encountered an error while trying to follow the installation ...
Charles B. Cameron's user avatar
0 votes
0 answers
84 views

In Latex pdf export (C-c C-e l o) $m$ renders correctly as italics m but in HTML export (C-c C-e h o) it renders as Roman m. Reverse slash Latex formulas like $\mathbb{N}$ render fine in both Latex ...
zeynel's user avatar
  • 417
2 votes
1 answer
157 views

I have an org file with the following code block: #+begin_src emacs-lisp (+ 1 2) #+end_src And when I export it using M-x org-html-export-to-html, the code blocks in the generated file have no color. ...
trxgnyp1's user avatar
  • 145
-1 votes
2 answers
212 views

I would like to traverse the dom tree, extract the text and build a list after visiting each node. Implementing the recursion with the help of text-tag function returned an unknown pattern error. The ...
alexander's user avatar
  • 133
0 votes
1 answer
104 views

I would like to extract the text from each visited node but while traversing and build a list. I only get an empty result. Here is the following attempt using dom.el (defun extract-text-from-dom (dom-...
alexander's user avatar
  • 133
2 votes
0 answers
145 views

I manually edit an HTML file which contains plain text and HTML tags. How can I prevent emacs' html-mode to treat single-quotes ' (i.e. apostrophes) as string separator? For example in <pre>This ...
djonif's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
15