diff options
| author | Christian Cleberg <[email protected]> | 2026-01-31 22:26:52 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-31 22:26:52 -0600 |
| commit | 330fb738d13064b2b05d7f1261abae928b4624cc (patch) | |
| tree | 682cd4bc23c04087389aec00bfc71efc3184d281 /content/blog/2024-08-11-org-mode-features.org | |
| parent | da26d1b8ac9e45e93f81e7085b3cd58903c01c35 (diff) | |
| download | cleberg.net-330fb738d13064b2b05d7f1261abae928b4624cc.tar.gz cleberg.net-330fb738d13064b2b05d7f1261abae928b4624cc.tar.bz2 cleberg.net-330fb738d13064b2b05d7f1261abae928b4624cc.zip | |
update git links
Diffstat (limited to 'content/blog/2024-08-11-org-mode-features.org')
| -rw-r--r-- | content/blog/2024-08-11-org-mode-features.org | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/content/blog/2024-08-11-org-mode-features.org b/content/blog/2024-08-11-org-mode-features.org index a1d1549..5167d00 100644 --- a/content/blog/2024-08-11-org-mode-features.org +++ b/content/blog/2024-08-11-org-mode-features.org @@ -1,4 +1,4 @@ -#+date: <2024-08-12 Mon 12:48:00> +#+date: <2024-08-11 Sun 12:48:00> #+title: Essential Org-Mode Features for Productivity #+description: Detailed overview of essential Org-Mode functionalities focusing on task organization, note-taking, and workflow optimization. #+slug: org-mode-features @@ -6,7 +6,7 @@ * Cycling (Folding) #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n7][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L6][View this section]] in org-mode. #+end_quote My absolute top-used feature is [[https://orgmode.org/manual/Global-and-local-cycling.html][global and local cycling]] and it's not even @@ -54,7 +54,7 @@ at the top of the buffer: * TODO Lists #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n55][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L54][View this section]] in org-mode. #+end_quote Next up on in this post are [[https://orgmode.org/manual/TODO-Items.html][TODO Lists]]. Being able to combine note taking and @@ -105,7 +105,7 @@ that variable to alert me of tasks with iOS native notifications. * Time Stamping #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n106][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L105][View this section]] in org-mode. #+end_quote Another great feature are the [[https://orgmode.org/manual/Dates-and-Times.html][dates and times]] functionalities within org-mode. @@ -136,7 +136,7 @@ different options available when creating timestamps. * Tags #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n137][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L136][View this section]] in org-mode. #+end_quote Next up are [[https://orgmode.org/manual/Tags.html][Tags]], which provide a way to document contexts within and across @@ -160,7 +160,7 @@ m= and search for a tag of your choosing. * Tables #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n162][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L161][View this section]] in org-mode. #+end_quote One of the most inconvenient parts of writing in Markdown was dealing with @@ -230,7 +230,7 @@ on the second line. * Source Code Blocks #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n232][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L230][View this section]] in org-mode. #+end_quote ** Introduction to Source Code Blocks @@ -300,7 +300,7 @@ results below the code block. * Exporting and Publishing #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n302][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L300][View this section]] in org-mode. #+end_quote I would be remiss if I did not mention the native [[https://orgmode.org/manual/Exporting.html][exporting and publishing]] @@ -334,7 +334,7 @@ external [[https://orgmode.org/tools.html][tools]], including [[https://orgmode. * Agenda #+begin_quote -[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n336][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L334][View this section]] in org-mode. #+end_quote Last, but not least, are [[https://orgmode.org/manual/Agenda-Views.html][Agenda Views]]. With agenda views, you can easily view |
