From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: are super-hidden technical blocks required? Date: Tue, 31 Jul 2012 22:47:33 +0900 Message-ID: References: <20120730144259.GA1017@nausicaa.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCnT-00085M-Ll for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 09:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwCnO-00047P-TI for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 09:47:39 -0400 Received: from mail-vc0-f169.google.com ([209.85.220.169]:36760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCnO-00047E-PG for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 09:47:34 -0400 Received: by vcbfl10 with SMTP id fl10so6596329vcb.0 for ; Tue, 31 Jul 2012 06:47:34 -0700 (PDT) In-Reply-To: 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: Robert Horn Cc: Org Mode Mailing List , Ivy Foster , Jonathan Leech-Pepin Hi Robert, Please see my follow up post with a more detailed description and a (as I find) already better solution. In summary, it is about providing a way to store data in org-mode which is not intended to be read/modified by humans. Your idea would be one part of it and I was thinking of that too. > I could see a use for a "blob" property. Suppose I have a JPEG of > someone's portrait that I want to incorporate into a contact's > properties. Some mechanism to indicate: Unfortunately, I notice that Emacs and org-mode can easily slow down for large documents (I noticed, e.g. by using thousand lines of (collapsed) code blocks) . I frighten that an JPEG or PNG which would easily fill hundreds or thousands of (hidden) lines might slow down org-mode. That is, if there would be such a function, one would have to make sure it does not influence the performance. Torsten