emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* cdlatex like remember
@ 2008-05-30 18:47 Fabian Braennstroem
  2008-06-11  6:53 ` Dominik, C.
  0 siblings, 1 reply; 5+ messages in thread
From: Fabian Braennstroem @ 2008-05-30 18:47 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: cdlatex like remember
  2008-05-30 18:47 cdlatex like remember Fabian Braennstroem
@ 2008-06-11  6:53 ` Dominik, C.
  2008-06-12 19:34   ` Fabian Braennstroem
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik, C. @ 2008-06-11  6:53 UTC (permalink / raw)
  To: f.braennstroem, emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1487 bytes --]

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.

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".

- Carsten


-----Original Message-----
From: emacs-orgmode-bounces+dominik=science.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
 
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


[-- Attachment #1.2: Type: text/html, Size: 2216 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cdlatex like remember
  2008-06-11  6:53 ` Dominik, C.
@ 2008-06-12 19:34   ` Fabian Braennstroem
  2008-06-13  8:28     ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Fabian Braennstroem @ 2008-06-12 19:34 UTC (permalink / raw)
  To: emacs-orgmode

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.&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: 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>
> &nbsp;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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: cdlatex like remember
  2008-06-12 19:34   ` Fabian Braennstroem
@ 2008-06-13  8:28     ` Carsten Dominik
  2008-06-15 15:58       ` Fabian Braennstroem
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2008-06-13  8:28 UTC (permalink / raw)
  To: f.braennstroem; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cdlatex like remember
  2008-06-13  8:28     ` Carsten Dominik
@ 2008-06-15 15:58       ` Fabian Braennstroem
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Braennstroem @ 2008-06-15 15:58 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten,
* Carsten Dominik <dominik@uva.nl> wrote:
>
> On Jun 12, 2008, at 9:34 PM, Fabian Braennstroem wrote:
>
>> Hi Dominik,
>
> My first name is Carsten (common mistake...)
Sorry...

>
>> * 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?

Thanks, I will try it!


Greetings!
 Fabian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-15 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2008-06-15 15:58       ` Fabian Braennstroem

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