From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: cdlatex like remember Date: Fri, 13 Jun 2008 10:28:10 +0200 Message-ID: <865DB88D-629E-4AAA-A723-88DF941CCC80@uva.nl> References: <9592BB6CDB1CEB48826BE86ACD71FA996ABF8C@kwik.ic.uva.nl> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K74do-0007d6-Ts for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 04:28:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K74do-0007cu-G9 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 04:28:12 -0400 Received: from [199.232.76.173] (port=57577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K74do-0007cr-93 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 04:28:12 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:50063) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K74dn-0001lU-Rr for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 04:28:12 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: f.braennstroem@gmx.de Cc: emacs-orgmode@gnu.org On Jun 12, 2008, at 9:34 PM, Fabian Braennstroem wrote: > Hi Dominik, My first name is Carsten (common mistake...) > * Dominik, C. wrote: >> Hi Fabian, >> >> I have no plans to extend cdlatex in this direction, >> it is really a LaTeX support module and not a general >> template module. > > Ok, but it is really great; I love it! That is good to know, I also could not live without it. > >> There are *many* emacs packages that implement template >> insertion in one way or another. Maybe you can find something >> here: >> >> http://emacs-template.sourceforge.net/related.html >> >> I am not sure if I understand what you mean by >> "remember destrys my views". > > It was not really correct. I am actually having my emacs tiled into > four to > eight windows. Org 'destroys' the setup, which is kept using > > (defun my-toggle-window-state () > (interactive) > (if my-saved-configuration > ;; We're in the one-window mode and want to switch back. > (progn > (set-window-configuration my-saved-configuration) > (setq my-saved-configuration nil)) > ;; We're in the multi-window mode, and want to save it and > ;; move to the single window mode. > (setq my-saved-configuration (current-window-configuration)) > (delete-other-windows))) Interesting. Take a look at the variable `org-agenda-window-setup', maybe that will help? Greetings. - Carsten