From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Pita Subject: Re: Bug: org-toggle-latex-fragment doesn't work as documented [9.2.1 (release_9.2.1-60-gb0379f @ /home/carlos/local/stow/emacs/share/emacs/site-lisp/org/)] Date: Wed, 13 Feb 2019 22:31:34 -0300 Message-ID: References: <87bm3it0u9.fsf@gmail.com> <874l98vfxw.fsf@nicolasgoaziou.fr> <87va1otypx.fsf@nicolasgoaziou.fr> <87a7izu5n4.fsf@nicolasgoaziou.fr> <87r2cbsllf.fsf@nicolasgoaziou.fr> <87imxnrzfd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gu5sd-0008AN-34 for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 20:31:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gu5sc-0006WP-Gj for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 20:31:59 -0500 Received: from mail-yw1-xc2e.google.com ([2607:f8b0:4864:20::c2e]:42132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gu5sc-0006LG-AR for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 20:31:58 -0500 Received: by mail-yw1-xc2e.google.com with SMTP id v201so1701682ywa.9 for ; Wed, 13 Feb 2019 17:31:48 -0800 (PST) In-Reply-To: <87imxnrzfd.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Carlos Pita , emacs-orgmode > Please let me know if anything went wrong. I think your refactor improves the original code a lot and makes clear that toggling is just a special case. I've been testing the changes with a pretty complex beamer document and found no fault. Thanks!