From d993fbefdd0984d5cf25b383a9394ab7e7e615f0 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 13 Aug 2025 13:23:13 +0200 Subject: [PATCH] add org cheat sheet --- org-mode-syntax-cheat-sheet-for-llms.txt | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 org-mode-syntax-cheat-sheet-for-llms.txt diff --git a/org-mode-syntax-cheat-sheet-for-llms.txt b/org-mode-syntax-cheat-sheet-for-llms.txt new file mode 100644 index 0000000..af5e9e0 --- /dev/null +++ b/org-mode-syntax-cheat-sheet-for-llms.txt @@ -0,0 +1,75 @@ +#+TITLE: Org Mode Syntax Cheat Sheet +#+OPTIONS: toc:nil +# Adapted from http://karl-voit.at/2017/09/23/orgmode-as-markup-only/ + +* Top Level Heading +** Second Level Heading +*** Third Level Heading + +# A comment line. This line will not be exported. + +Paragraphs are separated by at least one empty line. + +*bold* /italic/ _underlined_ +strikethrough+ =monospaced= + +[[https://nickhigham.wordpress.com/][Link description]] + +https://nickhigham.wordpress.com/ A link without a description. + +A DOI (digital object identifier) link: +[[doi:10.1093/comnet/cnv016][Matching Exponential-Based and Resolvent-Based Centrality Measures]] + +A horizontal line, fill-width across the page: +----- + +- First item in a list. +- Second item. + - Sub-item + 1. Numbered item. + 2. Another item. +- [ ] Item yet to be done. +- [X] Item that has been done. + +LaTeX macros can be included: $x_2 = \alpha + \beta^2 - \gamma$. + +**** TODO A todo item. +**** DONE A todo item that has been done. + +#+BEGIN_QUOTE +This text will be indented on both the left margin and the right margin. +#+END_QUOTE + +: Text to be displayed verbatim (as-is), without markup +: (*bold* does not change font), e.g., for source code. +: Line breaks are respected. + +Some MATLAB source code: +#+BEGIN_SRC matlab +>> rand(1,3) +ans = + 5.5856e-01 7.5663e-01 9.9548e-01 +#+END_SRC + +Some arbitrary text to be typeset verbatim in monospace font: +#+BEGIN_SRC text +Apples, oranges, +cucumbers, tomatoes +#+END_SRC + +# Table and spreadsheet. The column headed "Ratio" is automatically +# calculated by hitting C-c C-c in Emacs on the #+TBLFM line. + +|----------------+-----------+-----------+-------| +| Country | Abstracts | Downloads | Ratio | +|----------------+-----------+-----------+-------| +| United States | 7 | 497 | 71.0 | +| Unknown | 4 | 83 | 20.8 | +| United Kingdom | 3 | 41 | 13.7 | +| Germany | 3 | 29 | 9.7 | +| Netherlands | 2 | 21 | 10.5 | +| Japan | 1 | 18 | 18.0 | +|----------------+-----------+-----------+-------| +#+TBLFM: $4=$3/$2;%.1f + +Include an image: +file:nickhighamwordpress.jpg