From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qKuMM9eKa196CwAA0tVLHw (envelope-from ) for ; Wed, 23 Sep 2020 17:50:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CJNnL9eKa1/gKQAAbx9fmQ (envelope-from ) for ; Wed, 23 Sep 2020 17:50:15 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 25921940390 for ; Wed, 23 Sep 2020 17:50:15 +0000 (UTC) Received: from localhost ([::1]:38858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kL8uD-0000RN-De for larch@yhetil.org; Wed, 23 Sep 2020 13:50:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kL8qq-0000QU-Cr for emacs-orgmode@gnu.org; Wed, 23 Sep 2020 13:46:44 -0400 Received: from dal1relay190.mxroute.com ([199.181.239.190]:37357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kL8qn-0003vL-LT for emacs-orgmode@gnu.org; Wed, 23 Sep 2020 13:46:44 -0400 Received: from filter003.mxroute.com ([168.235.111.26] 168-235-111-26.cloud.ramnode.com) (Authenticated sender: mN4UYu2MZsgR) by dal1relay190.mxroute.com (ZoneMTA) with ESMTPSA id 174bc1306d20004d87.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 23 Sep 2020 17:46:37 +0000 X-Zone-Loop: 807912d674940f60545e9742493d62e7b5596c02b00f X-Originating-IP: [168.235.111.26] Received: from friday.mxlogin.com (friday.mxlogin.com [159.69.65.104]) by filter003.mxroute.com (Postfix) with ESMTPS id B6E2D60025 for ; Wed, 23 Sep 2020 17:46:36 +0000 (UTC) Subject: Re: official orgmode parser To: emacs-orgmode@gnu.org References: <68dc1ea1-52e8-7d9e-fb2d-bcf08c111eca@intrepidus.pl> <874kno7w3v.fsf@gnu.org> From: =?UTF-8?B?UHJ6ZW15c8WCYXcgS2FtacWEc2tp?= Message-ID: Date: Wed, 23 Sep 2020 19:46:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <874kno7w3v.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-AuthUser: pk@mmksoft.uk Received-SPF: pass client-ip=199.181.239.190; envelope-from=pk@intrepidus.pl; helo=dal1relay190.mxroute.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/23 13:46:38 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: tzabjqrSFOsX On 9/23/20 10:09 AM, Bastien wrote: > Hi Przemysław, > > Przemysław Kamiński writes: > >> I oftentimes find myself needing to parse org files with some external >> tools (to generate reports for customers or sum up clock times for >> given month, etc). Looking through the list >> >> https://orgmode.org/worg/org-tools/ > > Can you help on making the above page more useful to anyone? > > Perhaps we can have a separate worg page just for parsers, reporting > the ones that seem to fully work. > > I disagree that a parser is too difficult to maintain because Org is > a moving target. Org core syntax is not moving anymore, a parser can > reasonably target it. That's what is done with the Ruby parser, in > use in this small project called github.com :) > > So I'd say: > > - let's enhance Worg's documentation > - yes, please go for enhancing parsing tools > > I don't think we need official tools. The official Org parser exists, > it is Org itself. > > Thanks, > Hello Bastien, Thank you for your remarks. I updated the README, hopefully it's more usable now. Przemek