Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Pending tasks

Roberto Vaquerizo

Contents
1 DONE Aprender org mode 2
1.1 Formatos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 DONE todo's/done's . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 DONE tablas . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 listas taggies . . . . . . . . . . . . . 3
1.4.1 DONE cambiar tipo de indicador de lista (C-c -, change
the bullet type) . . . . . . . . . . . . . . . . . . . . . . 3
1.4.2 DONE checkbox lists . . . . . . . . . . . . . . . . . . 3
1.5 DONE export . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.5.1 DONE Export to HTML with CSS (readtheorg) . . . 3
1.6 DONE shifting . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.7 DONE compresión/expansión de niveles . . . . . . . . . . . . 3
1.8 DONE tags taggies . . . . . . . . . . . 3
1.9 DONE links . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.10 DONE Dates and Times . . . . . . . . . . . . . . . . . . . . . 4
1.10.1 DONE First, a deadline timestamp (C-c C-d) . . . . . 4
1.10.2 A normal timestamp <2023-02-03 Fri> (C-c .) . . . . 4
1.10.3 scheduled timestamp (C-c C-s) . . . . . . . . . . . . . 4
1.10.4 timestamp with repeater interval . . . . . . . . . . . . 4
1.10.5 DONE timestamp with time <2023-01-02 Mon 08:32> 4
1.10.6 time range: <2023-01-01 Sun><2024-12-18 Wed> . 4
1.10.7 inactive timestamp [2023-01-02 Mon] . . . . . . . . . 4
1.10.8 <2023-03-16 Thu> . . . . . . . . . . . . . . . . . . . . 4
1.10.9 take a look at my girlfriend . . . . . . . . . . . . . . . 4
1.10.10 <2023-03-12 Sun> . . . . . . . . . . . . . . . . . . . . 4
1.10.11 See the girls in California . . . . . . . . . . . . . . . . 4
1.11 DONE Priorities and tags taggies . . . . . . . 4
1.11.1 this header will have another tag associated (C-c C-q)
specific . . . . . . . . . . . . . . . . . . . . . . . . . 4

1
1.11.2 this has some priority (medium priority) (C-c ,) . . . . 4
1.11.3 and this one too (top priority) . . . . . . . . . . . . . 4
1.11.4 also this one (low priority) . . . . . . . . . . . . . . . . 4
1.11.5 another one . . . . . . . . . . . . . . . . . . . . . . . . 4
1.12 DONE Working with code (babel) . . . . . . . . . . . . . . . 4
1.13 DONE agenda . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.13.1 DONE entender el concepto en sí . . . . . . . . . . . . 5
1.13.2 DONE manejarlo . . . . . . . . . . . . . . . . . . . . . 5
1.14 DONE attachments ATTACH . . . . . . . . 5
1.15 DONE One more attachment ATTACH . . . . . . 5

2 DONE prueba 5

3 Otros 5

1 DONE Aprender org mode


1.1 Formatos

1. negrita
2. italica
3. subrayado
4. tachado
5. codigo verbatim

1.2 DONE todo's/done's

C-c C-t, rotate the state of the current item

1.3 DONE tablas

rst second
she comes
in colors everywhere

|- TAB, create table heading


1 2 3
ohlahlah

2
1.4 listas taggies
1.4.1 DONE cambiar tipo de indicador de lista (C-c -, change the
bullet type)

1. primero (M-RET, creates new item of list below)


2. segundo
3. tercero
4. cuarto

1.4.2 DONE checkbox lists


⊟ (M-S-RET, creates new checkbox item below) [1/3] [33%]

□ rst
⊠ second
□ third (C-c C-c, toggles state of the box)

1.5 DONE export

A distintos formatos

1.5.1 DONE Export to HTML with CSS (readtheorg)


1.6 DONE shifting

1. de un nivel
2. de un nivel anidado
(a) otro

1.7 DONE compresión/expansión de niveles

1.8 DONE tags taggies


1.9 DONE links

ˆ this is an external link pagina de marca

ˆ and this is an internal link recent les

3
1.10 DONE Dates and Times

1.10.1 DONE First, a deadline timestamp (C-c C-d)


1.10.2 A normal timestamp <2023-02-03 Fri> (C-c .)

1.10.3 scheduled timestamp (C-c C-s)

1.10.4 timestamp with repeater interval

1.10.5 DONE timestamp with time <2023-01-02 Mon 08:32>


1.10.6 time range: <2023-01-01 Sun><2024-12-18 Wed>
1.10.7 inactive timestamp [2023-01-02 Mon]
1.10.8 <2023-03-16 Thu>
1.10.9 take a look at my girlfriend

1.10.10 <2023-03-12 Sun>


1.10.11 See the girls in California

1.11 DONE Priorities and tags taggies


1.11.1 this header will have another tag associated (C-c C-q)spe-
cific

1.11.2 this has some priority (medium priority) (C-c ,)

1.11.3 and this one too (top priority)

1.11.4 also this one (low priority)

1.11.5 another one

1.12 DONE Working with code (babel)

import sys
var = 12345
return f"The value is {var=}, and it was executed with python version: {sys.version}"

4
1.13 DONE agenda

1.13.1 DONE entender el concepto en sí


1.13.2 DONE manejarlo
1.14 DONE attachments ATTACH
1.15 DONE One more attachment ATTACH
2 DONE prueba
3 Otros
No se me ocurre nada por ahora.

You might also like