Skip to content

Commit

Permalink
add into about org mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbudzynski committed Apr 14, 2024
1 parent 22c1e1c commit bf5cac8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion _drafts/org-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,21 @@ date : 2024-03-13 18:00
tags :
---

## show examples of some code blocks and executing them in org mode
I recently had to write some documentation for people who are not familiar with
C++ but know other programming languages and understand the basics of working
inside notebooks. I thought to myself that org mode could be a good tool for
this, as it can compile the code and put the output right next to it in an HTML
or PDF format.

## What is Org Mode

[Org mode][1] is a major mode for [GNU Emacs][2]. It is used for keeping notes,
maintaining TODO lists, planning projects, and authoring documents with a fast
and effective plain-text system. It is also an authoring system with unique
support for literate programming and reproducible research. It is a simple
markup language that can be exported to HTML, PDF, and other formats. It is a
much more powerful version of markdown.

[1]: https://orgmode.org/
[2]: https://www.gnu.org/software/emacs/

0 comments on commit bf5cac8

Please sign in to comment.