From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Programming with org-element-cache -> short introduction? Date: Sun, 10 Aug 2014 02:47:09 +0200 Message-ID: <87y4uxp3w2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGHIK-0008TI-TI for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:47:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGHID-0007xf-D1 for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:47:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:56753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGHID-0007w5-6E for emacs-orgmode@gnu.org; Sat, 09 Aug 2014 20:47:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XGHIC-0002wU-1N for emacs-orgmode@gnu.org; Sun, 10 Aug 2014 02:47:24 +0200 Received: from e178063172.adsl.alicedsl.de ([85.178.63.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Aug 2014 02:47:24 +0200 Received: from tjolitz by e178063172.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Aug 2014 02:47:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi List (or rather Hi Nicolas), when programming with Org elements sometimes things seem to work and then something strange happens - what smells like a cache problem. I don't mean a cache bug, but a programmer (me) not taking the cache into account the right way. Is there a short introduction somewhere about the 'todos' and 'nogos' in programming with elements wrt to the org-element-cache? -- cheers, Thorsten