INFO 메뉴얼?!

TL;DR

어젠다에 등록하지 마시오. 샘플 파일 모아둘 것

nonblocking repeated task

.** TODO Nonblocking Repeated Task Test
SCHEDULED: <2022-11-14 Mon +1w>
:PROPERTIES:
:NOBLOCKING: t
:END:
프로퍼티로 노블락킹을 넣어놨다. 이건 서브태스크 완료 안되도
부모가 완료처리 해버릴 수 있다.
.*** TODO Subtask

ordered tasks

.** TODO Orderd Tasks                                                  :FARM:
:PROPERTIES:
:ORDERED:  t
:END:
.*** TODO Step 1
.*** TODO Step 2
.*** TODO Step 3

Project samples for Clock Table

.** TODO SP: Sample Project to estimate
.*** TODO SP: Step 1
:PROPERTIES:
:EFFORT:   1:00
:END:
.*** TODO SP: Step 2
:PROPERTIES:
:Effort:   0:30
:END:
.*** TODO SP: Step 3
.**** TODO SP: Step 3.1
:PROPERTIES:
:Effort:   0:30
:END:
.**** TODO SP: Step 3.2
:PROPERTIES:
:Effort:   0:30
:END:
.**** TODO SP: Step 3.3
:PROPERTIES:
:Effort:   0:30
:END:
.*** TODO SP: Step 4
:PROPERTIES:
:Effort:   0:30
:END:
 
.#+BEGIN: clocktable :scope subtree :maxlevel 2
.#+CAPTION: Clock summary at [2022-11-19 Sat 17:20]
| Headline     | Time   |
|--------------+--------|
| *Total time* | *0:00* |
.#+END:
 
.#+BEGIN: columnview :hlines 1 :id local
| Task                           | Effort | CLOCKSUM |
|--------------------------------+--------+----------|
| SP: Sample Project to estimate |   3:30 |          |
| SP: Step 1                     |   1:00 |          |
| SP: Step 2                     |   0:30 |          |
| SP: Step 3                     |   1:30 |          |
| SP: Step 3.1                   |   0:30 |          |
| SP: Step 3.2                   |   0:30 |          |
| SP: Step 3.3                   |   0:30 |          |
| SP: Step 4                     |   0:30 |          |
.#+END:

Clocktable only SUBTREE with org-export-dispatch

[2023-05-01 Mon 16:19] 서브트리를 이용해서 시간 테이블을 만들어 본다.

org-export-dispatch -> C-s sub-tree -> html -> open ... 결과가 아주 잘 나온다. 현재 서브트리만 시간을 뽑아 낼 수 있다.

| Headline | Time | | | |----------------------------------------------------------------|----------|------|------| | Total time | 3:30 | | | | Clocktable only SUBTREE with org-export-dispatch | 3:30 | | | |   Create talk 발표 | | 0:16 | | |     Find Content | | | 0:08 | |     Work on HTML template | | | 0:06 | |     Write slides | | | 0:02 | |   Get set up for recording | | 1:27 | | |     Wire up USB camera | | | 0:12 | |     Configure correct microphone | | | 0:23 | |     Check up on my ffmpeg recording script | | | 0:07 | |     Learn OBS Studio | | | 0:45 | |   Publish video 비디오 | | 1:47 | | |     Upload to YouTube | | | 0:35 | |     Post on 🐘 | | | 0:25 | |     Post on 🐦 | | | 0:24 | |     Post on 🔗 | | | 0:23 |

Create talk 발표

Find Content

Work on HTML template

Write slides

Get set up for recording

Wire up USB camera

Configure correct microphone

Check up on my ffmpeg recording script

Learn OBS Studio

Publish video 비디오

Upload to YouTube

Post on 🐘

Post on 🐦

Post on 🔗

Clocktable FILE

[2023-09-13 Wed 16:17]

다음 파일 참고

Org clock report sample with skybert

| Headline | Time | | |----------------------------------------------------|----------|------| | Total time | 3:30 | | | Create talk 발표 | 0:16 | | |   Find Content | | 0:08 | |   Work on HTML template | | 0:06 | |   Write slides | | 0:02 | | Get set up for recording | 1:27 | | |   Wire up USB camera | | 0:12 | |   Configure correct microphone | | 0:23 | |   Check up on my ffmpeg recording script | | 0:07 | |   Learn OBS Studio | | 0:45 | | Publish video 비디오 | 1:47 | | |   Upload to YouTube | | 0:35 | |   Post on 🐘 | | 0:25 | |   Post on 🐦 | | 0:24 | |   Post on 🔗 | | 0:23 |

Related-Notes

References