Commit Graph

  • e035ff9c64 turn off comint insert-goes-to-end-of-line feature (this was never a good idea) ndwarshuis 2019-01-21 12:53:58 -0500
  • 58673f3f0f add keybinding for clock ranges ndwarshuis 2019-01-21 12:53:42 -0500
  • 466a439353 added org clock range function ndwarshuis 2019-01-20 17:12:12 -0500
  • 3bafc3504c cleaned up org-cluster, added docstrings, and added hotkeys ndwarshuis 2019-01-20 05:59:22 -0500
  • 38266bfebc added org overloads ndwarshuis 2019-01-20 04:24:58 -0500
  • e7082f7186 added filters to conflicts ndwarshuis 2019-01-18 16:17:09 -0500
  • 7bc64fae32 redo conflict detection ndwarshuis 2019-01-18 00:00:40 -0500
  • 50cc8c1f6b removed date from deadline template ndwarshuis 2019-01-16 11:15:44 -0500
  • 664d3a9a25 removed deliverable field from deadlines ndwarshuis 2019-01-15 11:13:39 -0500
  • 30360006da updated R-markdown ndwarshuis 2019-01-04 14:49:47 -0500
  • 690de23bd2 jettisoned org-sql into its own package ndwarshuis 2019-01-02 23:05:08 -0500
  • 997ed544e2 added simple interactive funciton for org sql update ndwarshuis 2019-01-02 22:32:14 -0500
  • d5ccbd9fff standardized function naming and removed dead code ndwarshuis 2019-01-02 22:15:06 -0500
  • 32a2bd101d dashify org-sql ndwarshuis 2019-01-02 17:54:58 -0500
  • 1e0048a16a added pragma interface, stripped tags text props, made slqi buffer connection ndwarshuis 2019-01-02 02:20:14 -0500
  • e0a3f89e63 removed tco, added threading macros, added file comparisons ndwarshuis 2019-01-01 03:51:18 -0500
  • 4956cde9bb added basic sql delete and select commands ndwarshuis 2018-12-29 16:38:20 -0500
  • c37e558575 added cascading delete to sql schemas ndwarshuis 2018-12-29 15:24:56 -0500
  • 212e3ccdb3 remove redundant time stamps from org capture ndwarshuis 2018-12-29 14:22:13 -0500
  • ef33ae9393 improved readability in sql commands ndwarshuis 2018-12-29 00:23:54 -0500
  • 990dfebdc1 generalize headlines table and store all archive props in properties table ndwarshuis 2018-12-29 00:12:27 -0500
  • 351c4ea634 added file table to org sql insert ndwarshuis 2018-12-28 23:33:18 -0500
  • 583f554b70 added generic iterator to manage sql data extraction ndwarshuis 2018-12-28 22:16:34 -0500
  • 59d2eb7a78 added org sql links insertion ndwarshuis 2018-12-28 21:13:58 -0500
  • de281f75ac added links table schema ndwarshuis 2018-12-28 17:40:28 -0500
  • 0306b93a5e fixed note parsing errors and made functions more robusts/clear ndwarshuis 2018-12-28 17:40:05 -0500
  • 2ac5059597 integrated new sql data structure with transaction insertion ndwarshuis 2018-12-27 15:27:29 -0500
  • dff2ed108a remove text properties from tags before insertion into sql ndwarshuis 2018-12-27 13:59:07 -0500
  • a8071b395a implemented tail-recursive org-element tree parser ndwarshuis 2018-12-27 13:53:08 -0500
  • 723abb1909 combined all mapping functions in org sql ndwarshuis 2018-12-26 15:34:01 -0500
  • 8fa83bf189 generalize linebreak splitter in org-sql ndwarshuis 2018-12-26 12:32:12 -0500
  • 82e6e8b198 format timestamps as iso 8601 upon org sqlite db insertion ndwarshuis 2018-12-25 23:24:25 -0500
  • 687342f8ea convert effort to integer in org sql insert ndwarshuis 2018-12-25 22:12:33 -0500
  • fd3993edf2 fixed tags insertion sql error ndwarshuis 2018-12-25 20:12:03 -0500
  • c602ad7081 added note to logbook data in org sql db ndwarshuis 2018-12-25 02:23:40 -0500
  • f78b3882ce added todo keyword to the sql database ndwarshuis 2018-12-25 01:50:48 -0500
  • bf3a252eae condensed org element parent tree function ndwarshuis 2018-12-25 01:43:49 -0500
  • 750d37652c rearranged sql code ndwarshuis 2018-12-25 00:34:00 -0500
  • ca5011cb2b added logbook data to sqlite data ndwarshuis 2018-12-25 00:10:40 -0500
  • 3b94902dbb added tags data to archive sql database ndwarshuis 2018-12-23 16:28:05 -0500
  • 21468c18f4 added properties to org archvie sql db ndwarshuis 2018-12-23 14:42:12 -0500
  • 1182633506 added clocking data to sql archive ndwarshuis 2018-12-23 12:56:12 -0500
  • 224ebf6db0 added initial headline information to sql database ndwarshuis 2018-12-23 11:03:20 -0500
  • d769a1c7fc update sql insertion command to quote and escape string properly ndwarshuis 2018-12-23 11:02:45 -0500
  • 1daec3cce6 added headline tester for created timestamps and incorporate into agenda ndwarshuis 2018-12-23 11:01:55 -0500
  • 45ef7a7e6b added hooks and advice for org creation time ndwarshuis 2018-12-22 15:41:44 -0500
  • 9b4343658f added creation timestamp property ndwarshuis 2018-12-22 15:04:39 -0500
  • 7493676c2c added schemas and data insertion function ndwarshuis 2018-12-21 21:05:58 -0500
  • 6fdda4f414 delight subword mode for haskell camelcase navigation ndwarshuis 2018-12-21 12:26:42 -0500
  • 41bc0cf8cf added org sqlite db init ndwarshuis 2018-12-20 21:28:14 -0500
  • 3969e6dfe7 make modeline change colors when clocked in/out ndwarshuis 2018-12-17 21:51:55 -0500
  • 45845a36d8 remove buffer encoding from modeline ndwarshuis 2018-12-17 21:26:17 -0500
  • d72ab1bbab make cute modeline symbols for flyspell and flycheck ndwarshuis 2018-12-17 20:18:10 -0500
  • 30467af1b0 added back ess insert assign ndwarshuis 2018-12-17 16:40:50 -0500
  • 4e019553f4 fixed agenda modeline and weird habit race condition ndwarshuis 2018-12-17 11:40:44 -0500
  • 2c42c4580a brought package list to dark side :) ndwarshuis 2018-12-17 10:20:24 -0500
  • 88fc67dd97 added initial sqlite functions ndwarshuis 2018-12-17 10:20:07 -0500
  • b56f122100 added inert heading function ndwarshuis 2018-12-17 10:19:48 -0500
  • b7d09cd79b changed export dir to something more sane ndwarshuis 2018-12-16 19:14:01 -0500
  • 3c49bd793c added custom org export directory ndwarshuis 2018-12-16 19:08:37 -0500
  • 9708861095 rearranged org mode sections ndwarshuis 2018-12-16 17:58:36 -0500
  • b2e516d47f rearranged conf to make more readable ndwarshuis 2018-12-15 13:29:10 -0500
  • 8ee0531ee1 ensure spacemacs theme is installed ndwarshuis 2018-12-15 10:01:13 -0500
  • 25b192c936 added conf file back ndwarshuis 2018-12-13 22:46:49 -0500
  • 40e947ad83 moved everything back into one conf file...much better now ndwarshuis 2018-12-13 22:45:12 -0500
  • 7d0e2145fd added org toc ndwarshuis 2018-12-13 22:13:28 -0500
  • c63315f2fd added some more annotations ndwarshuis 2018-12-12 00:59:34 -0500
  • 334a208c52 actually remove README.md ndwarshuis 2018-12-11 20:27:01 -0500
  • 850551c36e rename README to be org compat ndwarshuis 2018-12-11 20:26:09 -0500
  • f32577d0bf added a nice title to org mode conf ndwarshuis 2018-12-11 20:23:53 -0500
  • 790c622e51 added readmes to subdirs ndwarshuis 2018-12-11 20:22:34 -0500
  • 3f1951642f update gitignore to not track .el files ndwarshuis 2018-12-11 20:20:45 -0500
  • 4db28a2a67 remove org-babeled .el files ndwarshuis 2018-12-11 20:19:49 -0500
  • c310a3483a moved org config to separate file ndwarshuis 2018-12-11 20:16:02 -0500
  • 2ed0900678 moved function library to separate file ndwarshuis 2018-12-11 20:12:16 -0500
  • 860140deee generalized main conf path and loading ndwarshuis 2018-12-11 20:05:56 -0500
  • d44627ac71 fixed compile warnings ndwarshuis 2018-12-11 19:59:10 -0500
  • d2cd474526 relinked readme ndwarshuis 2018-12-11 19:34:38 -0500
  • e4414d0031 moved conf files to seperate dir ndwarshuis 2018-12-11 19:33:59 -0500
  • 470b491888 added bulk delete and org agenda execution macro ndwarshuis 2018-12-06 22:54:48 -0500
  • aaf734f89c added agenda time shift cloner ndwarshuis 2018-12-04 23:28:33 -0500
  • b8d69ce2a4 show email addresses by default ndwarshuis 2018-12-03 21:03:32 -0500
  • 188e76b5ea added binging for attaching to mu4e in dired ndwarshuis 2018-12-03 20:56:26 -0500
  • 7b6ea98079 added org-store-link to mu4e view and headers ndwarshuis 2018-12-03 20:52:41 -0500
  • 7559e06ca8 add more annotations for kbd setup ndwarshuis 2018-12-03 20:52:20 -0500
  • f9309c5537 actually added hyper key to org shifters ndwarshuis 2018-12-02 01:17:54 -0500
  • 248fb8278f added check for tasks with no creation timestamp ndwarshuis 2018-12-02 01:16:57 -0500
  • ee7ace6ac3 changed org shifters to use hyper key ndwarshuis 2018-11-29 17:56:31 -0500
  • 2cf7f09e4b advised org-tags-todo to include done states in tags matches ndwarshuis 2018-11-28 23:09:43 -0500
  • 5694f47e26 fixed capture template typos ndwarshuis 2018-11-28 00:01:31 -0500
  • 940eb7b6ea automate creation timestamps for new org headings ndwarshuis 2018-11-27 23:56:48 -0500
  • 3d8a8af723 rearranged org config, now logging everything (at least time) ndwarshuis 2018-11-26 22:17:24 -0500
  • 15cd08c8c1 added actual org source files to conflict agenda view ndwarshuis 2018-11-24 23:08:05 -0500
  • 6f404d8eb4 added date headers for clarity on conflicts buffer, ugly but works ndwarshuis 2018-11-24 22:36:08 -0500
  • 5ff75f1e45 removed annoying message in org autosave function ndwarshuis 2018-11-24 20:38:17 -0500
  • 81ab4bb71d add org-toggle-checkbox to agenda (because it isn't there by default?) ndwarshuis 2018-11-24 20:34:23 -0500
  • 2ea1fb3ea2 revised incubator stale tasks cleaning ndwarshuis 2018-11-23 20:37:29 -0500
  • c69c3e3e62 clean up some agenda helper functions ndwarshuis 2018-11-23 20:16:00 -0500
  • a446e78220 added conflict front end ndwarshuis 2018-11-23 19:56:40 -0500
  • 2e9d1e9778 discovered the org-2ft function which seems to be more reliable in handling org timestamps ndwarshuis 2018-11-23 00:00:05 -0500