From add68571543c09614fa17e199c10ae58c2d277b2 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 23 Nov 2020 08:15:06 -0600 Subject: [PATCH] Docs: HTML for GitHub pages --- README.org | 27 ++++++++++-------- examples/defpred.org | 3 +- .../setup/theme-darksun-local.setup | 0 .../setup/theme-darksun.setup | 0 .../styles/darksun/css/darksun.css | 0 .../styles/darksun/css/hideshow.css | 0 .../styles/darksun/css/htmlize.css | 0 .../styles/darksun/images/checked.png | Bin .../styles/darksun/images/fixme.png | Bin .../styles/darksun/images/halfchecked.png | Bin .../styles/darksun/images/info.png | Bin .../styles/darksun/images/note.png | Bin .../styles/darksun/images/tip.png | Bin .../styles/darksun/images/unchecked.png | Bin .../styles/darksun/images/warning.png | Bin .../styles/darksun/js/darksun.js | 0 .../styles/darksun/js/hideshow.js | 0 .../styles/darksun/js/jquery-1.11.0.min.js | 0 .../styles/darksun/js/jquery-1.9.1.min.js | 0 .../styles/darksun/js/jquery-ui-1.10.2.min.js | 0 .../darksun/js/jquery.localscroll-min.js | 0 .../darksun/js/jquery.scrollTo-1.4.3.1-min.js | 0 .../styles/darksun/js/jquery.zclip.min.js | 0 .../lib/js/jquery.stickytableheaders.min.js | 0 .../lib/js/stickytableheaders-license.txt | 0 org-ql.info | Bin 55260 -> 55000 bytes 26 files changed, 17 insertions(+), 13 deletions(-) rename {examples/export => export}/setup/theme-darksun-local.setup (100%) rename {examples/export => export}/setup/theme-darksun.setup (100%) rename {examples/export => export}/styles/darksun/css/darksun.css (100%) rename {examples/export => export}/styles/darksun/css/hideshow.css (100%) rename {examples/export => export}/styles/darksun/css/htmlize.css (100%) rename {examples/export => export}/styles/darksun/images/checked.png (100%) rename {examples/export => export}/styles/darksun/images/fixme.png (100%) rename {examples/export => export}/styles/darksun/images/halfchecked.png (100%) rename {examples/export => export}/styles/darksun/images/info.png (100%) rename {examples/export => export}/styles/darksun/images/note.png (100%) rename {examples/export => export}/styles/darksun/images/tip.png (100%) rename {examples/export => export}/styles/darksun/images/unchecked.png (100%) rename {examples/export => export}/styles/darksun/images/warning.png (100%) rename {examples/export => export}/styles/darksun/js/darksun.js (100%) rename {examples/export => export}/styles/darksun/js/hideshow.js (100%) rename {examples/export => export}/styles/darksun/js/jquery-1.11.0.min.js (100%) rename {examples/export => export}/styles/darksun/js/jquery-1.9.1.min.js (100%) rename {examples/export => export}/styles/darksun/js/jquery-ui-1.10.2.min.js (100%) rename {examples/export => export}/styles/darksun/js/jquery.localscroll-min.js (100%) rename {examples/export => export}/styles/darksun/js/jquery.scrollTo-1.4.3.1-min.js (100%) rename {examples/export => export}/styles/darksun/js/jquery.zclip.min.js (100%) rename {examples/export => export}/styles/lib/js/jquery.stickytableheaders.min.js (100%) rename {examples/export => export}/styles/lib/js/stickytableheaders-license.txt (100%) 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 d19b873f2ae6dba9ec905adb1facb566ac9d1430..6edcb9ce0c83858669b8df69de245f3b56e79807 100644 GIT binary patch delta 2025 zcmcb!p83XF<_(;TlQ**qO_pF(ob1L}w0S4vGnUCx?3(o<`2{)(3ZVs73L*IgTwKA) zMX9NI#Toe}#avnlz{SPD5uKTvn4YRoT$F691ZEcN=NF~x7Ut*{rzRF9XXvG8rYSLS z#Nt<5mYG_vo03^vkXQoJ;*M8OMruy3F2oW7rcZ8U66S!ZncT=GH+cfP)#NkmlAE8i zpJZeYEKSWRNaWhQpOcY^*CRD2SE0DHpdi1fglqFv?kYy!(Bj1OREUSUxF*lwbz)UW z%uC^#e4p1tI<+D(w;(6ASTDaQT|onxr#V@JZ!xEHer|4JUP>|7XsCxPM#<$%BVLvl3#lAdVU3{-AI9JrGUiIn|zM{5g&>VxF-9E zD{p=);K{~=q>yW~pLiG}4^$<{*<73VNW5eO#l_@(QX-RmW!N|0moj9Wyg^!GvYw3O zW?z|Z#>w|&RVVxDaBmiod&ndhSejatnOe+c3jthQn^hInSSAOmYHw~*oz2GXo|>0h zl$bMluB+T;Kb_AalP_w^OqlQJ30|P}T$E0#@ULEDb2^ZPSmvWsA z%-j4tYXu{lb7^r&e(vPCuCkN&znZ}zN;U%ybKiQYY8;N^XwnmSSQt&@<(l{BW z^RpS~8S87xj;=R0H#CHbK~p)T zsH-(160M>>Mczz&A29S(3aq?H#9V|gt%w&d2I!@dP6faOQXq*SLIkN z3@o@N&+(UFt2Z(*F*Tg*cvXhU++=e6Rdq(o$?aEV>tSAVsmx2v%}iEE%E?d8t~WL` zG=td>PRjMh#ulb95m17zH#RXfhG~W;>w04o3wUT5fYWxpv8k!CB{WP7OzVx!3@l;# z3{2`R>y6D#&7dArFfg&GH#WC0hQ*A5iFv)Tg`qjbb5;rlCT8`<7N&5Q7?_yW8(UbK z8oF)@WlzJYPQiHVsdT(^;Ny@|P*nK8^cMn?4}<`x!k=NK8*n^+hkg2PCo z-o(Nf9@Peh^`=I~rZDZ`#9wb}WMX2%H96;;rcu4Ak(mL^Eue%1%>wnN#wPGEgyw{L OQ)6>u^T|uDTL1vDEQa#{ delta 2283 zcmcbymif+l<_(;TY|i<4C8>Fng&4KCAk30tE33(tjHR2`GCpVFfQe0F6t@p3N-eWe z2+1$dQBVji0JFHb3>9EXxU}Gai%UU4;ZegP6g>H0fb8TcY?}Ho4amkADFi1MrKaW; zXXKX@BblV7r8QZQS8nnib}K<+1<$x#FEVXJT5J*&CDEE8TpO%3>5-PQ*#Ou zxomB1Z8zWNWMpD7)-zI={D50>^H=U7Mo$xk(Bj1ORG7Ia&I37B0R+(9i_QlroLs`| z#LAVJm!dFvH?Iey-eftx#eyb!pg_pYP0ULv20LN$DL$LY3H)L(JW0TMl7Q6YW&wrC zhXo#rnCKbm87kx#rRx^v=oY6Y7A0qJP5vk&JlRx2Z1Yt?Pc}A?3L}NdauVW`--K~& zHka^Z1dACfOm2{bh|QF|!^jF!XEJ#LzsTecX_3hd>TH|mNLxUJO(!4Zmz?}YMiMN{ zD%%Y)!AxQD1UXf(*jBkWOa>-;Mxeke%1nhg9TbALwzeoC1PcgI0Bqi*sK&x-qGzOM zIGJBnZ1P)GF|c9GYO_JkHUb6vJROJyhjl)SfR!3g4%CsK% z6`4h$!fcxr+*G+(O!SNuCc6fxP8K-F;sSRB$YM|o!IKk)0L+OX8bxw)cEDja6FpEG znXDJ6400OuQy~W(pyh1yCWab|*$YQw8UY#Ju#>ocwf9(k|i`jw#(GGmY`(N6lo2EY@~<(9F|THdPmWsG z0Wu2YX^3-d!GZZ}T`f0A6Ufs>dN3JK;7#7OA0z?tu@SO8lk;{z1xbLsY=mM>{+KTFj4)frFGud2b3V!(|sh~n{vfjKHNuab`+tQeqJ}Y$m&3yw78<;FFo0npX@e*e2^;GE#w+to4Rw zX69Ue`6;PZ$mMFip}D2OdQYV{_DmM~K@Qgd>3A+q(R77`{fafpy^S!QZ^ zy_u20WZBEI%;p9rlWi|6G8>o~OisKkEn^B-9ax$QDyix%jA25cLWr&2(!|u1YqFt^ z1b4lmp`jVX$&&+g6xiww%}mWrC;z=H$82t3JX!9F470JR#bnznGEAmslcTSwvx1#I z`CyJPdvU#yxtWFWdj#e1n1m(V`B?*h^bcKd|Pj9Vrps$^)x)+)*G8xn8U)| z0Gw^>jZIC>VIgKBV+``g;%dZ|Bbp|Hp^~M%P z#&9D|%<7FT%-~UCU}9QtY-xbRH>o$aG`0kLDb-5Bz{I%T*wWkt7TE?SM)k&)mL_ob zm>AZZ7#PB%-oT{Z#K73Z6mGwgC{g-j;J>^wlp`Myx^Jz01X(a3;+NC