From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: orgstruct in emacs -nw Date: Thu, 23 May 2013 11:47:40 +0000 (UTC) Message-ID: <87a9nmj6yh.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfU06-0004bF-6B for emacs-orgmode@gnu.org; Thu, 23 May 2013 07:48:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfU01-0007EZ-5D for emacs-orgmode@gnu.org; Thu, 23 May 2013 07:48:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:57844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfU00-0007CA-Ti for emacs-orgmode@gnu.org; Thu, 23 May 2013 07:48:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UfTzx-0000pc-U9 for emacs-orgmode@gnu.org; Thu, 23 May 2013 13:47:57 +0200 Received: from e178228121.adsl.alicedsl.de ([85.178.228.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 May 2013 13:47:57 +0200 Received: from gegendosenfleisch by e178228121.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 May 2013 13:47:57 +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, I tried to use the orgstruct minor mode, but it didn't seem to do anything, although I used exactly the same setup Bastien showed in his interview[1]. After a while, I realized it was because I was using emacs in an xterm. Steps to reproduce below.[2] Wrong setup, a bug or intentional? If it is supposed to work that way, it should perhaps be mentioned in the manual. I also saw that Bastien somehow got colortheme support for orgstructlines in elisp files. My cyberpunk doesn't do that OOTB, so I guess I need to have a look at outshine[3] for that? TIA Memnon Footnotes: [1] https://www.youtube.com/watch?v=fnk0TJC7iJI Nice one ;) [2] * 1) emacs -Q -nw * 2) load version from git: (add-to-list 'load-path "path/to/org-mode/lisp") (add-to-list 'load-path "path/to/org-mode/contrib/lisp") (add-to-list 'load-path "path/to/org-mode/contrib/babel/lisp") (require 'org) * 3) M-x find-file ~/orgstruct.test ,----[ ~/orgstruct.test ] * test ** test ** test 2 `---- * 4) M-x orgstruct++-mode * 5) Tab does not cycle while on `* test' headline But it does when emacs is started with "emacs -Q" in 1) and same steps applied. This is with: ELISP> (org-version t t t) "Org-mode version 8.0.3 (release_8.0.3-147-g06cdb2 @ /home/memnon/tmp/bin/org-mode/lisp/)" ELISP> (emacs-version) "GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2)\n of 2013-05-11 on gkar, modified by Debian" [3] http://orgmode.org/worg/org-tutorials/org-outside-org.html#fontification-navigation-and-structure-editing