From: Fabian Braennstroem <f.braennstroem@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: cdlatex like remember
Date: Thu, 12 Jun 2008 21:34:51 +0200 [thread overview]
Message-ID: <g2rtor$2lg$1@ger.gmane.org> (raw)
In-Reply-To: 9592BB6CDB1CEB48826BE86ACD71FA996ABF8C@kwik.ic.uva.nl
Hi Dominik,
* Dominik, C. <C.Dominik@uva.nl> 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: emacs-orgmode-bounces+dominik=3Dscience.uva.nl@gnu.org on behalf =
> of Fabian Braennstroem
> Sent: Fri 5/30/2008 8:47 PM
> To: emacs-orgmode@gnu.org
> 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.
> Emacs-orgmode@gnu.org
> 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. Maybe you can find something<BR>
> here:<BR>
> <BR>
> <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>
> "remember destrys my views".<BR>
> <BR>
> - Carsten<BR>
> <BR>
> <BR>
> -----Original Message-----<BR>
> From: emacs-orgmode-bounces+dominik=3Dscience.uva.nl@gnu.org on behalf =
> of Fabian Braennstroem<BR>
> Sent: Fri 5/30/2008 8:47 PM<BR>
> To: emacs-orgmode@gnu.org<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>
> Fabian<BR>
> <BR>
> <BR>
> <BR>
> _______________________________________________<BR>
> Emacs-orgmode mailing list<BR>
> Remember: use `Reply All' to send replies to the list.<BR>
> Emacs-orgmode@gnu.org<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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> --===============1707015929==--
>
>
>
Greetings!
Fabian
next prev parent reply other threads:[~2008-06-12 19:35 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 [this message]
2008-06-13 8:28 ` Carsten Dominik
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='g2rtor$2lg$1@ger.gmane.org' \
--to=f.braennstroem@gmx.de \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.