skolar42 pushed a change to branch master. from bdb82ff Bump version adds 1dfc66f Initial Commit. adds 0273bf1 Make all finders return lists of markers adds 03a6a95 Added Makefile. adds 5e69f84 Added .bzrignore. adds b40f7f0 Added initial documentation adds 352d95c Added has-property condition adds 69cc5d4 Added package requirements adds 8aeb66c Added more custom IDs to documentation adds 4a54e3b Fixed headings condition adds 6ec67b8 Improved org-bat-parse-form to handle new argument types adds 00ef89a Added tests for org-bat-parse-form adds 8a8cfd6 Cleaned up condition handling adds 89baba4 Added chain action adds 8b58c07 Clarified use of case-fold-search in `org-bat--handle-planning' adds 1f76403 Renamed to Org-Edna. adds 68b01b8 Fixed bug in Makefile adds dc320fe Use existing org-xor instead of new function adds dcbb344 Fixed up indenting adds e2db4dc Remove duplicate targets adds 0977b83 Don't assume arguments will be symbols or strings adds d248565 Fix uses of substring adds cc3cd47 Added configuration option to use inheritance adds f05cf5e Created finders for compatibility with org-depend adds 7978874 Added tests for ids and match finders adds 4b91a43 Added file for tests adds ef34291 Fixed chain-find adds bb284dc Fixed parsing bug adds 6cd8a40 Added test for parsing multiple forms adds 3e1ed0c Added re-search condition adds 6448307 Added test for empty argument list adds 991782f Added documentation for each condition adds 9e4d833 Fixed error in re-search adds e8fc9d5 Added test for todo action adds 3cc0913 Added some more test headings adds 70f949c Added note about quoting file names to documentation. adds c49aeba Fixed consideration handling adds 65d3049 Fix considerations adds 24a2837 Added tests for considerations adds 3167ea7 Added check and local settings to Makefile adds d022d2f Added copyright and licensing information to all files adds 191c938 Added copyright and licensing information to all files adds 1b492e1 Fixed copyright notices adds 5a9a42a Added copyright date to source files adds 7e1dafb Fixed license blocks in elisp files adds f27a89f Use example instead of src to make HTML export prettier adds 0035a7b Various parsing fixes adds a82892c Fixed bugs from last commit adds d527569 Handle all errors in Edna forms adds 0444691 Fixed error in last commit adds 37e9b58 Fixed chain-find and planning actions adds 74dae46 Added tests for finders adds 24b323d Finished rough draft of documentation adds 9573539 Added Savannah project link to documentation adds 831ef13 Fixed variable-set condition adds c62886d Updated to new syntax adds 628869b Fixed error reporting adds 69ecfe4 Added tests for conditions adds 50652ab Added installation and setup instructions to documentation adds 8c31160 Added tests for actions adds e03fa9c Fixed up chain test adds e3d2e89 Documented delete-property! action adds ad7bdc9 Fixed actions and documentation adds 7517c15 Use org source blocks instead of example blocks in documentation adds 83663fa Cleaned up package header and added various docstrings adds 96ca42c Compile targets before running tests adds ad0f3ef Added in-buffer settings and new sections to Documentation adds 406f8ea Fixed ancestors example adds 226195b Added docstrings to some finders adds f56be02 Silenced byte-compiler adds b4d1b1f Added more docstrings adds ce425a3 Fixed up documentation adds 901a84a Add 'packages/org-edna/' from commit 'ce425a365cc305142a6ec7ec95ebe5fd636100e3' adds 7f863bd Fixed copyright strings. adds cebf635 Merge commit '7f863bd82effad75b108c191266d79391e2a4439' into scratch/org-edna new dc7f478 Merge branch 'scratch/org-edna'
Summary of changes: packages/org-edna/.bzrignore | 6 + COPYING => packages/org-edna/COPYING | 0 packages/{hook-helpers => org-edna}/Makefile | 28 +- packages/org-edna/defaults.mk | 26 + packages/org-edna/org-edna-tests.el | 556 +++++++++++++++++ packages/org-edna/org-edna-tests.org | 82 +++ packages/org-edna/org-edna.el | 773 +++++++++++++++++++++++ packages/org-edna/org-edna.org | 876 +++++++++++++++++++++++++++ 8 files changed, 2338 insertions(+), 9 deletions(-) create mode 100644 packages/org-edna/.bzrignore copy COPYING => packages/org-edna/COPYING (100%) copy packages/{hook-helpers => org-edna}/Makefile (74%) create mode 100644 packages/org-edna/defaults.mk create mode 100644 packages/org-edna/org-edna-tests.el create mode 100644 packages/org-edna/org-edna-tests.org create mode 100644 packages/org-edna/org-edna.el create mode 100644 packages/org-edna/org-edna.org