diff --git a/README.org b/README.org index 1e8a661..183ae9f 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,7 @@ #+TITLE: org-ql +#+OPTIONS: author:nil creator:nil created:nil date:nil num:nil title:t broken-links:mark d:nil +#+SETUPFILE: export/setup/theme-darksun-local.setup +#+EXPORT_FILE_NAME: worktree/meta/web/index.html # NOTE: Using =BEGIN_HTML= for this causes TeX/info export to fail, but this HTML block works. # #+HTML: @@ -11,7 +14,7 @@ This package provides a query language for Org files. It offers two syntax styl It includes three libraries: The =org-ql= library is flexible and may be used as a backend for other tools. The libraries =org-ql-search= and =helm-org-ql= (a separate package) provide interactive search commands and saved views. -* Contents +* Contents :noexport: :PROPERTIES: :TOC: :include siblings :depth 0 :ignore this :force depth :END: @@ -25,13 +28,13 @@ It includes three libraries: The =org-ql= library is flexible and may be used as * Screenshots -[[images/org-ql-search.gif]] +[[file:images/org-ql-search.gif]] -[[images/org-ql-view-dispatch.gif]] +[[file:images/org-ql-view-dispatch.gif]] -[[images/helm-org-ql.gif]] +[[file:images/helm-org-ql.gif]] -[[images/org-ql-view-sidebar.gif]] +[[file:images/org-ql-view-sidebar.gif]] * Installation :PROPERTIES: @@ -87,7 +90,7 @@ The command =helm-org-ql= is available in the package =helm-org-ql=. It may be Feedback on these APIs is welcome. Eventually, after being tested and polished, they will be considered stable. # TODO: Find a way to get these examples included in the info manual. -Lisp code examples are in [[examples.org]]. +Lisp code examples are in [[file:examples.org][examples.org]] ** Commands :PROPERTIES: @@ -95,14 +98,14 @@ Lisp code examples are in [[examples.org]]. :END: + *Showing an agenda-like view:* - - [[#org-ql-search][org-ql-search]] (command) - - [[#org-ql-view][org-ql-view]] (command) - - [[#org-ql-view-sidebar][org-ql-view-sidebar]] (command) - - [[#org-ql-view-recent-items][org-ql-view-recent-items]] (command) + - [[org-ql-search][org-ql-search]] (command) + - [[*org-ql-view][org-ql-view]] (command) + - [[*org-ql-view-sidebar][org-ql-view-sidebar]] (command) + - [[*org-ql-view-recent-items][org-ql-view-recent-items]] (command) + *Showing a tree in a buffer:* - - [[#org-ql-sparse-tree][org-ql-sparse-tree]] (command) + - [[*org-ql-sparse-tree][org-ql-sparse-tree]] (command) + *Showing results with Helm*: - - [[#helm-org-ql][helm-org-ql]] (command) + - [[*helm-org-ql][helm-org-ql]] (command) *** org-ql-search diff --git a/examples/defpred.org b/examples/defpred.org index 4f19576..040bf26 100644 --- a/examples/defpred.org +++ b/examples/defpred.org @@ -1,6 +1,7 @@ #+TITLE: Org QL Custom Predicates Tutorial #+OPTIONS: author:nil creator:nil created:nil date:nil num:nil title:t broken-links:t -#+SETUPFILE: export/setup/theme-darksun-local.setup +#+SETUPFILE: ../export/setup/theme-darksun-local.setup +#+EXPORT_FILE_NAME: ../worktree/meta/web/defpred.html [2020-11-22 Sun 22:35] Imagine you have weekly meetings with other people, and during the week you take notes about items to discuss at each meeting. When the time for a meeting comes, you want to quickly and easily search for all of the items to discuss at the meeting. diff --git a/examples/export/setup/theme-darksun-local.setup b/export/setup/theme-darksun-local.setup similarity index 100% rename from examples/export/setup/theme-darksun-local.setup rename to export/setup/theme-darksun-local.setup diff --git a/examples/export/setup/theme-darksun.setup b/export/setup/theme-darksun.setup similarity index 100% rename from examples/export/setup/theme-darksun.setup rename to export/setup/theme-darksun.setup diff --git a/examples/export/styles/darksun/css/darksun.css b/export/styles/darksun/css/darksun.css similarity index 100% rename from examples/export/styles/darksun/css/darksun.css rename to export/styles/darksun/css/darksun.css diff --git a/examples/export/styles/darksun/css/hideshow.css b/export/styles/darksun/css/hideshow.css similarity index 100% rename from examples/export/styles/darksun/css/hideshow.css rename to export/styles/darksun/css/hideshow.css diff --git a/examples/export/styles/darksun/css/htmlize.css b/export/styles/darksun/css/htmlize.css similarity index 100% rename from examples/export/styles/darksun/css/htmlize.css rename to export/styles/darksun/css/htmlize.css diff --git a/examples/export/styles/darksun/images/checked.png b/export/styles/darksun/images/checked.png similarity index 100% rename from examples/export/styles/darksun/images/checked.png rename to export/styles/darksun/images/checked.png diff --git a/examples/export/styles/darksun/images/fixme.png b/export/styles/darksun/images/fixme.png similarity index 100% rename from examples/export/styles/darksun/images/fixme.png rename to export/styles/darksun/images/fixme.png diff --git a/examples/export/styles/darksun/images/halfchecked.png b/export/styles/darksun/images/halfchecked.png similarity index 100% rename from examples/export/styles/darksun/images/halfchecked.png rename to export/styles/darksun/images/halfchecked.png diff --git a/examples/export/styles/darksun/images/info.png b/export/styles/darksun/images/info.png similarity index 100% rename from examples/export/styles/darksun/images/info.png rename to export/styles/darksun/images/info.png diff --git a/examples/export/styles/darksun/images/note.png b/export/styles/darksun/images/note.png similarity index 100% rename from examples/export/styles/darksun/images/note.png rename to export/styles/darksun/images/note.png diff --git a/examples/export/styles/darksun/images/tip.png b/export/styles/darksun/images/tip.png similarity index 100% rename from examples/export/styles/darksun/images/tip.png rename to export/styles/darksun/images/tip.png diff --git a/examples/export/styles/darksun/images/unchecked.png b/export/styles/darksun/images/unchecked.png similarity index 100% rename from examples/export/styles/darksun/images/unchecked.png rename to export/styles/darksun/images/unchecked.png diff --git a/examples/export/styles/darksun/images/warning.png b/export/styles/darksun/images/warning.png similarity index 100% rename from examples/export/styles/darksun/images/warning.png rename to export/styles/darksun/images/warning.png diff --git a/examples/export/styles/darksun/js/darksun.js b/export/styles/darksun/js/darksun.js similarity index 100% rename from examples/export/styles/darksun/js/darksun.js rename to export/styles/darksun/js/darksun.js diff --git a/examples/export/styles/darksun/js/hideshow.js b/export/styles/darksun/js/hideshow.js similarity index 100% rename from examples/export/styles/darksun/js/hideshow.js rename to export/styles/darksun/js/hideshow.js diff --git a/examples/export/styles/darksun/js/jquery-1.11.0.min.js b/export/styles/darksun/js/jquery-1.11.0.min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery-1.11.0.min.js rename to export/styles/darksun/js/jquery-1.11.0.min.js diff --git a/examples/export/styles/darksun/js/jquery-1.9.1.min.js b/export/styles/darksun/js/jquery-1.9.1.min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery-1.9.1.min.js rename to export/styles/darksun/js/jquery-1.9.1.min.js diff --git a/examples/export/styles/darksun/js/jquery-ui-1.10.2.min.js b/export/styles/darksun/js/jquery-ui-1.10.2.min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery-ui-1.10.2.min.js rename to export/styles/darksun/js/jquery-ui-1.10.2.min.js diff --git a/examples/export/styles/darksun/js/jquery.localscroll-min.js b/export/styles/darksun/js/jquery.localscroll-min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery.localscroll-min.js rename to export/styles/darksun/js/jquery.localscroll-min.js diff --git a/examples/export/styles/darksun/js/jquery.scrollTo-1.4.3.1-min.js b/export/styles/darksun/js/jquery.scrollTo-1.4.3.1-min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery.scrollTo-1.4.3.1-min.js rename to export/styles/darksun/js/jquery.scrollTo-1.4.3.1-min.js diff --git a/examples/export/styles/darksun/js/jquery.zclip.min.js b/export/styles/darksun/js/jquery.zclip.min.js similarity index 100% rename from examples/export/styles/darksun/js/jquery.zclip.min.js rename to export/styles/darksun/js/jquery.zclip.min.js diff --git a/examples/export/styles/lib/js/jquery.stickytableheaders.min.js b/export/styles/lib/js/jquery.stickytableheaders.min.js similarity index 100% rename from examples/export/styles/lib/js/jquery.stickytableheaders.min.js rename to export/styles/lib/js/jquery.stickytableheaders.min.js diff --git a/examples/export/styles/lib/js/stickytableheaders-license.txt b/export/styles/lib/js/stickytableheaders-license.txt similarity index 100% rename from examples/export/styles/lib/js/stickytableheaders-license.txt rename to export/styles/lib/js/stickytableheaders-license.txt diff --git a/org-ql.info b/org-ql.info index d19b873..6edcb9c 100644 Binary files a/org-ql.info and b/org-ql.info differ