Coder Social home page Coder Social logo

.doom.d's People

Contributors

forrestchang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

bmaicke

.doom.d's Issues

Suggestion

'(and (or (scheduled :to today)

Hi,

FYI, that search should execute more quickly if the todo predicate appears first inside the and clause, like:

'(and (todo "TODO" "STARTED" "BLOCKED")
      (or (scheduled :to today)
          (deadline :to today))
      (not (tags "PROJ"))
      (category "iqiyi" "pingduck" "workflow" "talk" "blog" "open-source" "programming"))

That's because the todo predicate's optimization can jump directly to items with those to-do keywords before comparing other predicates. If the (or (scheduled...) clause is first, it tests every entry's scheduled or deadline timestamps, without skipping entries. I hope to make the optimization smarter in the future, but for now, this has to be done manually by ordering the predicates.

采用大神的配置,无法使用capture自定义模版

配置步骤

  1. +org.el中使用org-capture-templates定义的org-capture模版
(setq org-capture-templates nil)

;; Quick capture todo item to inbox
(add-to-list 'org-capture-templates
             '("t" "Todo" entry (file "~/hsg/hugo/org-notes/inbox.org")
               (file "~/.doom.d/templates/new-todo-template.org")))
  1. 加载配置:config.el (after! org (load! "+org"))
  2. doom刷新:doom refresh
  3. 使用SPC C,但是无法显示
    截屏2019-11-27下午12 32 19
    如何能激活+org.el中的相关配置呢?

其他

尝试了以下有同样自定义需求,但在+org.el中都不生效:

org-todo-keywords
org-tag-alist
org-agenda-custom-commands

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.