emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: cdlatex like remember


From: Fabian Braennstroem
Subject: [Orgmode] Re: cdlatex like remember
Date: Thu, 12 Jun 2008 21:34:51 +0200
User-agent: slrn/0.9.8.1pl1 (Debian)

Hi Dominik,

* Dominik, C. <address@hidden> wrote:
> This is a multi-part message in MIME format.
>
> --===============1707015929==
> Content-class: urn:content-classes:message
> Content-Type: multipart/alternative;
>       boundary="----_=_NextPart_001_01C8CB90.5759715E"
>
> This is a multi-part message in MIME format.
>
> ------_=_NextPart_001_01C8CB90.5759715E
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 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!


> 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)))

, when using the agenda. 'remember' does not destroy the setup, but the 'C-u'
key does not work with viper/vimpulse mode. Which is a problem of 
viper/vimpulse...

Greetings!
Fabian




>
> - Carsten
>
>
> -----Original Message-----
> From: address@hidden on behalf =
> of Fabian Braennstroem
> Sent: Fri 5/30/2008 8:47 PM
> To: address@hidden
> Subject: [Orgmode] cdlatex like remember
> =20
> Hi,
>
> I am using cdlatex a lot with auctex and start using it
> with org... great :-) For smaller templates
> and bigger templates, for which I used remember before, I
> start to 'convert' them. What I am kind of missing in cdlatex is a =
> function
> 'AUTOTEXT', 'AUTOQUESTION' and 'CURRENTTIME'... actually
> similar options like in remember. Is there a chance that
> cdlatex can do this? It is for me much 'easier' to handle
> than remeber. I am using viper-mode and have
> trouble with all those C-u bindings and often
> have a lot of tiled buffers on a large display.
> Remember kind of destroys my views...
>
> Greetings!
>  Fabian
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
> ------_=_NextPart_001_01C8CB90.5759715E
> Content-Type: text/html;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Diso-8859-1">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> 6.5.7650.28">
> <TITLE>RE: [Orgmode] cdlatex like remember</TITLE>
> </HEAD>
> <BODY>
> <!-- Converted from text/plain format -->
>
> <P><FONT SIZE=3D2>Hi Fabian,<BR>
> <BR>
> I have no plans to extend cdlatex in this direction,<BR>
> it is really a LaTeX support module and not a general<BR>
> template module.<BR>
> <BR>
> There are *many* emacs packages that implement template<BR>
> insertion in one way or another.&nbsp; Maybe you can find something<BR>
> here:<BR>
> <BR>
> &nbsp; <A =
> HREF=3D"http://emacs-template.sourceforge.net/related.html";>http://emacs-=
> template.sourceforge.net/related.html</A><BR>
> <BR>
> I am not sure if I understand what you mean by<BR>
> &quot;remember destrys my views&quot;.<BR>
> <BR>
> - Carsten<BR>
> <BR>
> <BR>
> -----Original Message-----<BR>
> From: address@hidden on behalf =
> of Fabian Braennstroem<BR>
> Sent: Fri 5/30/2008 8:47 PM<BR>
> To: address@hidden<BR>
> Subject: [Orgmode] cdlatex like remember<BR>
> <BR>
> Hi,<BR>
> <BR>
> I am using cdlatex a lot with auctex and start using it<BR>
> with org... great :-) For smaller templates<BR>
> and bigger templates, for which I used remember before, I<BR>
> start to 'convert' them. What I am kind of missing in cdlatex is a =
> function<BR>
> 'AUTOTEXT', 'AUTOQUESTION' and 'CURRENTTIME'... actually<BR>
> similar options like in remember. Is there a chance that<BR>
> cdlatex can do this? It is for me much 'easier' to handle<BR>
> than remeber. I am using viper-mode and have<BR>
> trouble with all those C-u bindings and often<BR>
> have a lot of tiled buffers on a large display.<BR>
> Remember kind of destroys my views...<BR>
> <BR>
> Greetings!<BR>
> &nbsp;Fabian<BR>
> <BR>
> <BR>
> <BR>
> _______________________________________________<BR>
> Emacs-orgmode mailing list<BR>
> Remember: use `Reply All' to send replies to the list.<BR>
> address@hidden<BR>
> <A =
> HREF=3D"http://lists.gnu.org/mailman/listinfo/emacs-orgmode";>http://lists=
> .gnu.org/mailman/listinfo/emacs-orgmode</A><BR>
> <BR>
> </FONT>
> </P>
>
> </BODY>
> </HTML>
> ------_=_NextPart_001_01C8CB90.5759715E--
>
>
>
> --===============1707015929==
> Content-Type: text/plain; charset="us-ascii"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> --===============1707015929==--
>
>
>

Greetings!
 Fabian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]