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

A parser and converter for org-mode notation, written in JavaScript

Results 22 org-js issues
Sort by recently updated
recently updated
newest added

Headline tags are currently interpreted as part of the headline text. Separating them would be useful for presentation.

It would be very useful to render a partial tree based on a set of criteria such as TODO state, priority, tags, schedule.

You show this example in the editor ``` |-------+--------+------------| | | Symbol | Author | |-------+--------+------------| | Emacs | ~M-x~ | _RMS_ | |-------+--------+------------| | Vi | ~:~ | _Bill...

Hi, Masafumi. This is an attempt I made to solve Issue #4. While it seems to solve many cases of missing spaces in my documents, there are other kinds of...

Hi, Masafumi. Given this input: ``` #+TITLE: OK | A | BBBBBBBBBBB | | CCCCCCCCCC | D | ``` **org-js** produces: ``` OK A BBBBBBBBBBB CCCCCCCCCC D ``` As you...

Hi again! :-) This may be related to issue #4, or maybe not, I do not know. Given this input file, ``` - A B C ``` **org-js** produces: ```...

Hi again, Masafumi. Using this **try.org** file: ``` #+TITLE: OK - A B ``` over this command: ``` ~/GitHub/org-js/org2html.js < try.org ``` produces this HTML result: ``` OK AB ```...

Hi again. I'm noticing this since I started using **org-js** a few days ago, so I guess I should explicitly report this nit, before I get fully used to it...

Hi, Masafumi ! I hope you are doing well, and that life is good for you ! I'm trying to enrich **org-js** usage by combining it with other JavaScript frameworks....