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

Org-mode skeleton for technical specifications & HTML theme

Results 15 org-spec issues
Sort by recently updated
recently updated
newest added

RFC2119 keywords can be macros, allowing programmatic handling of these elements, summary tables, etc. For example: ``` #+MACRO: MUST #+MACRO: SHOULD The document {{{MUST(support RFC2119)}}} and {{{SHOULD(have neat feature)}}} ```...

Actually, I am not sure about this one. But try this: - Create a document with many headings - Change height of your window slightly, so that some part of...

It is: ``` css pre { font-family: Inconsolata; … } ``` It should be: ``` css pre { font-family: Inconsolata, monospace; … } ```

For example: ![screenshot](https://files.progarm.org/2016-10-04-031415_126x46_scrot.png) http://contrastchecker.com/ says this for the screenshot above: ![test status](https://files.progarm.org/2016-10-04-031625_778x166_scrot.png) And I agree. It is hard to read.

This is a superb theme. Yet I noticed that the verbatim or code markup of fonts in tables does not work: This table ``` | =verbatim= | text | |...

Right now I am afraid to submit pull requests because I don't want to break something. Would be cool if there was a set of test cases, so that I...

`pre` elements are styled like this: ``` css pre { background-color: #f8f8f8; background-size: 8px 8px; background-image: linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent...

And maybe other things. See this list: https://github.com/fniessen/refcard-org-mode/blob/master/README.org#admonitions Example: ``` #+begin_note This is a useful note. #+end_note #+begin_warning Be careful! Check that you have... #+end_warning ```

A lot of users will probably just use the `style.css` file, so it would be nice if it included _at least_ the link to this repo.

Instead of disappearing completely it should probably appear on the top.