emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@uva.nl>
To: f.braennstroem@gmx.de
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: cdlatex like remember
Date: Fri, 13 Jun 2008 10:28:10 +0200	[thread overview]
Message-ID: <865DB88D-629E-4AAA-A723-88DF941CCC80@uva.nl> (raw)
In-Reply-To: <g2rtor$2lg$1@ger.gmane.org>


On Jun 12, 2008, at 9:34 PM, Fabian Braennstroem wrote:

> Hi Dominik,

My first name is Carsten (common mistake...)

> * Dominik, C. <C.Dominik@uva.nl> 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

  reply	other threads:[~2008-06-13  8:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-30 18:47 cdlatex like remember Fabian Braennstroem
2008-06-11  6:53 ` Dominik, C.
2008-06-12 19:34   ` Fabian Braennstroem
2008-06-13  8:28     ` Carsten Dominik [this message]
2008-06-15 15:58       ` Fabian Braennstroem

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=865DB88D-629E-4AAA-A723-88DF941CCC80@uva.nl \
    --to=dominik@uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=f.braennstroem@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).