From f0dacdb22f2888be104711d9092ca43d770965f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Mar 2019 16:30:28 -0700 Subject: Remove the 'org' command, which was always a hack to begin with --- src/report.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index 13e6a61f..cc165184 100644 --- a/src/report.cc +++ b/src/report.cc @@ -48,7 +48,6 @@ #include "convert.h" #include "ptree.h" #include "emacs.h" -#include "org.h" namespace ledger { @@ -1672,11 +1671,6 @@ expr_t::ptr_op_t report_t::lookup(const symbol_t::kind_t kind, if (is_eq(p, "lisp")) return POSTS_REPORTER(new format_emacs_posts(output_stream)); break; - case 'o': - if (is_eq(p, "org")) - return POSTS_REPORTER(new posts_to_org_table - (*this, maybe_format(HANDLER(prepend_format_)))); - break; case 'p': if (*(p + 1) == '\0' || is_eq(p, "print")) { -- cgit v1.2.3