From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Differences between Org-Mode and Hyperbole Date: Mon, 20 Jun 2016 20:36:31 +0000 (UTC) Message-ID: References: <87a8ijreus.fsf@red-bean.com> <87twgn4tgx.fsf@red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1466457823 2290 80.91.229.3 (20 Jun 2016 21:23:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2016 21:23:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 23:23:35 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bF6fK-0004aT-Jo for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2016 23:23:30 +0200 Original-Received: from localhost ([::1]:46595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF6fJ-00040t-Jy for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2016 17:23:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF5wL-000292-A1 for emacs-devel@gnu.org; Mon, 20 Jun 2016 16:37:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF5wH-0008Cw-4l for emacs-devel@gnu.org; Mon, 20 Jun 2016 16:37:00 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF5wG-0008Cs-TS for emacs-devel@gnu.org; Mon, 20 Jun 2016 16:36:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bF5w9-0007IZ-1q for emacs-devel@gnu.org; Mon, 20 Jun 2016 22:36:49 +0200 Original-Received: from 62-165-244-58.pool.digikabel.hu ([62.165.244.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 22:36:49 +0200 Original-Received: from adatgyujto by 62-165-244-58.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 22:36:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 62.165.244.58 (Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204612 Archived-At: Karl Fogel red-bean.com> writes: > though what most of the features have in common is that they > depend at least on the *syntax* of Org Mode files. > Not necessarily. I mean it's hard to imagine that when someone wrote a new feature for org then he always reimplemented parsing of orgmode entries and such instead of calling some internal api function like (orgmode-get-node-property "x"). I don't know the code, but at least there is a possibility that there's some internal api which orgmode features use, instead of dealing with text entries directly.