File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ If you are reading this file on GitHub or Codeberg: not all Org features may be
66supported here. See HTML export for this file:
77https://mmaulwurff.github.io/doom-toolbox/documentation/OrgCheatSheet.html
88
9- Formatting: *bold* _underlined_ ~monospace~ +strikethrough+ /italics/ */_+combined+_/*
10-
11- Paragraphs are separated by an empty line. Links: [[https://orgmode.org/quickstart.html][Org mode quickstart]].
9+ Paragraphs are separated by an empty line. Links: [[https://orgmode.org/quickstart.html][Org mode quickstart]]. Formatting:
10+ *bold* _underlined_ ~monospace~ +strikethrough+ /italics/ */_+combined+_/*.
1211
1312Unordered lists:
1413- one
@@ -18,14 +17,14 @@ Ordered lists:
18171. one
19182. two
2019
21- Code block example. ~#+begin_src~ starts a code block. ~#+end_src~ ends it.
22- The code inside this block will be put into ~main.c~ file when tangled.
20+ Code block are between ~#+begin_src~ and ~#+end_src~. The code inside this block will
21+ be put into ~main.c~ file when tangled.
2322#+begin_src c :tangle main.c
2423int main() { return 0; }
2524#+end_src
2625
27- Macro example . When exported or tangled, the following blocks are automatically put
28- inside this block:
26+ Macro. When exported or tangled, the following blocks are automatically put inside
27+ this block:
2928#+begin_src c :noweb yes
3029// <<text-to-insert-here-name>>
3130#+end_src
@@ -43,8 +42,7 @@ SPDX-License-Identifier: CC0-1.0
4342*** Third level heading
4443
4544-----
46-
4745This block puts this .org file into the exported HTML page verbatim for comparison.
4846#+begin_src elisp :exports both
49- (print (org-file-contents "OrgCheatSheet.org") )
47+ (buffer-string )
5048#+end_src
You can’t perform that action at this time.
0 commit comments