From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: hidestarsfile: "hidestars" for file Date: Sun, 26 Feb 2012 16:50:52 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1gNE-0007dN-IO for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 10:50:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1gND-0006Q2-4d for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 10:50:56 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:65357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1gNC-0006Py-Rp for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 10:50:55 -0500 Received: by wgbdt12 with SMTP id dt12so79291wgb.30 for ; Sun, 26 Feb 2012 07:50:53 -0800 (PST) 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: Peter Salazar Cc: Org Mode Hi Peter Thanks for testing hidestarsfile. I just published fileconversion version 0.2 (generalized name and functionality) with a speed-up [1] and many other improvements. So please check out again: http://orgmode.org/worg/org-hacks.html#fileconversion > [...] Even better would be if the > stars showed up as # so they'd be readable with Markdown. Nice idea and implemented with the new generalisation of my-org-fileconversion-* that is now extensible. Take care that you don't end up hooking a complete file format conversion to and from a format by calling pandoc and Org export or similar. ;-) > It turns out the spinning pinwheel was due to an incompatibility > between the new version of org-mode and a function I'm running called > hidestarsfile, which made my .org files nice and readable in other > text editors. > > Hidestarsfile worked fine with my old org-mode, but for some reason > with the new version it causes endless pinwheeling. I removed that > function from my .emacs file and now everything is running smoothly. I could not reproduce this with Aquamacs 2.1 and org-version 7.8.03 (release_7.8.03-258-g263cb.dirty). What is the backtrace when you set debug-on-quit to t and stop the pinwheel with "C-g C-g"? Michael [1] hidestarsfile now uses less CPU time than the rest of Org mode for all of some typical Org files that I profiled during find-file.