簡體   English   中英

沒有位置和日期的組織模式捕獲

[英]Org-mode capture without location and date

我想自定義組織模式捕獲,以便notes.org文件中的輸出將采用更簡單的形式:

* TODO WhatIwanttodo

沒有別的。 此刻我得到這樣的東西:

* TODO Make a new post in the blog explaining how u can put TODO in org mode using the android app by IFTTT  [2015-03-14 Sat 09:21 [[file:~/Dropbox/org/dailywork.org::*ES][TODOES]]

這是兩個變體:

第一個將待辦事項添加到標題TODO-HEADER下的文件中。 第二個只是將其附加到文件末尾。

 (setq org-capture-templates
      '(
        ("s" "Simple" entry (file+headline "my-org-todo-file" "TODO-HEADER")
         "* TODO %?")
        ("x" "Very Simple" entry (file "my-org-todo-file")
         "* TODO %?")
         ))

模板可以非常強大。 我建議你讀

http://orgmode.org/manual/Capture-templates.html#Capture-templates

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM