wiki/_next/data/Ie9t5zutrXP6Of75Cb5xF/text.org-mode.timestamps.json

1 line
9.1 KiB
JSON
Raw Normal View History

2022-07-29 15:41:17 +00:00
{"pageProps":{"metadata":{"date":"\"2020-04-21 19:44:15 +08:00\"","date_modified":"\"2021-05-04 20:52:15 +08:00\"","language":"en","source":""},"title":"Org mode timestamps","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"timestamps-and-durations"},"children":[{"type":"text","value":"Timestamps and durations"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/text.org-mode.timestamps#timestamps-and-durations"},"children":[{"type":"text","value":"Timestamps and durations"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"deadlines-and-schedules"},"children":[{"type":"text","value":"Deadlines and schedules"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/text.org-mode.timestamps#deadlines-and-schedules"},"children":[{"type":"text","value":"Deadlines and schedules"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"repeated-tasks"},"children":[{"type":"text","value":"Repeated tasks"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/text.org-mode.timestamps#repeated-tasks"},"children":[{"type":"text","value":"Repeated tasks"}]}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"As previously stated, "},{"type":"element","tagName":"a","properties":{"href":"/2020-04-20-16-51-40"},"children":[{"type":"text","value":"Org mode"}]},{"type":"text","value":" is first created as an outliner enabling you to manage tasks.\nHere's some of the features you might be interested when using it as such.\n"}]},{"type":"element","tagName":"h1","properties":{"id":"timestamps-and-durations"},"children":[{"type":"text","value":"Timestamps and durations"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Being a personal information tool, Org mode heavily features timestamps.\n"}]},{"type":"element","tagName":"pre","properties":{"className":["src-block"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-org"]},"children":[{"type":"text","value":"<2021-04-21 Wed>\n"}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can easily set a timestamp with "},{"type":"element","tagName":"code","properties":{"className":["inline-code"]},"children":[{"type":"text","value":"org-time-stamp"}]},{"type":"text","value":" that comes with an interactive calendar and a prompt to indicate the date and time.\nThe "},{"type":"element","tagName":"a","properties":{"href":"https://orgmode.org/manual/The-date_002ftime-prompt.html"},"children":[{"type":"text","value":"prompt"}]},{"type":"text","value":" is more useful since you can quickly enter relative values such as:\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{"className":["inline-verbatim"]},"children":[{"type":"text","value":"+1d"}]},{"type":"text","value":" for tomorrow.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{"className":["inline-verbatim"]},"children":[{"type":"text","value":"2020-05-01 +23d"}]},{"type":"text","value":" means 23 days after the 2020-05-01.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagNa