emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vikas Rawal <vikasrawal@gmail.com>
To: William Denton <wtd@pobox.com>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Displaying macros differently
Date: Mon, 5 Dec 2022 22:23:22 +0530	[thread overview]
Message-ID: <CALtzAB0goLsMNv1OmZ-FSbJM1--FScD4QvnyO55N1XDpeyUF5A@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2212042239440.27314@shell3.miskatonic.org>

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

This is perfect, thank you!

On Mon, 5 Dec 2022 at 09:13, William Denton <wtd@pobox.com> wrote:

> On 4 December 2022, Vikas Rawal wrote:
>
> > I frequently use orgmode macros -- like {{{M(Year 1998--99)}}} -- in
> tables
> > designed for latex export. I find that the macro syntax occupies many
> > character spaces. At the very least, 9 spaces are taken up even if my
> macro
> > shortcut is just one character long. This is very difficult with wide
> > tables as often the tables go off the screen just because of this.
> >
> > I was wondering if there is a simple way of making org display the macros
> > differently. That is, use some kind of overlay, and display the above
> macro
> > may be like M:Year 1998--99. Or some special character could be used to
> > denote that there is a macro underlying what is visible here.
>
> Is this close enough?
>
> (setq org-hide-macro-markers t)
>
> That hides the {{{macro}}} curly brackets (if there's no leading space).
>
> I also have this to toggle macro visibility in the document so I can see
> them
> when I want to:
>
> #+begin_src emacs-lisp
> (defun wtd/toggle-org-macro-markers ()
>    "Toggle visibility of {{{macro}}} markers"
>    (interactive)
>    (setq org-hide-macro-markers (not org-hide-macro-markers))
>    (font-lock-mode)
>    (font-lock-mode))
> #+end_src
>
> I think there's been some discussion about evaluating the macros and
> showing the
> result, but I don't think that's possible.
>
> Bill
>
> --
> William Denton
> https://www.miskatonic.org/
> Librarian, artist and licensed private investigator.
> Toronto, Canada
>

[-- Attachment #2: Type: text/html, Size: 2138 bytes --]

      reply	other threads:[~2022-12-05 16:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04 16:00 Displaying macros differently Vikas Rawal
2022-12-05  3:43 ` William Denton
2022-12-05 16:53   ` Vikas Rawal [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALtzAB0goLsMNv1OmZ-FSbJM1--FScD4QvnyO55N1XDpeyUF5A@mail.gmail.com \
    --to=vikasrawal@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wtd@pobox.com \
    /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 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).