org-ehtml icon indicating copy to clipboard operation
org-ehtml copied to clipboard

Export Org-mode files as editable web pages

Results 10 org-ehtml issues
Sort by recently updated
recently updated
newest added

Is this still supposed to work, cause my files are just plain html files;) I've tried testing with the supplied examples. Not really sure how to troubleshoot;)

I get this error when I have an R source code block in my org file: Caught Error: (user-error "Cannot find original buffer position starting search at position 910") The...

`ws-send-file' non-existent files would generate page like this

Hi, I have just discovered your great project and I'm wondering if you plan to integrate the new features of Emacs 25 webkit browser to see the html files directly...

``` ELISP> (require 'test-org-ehtml) *** Eval error *** Cannot open load file: no such file or directory, test-org-ehtml ``` Do I need to have some testing stuff installed to do...

1. org-ehtml-format-headline-function had a typo (headine vs headline) 2. org-ehtml-format-headline-function can't handle a nil headline (I'm not sure why this can happen, but it does on some of my org...

Hello! I suspect these two in-buffer options don't work as expected: ``` org #+HTML_EVERYTHING_EDITABLE: t #+HTML_EDITABLE_HEADLINES: t ``` or maybe I haven't understood how to use them. I thought they...

This pull-request moves metadata about this package from `-pkg.el` to `.el` and deletes the now redundant `-pkg.el`. The `-pkg.el` file is not supposed to be tracked in the Git repository....

In Emacs 30.1 when using org-ehtml I get the following error `Caught Error: (wrong-type-argument integer-or-marker-p nil)` How do I fix this, it works under Emacs 29.4 with the same config...