Tweak listing versus text in pdf layout

This commit is contained in:
Gerard Vermeulen 2024-03-23 15:09:26 +01:00
parent b4005277be
commit 0f6eb9b353
1 changed files with 10 additions and 12 deletions

View File

@ -2150,22 +2150,13 @@ configuration objectives:
(when (ensure-package-installation 'markdown-mode))
#+end_src
** Writing [[info:org#Top][Org (info)]] files
** Writing [[info:org#Top][Org (info)]] files and [[info:org#Activation][Org activation (info)]]
:PROPERTIES:
:CUSTOM_ID: sec:writing-org-files
:END:
Here are links to Org-mode videos:
1. [[yt:o6rE18Mxu9U][Analyze Your Time with Org Mode Clocktables]]
2. [[yt:EgOBBiomfGo][Basic Task Management with Org: Checklists, TODOs, and Org-Agenda]]
3. [[yt:oJTwQvgfgMM][Emacs Org-mode: a system for note-taking and project planning]]
4. [[yt:SzA2YODtgK4][Getting Started With Org Mode]]
5. [[yt:zqAYHWv36X0][Org Mode Time and Task Tools]]
*** [[info:org#Activation][Org activation (info)]]
:PROPERTIES:
:CUSTOM_ID: sec:activate-org
:END:
Listing [[lst:bind-org-commands]] activates [[info:org#Top][Org (info)]] by means of global key
bindings.
#+caption[Bind =Org= commands globally]:
#+caption: Bind =Org= commands globally.
@ -2177,6 +2168,13 @@ Here are links to Org-mode videos:
(global-set-key (kbd "C-c l") #'org-store-link))
#+end_src
Links to Org-mode videos are:
1. [[yt:o6rE18Mxu9U][Analyze Your Time with Org Mode Clocktables]]
2. [[yt:EgOBBiomfGo][Basic Task Management with Org: Checklists, TODOs, and Org-Agenda]]
3. [[yt:oJTwQvgfgMM][Emacs Org-mode: a system for note-taking and project planning]]
4. [[yt:SzA2YODtgK4][Getting Started With Org Mode]]
5. [[yt:zqAYHWv36X0][Org Mode Time and Task Tools]]
*** Setup Org
:PROPERTIES:
:CUSTOM_ID: sec:setup-org