emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] proposal for improved integration of cdlatex


From: Bastien
Subject: Re: [O] proposal for improved integration of cdlatex
Date: Mon, 28 Jul 2014 16:44:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hi Federico,

Federico Beffa <address@hidden> writes:

> (defun org-cdlatex-environment-indent (&optional environment item)
                                                   ^^^^^^^^^^^^^^^^

Why those parameters?

>   (interactive)
>   (cdlatex-environment environment item)
>   (save-excursion
>     (org-mark-element)
>     (org-indent-region (point) (mark))))
>
> (org-defkey org-cdlatex-mode-map "\C-c{"
>         'org-cdlatex-environment-indent)

I'm not sure it's worth it.  You can indent the element with M-h C-\
easily enough, no?

Best,

-- 
 Bastien



reply via email to

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