emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: fatiparty--- via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: "Juan Manuel Macías" <maciaschain@posteo.net>
Cc: orgmode <emacs-orgmode@gnu.org>
Subject: Playing down the text in org-mode
Date: Thu, 13 Jan 2022 23:45:39 +0100 (CET)	[thread overview]
Message-ID: <MtKbYLz--3-2@tutanota.com> (raw)
In-Reply-To: <878rvjco35.fsf@posteo.net-MtKOBaG----2>

Jan 14, 2022, 09:39 by maciaschain@posteo.net:

> fatiparty@tutanota.com writes:
>
>> If I do something in emacs-lisp I would still need some form of
>> containment characters.
>>
>
> I think a custom link would suffice for text within the paragraph. A
> quick example:
>
> #+begin_src emacs-lisp 
>  (defface smaller
>  '((t :foreground "#8D8D84" :height 0.9))
>  "")
>
>  (org-link-set-parameters "smaller"
>  :face 'smaller
>  :export (lambda (path desc format)
>  (cond
>  ((eq format 'latex)
>  (format "{\\small %s}" desc)))))
> #+end_src
>
> This text is important, [[smaller:x][but this one is not so important]]
>
> A screenshot:
>
> https://i.imgur.com/11KbJHQ.png
>
> if you want finer tuning and more control over the format, John's
> scimax-editmarks package seems like a very interesting option (although
> I think Org should remain as format-agnostic as possible...)
>
> Best regards,
> Juan Manuel
>
I would be great if I can do something similar to a footnote (using mg: rather than fn:)
 but with the variation  that the text is also within the square brackets.

Example:

[mg:1 Text here uses specialized typeface from main text]






  parent reply	other threads:[~2022-01-13 22:46 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13 18:27 Playing down the text in org-mode fatiparty--- via General discussions about Org-mode.
2022-01-13 18:50 ` Juan Manuel Macías
2022-01-13 19:04 ` John Kitchin
2022-01-13 19:19   ` Juan Manuel Macías
2022-01-13 19:31     ` fatiparty--- via General discussions about Org-mode.
     [not found] ` <87bl0feahc.fsf@posteo.net-MtJnHBm----2>
2022-01-13 19:15   ` fatiparty--- via General discussions about Org-mode.
2022-01-13 19:22     ` John Kitchin
2022-01-13 19:42     ` Juan Manuel Macías
2022-01-13 19:53       ` fatiparty--- via General discussions about Org-mode.
2022-01-13 20:20         ` Juan Manuel Macías
2022-01-13 20:51           ` fatiparty--- via General discussions about Org-mode.
2022-01-14  1:50             ` Ihor Radchenko
     [not found]         ` <87iluncrr6.fsf@posteo.net-MtK5wx2----2>
2022-01-13 20:53           ` fatiparty--- via General discussions about Org-mode.
2022-01-13 21:39             ` Juan Manuel Macías
2022-01-14  9:41               ` Eric S Fraga
     [not found]               ` <874k66irh4.fsf@ucl.ac.uk-MtMyJM6----2>
2022-01-14 13:03                 ` fatiparty--- via General discussions about Org-mode.
2022-01-14 13:30                   ` Eric S Fraga
     [not found]                   ` <87o84efnqk.fsf@ucl.ac.uk-MtNobqT----2>
2022-01-14 13:44                     ` fatiparty--- via General discussions about Org-mode.
2022-01-14 14:13                       ` Eric S Fraga
2022-01-14 19:27                         ` fatiparty--- via General discussions about Org-mode.
2022-01-14 20:00                           ` Juan Manuel Macías
2022-01-14 20:25                             ` fatiparty--- via General discussions about Org-mode.
2022-01-14 20:41                               ` Juan Manuel Macías
2022-01-14 20:45                                 ` fatiparty--- via General discussions about Org-mode.
2022-01-14 20:57                                   ` Juan Manuel Macías
     [not found]                               ` <87zgnydp8d.fsf@posteo.net-MtPKW6j----2>
2022-01-14 21:00                                 ` fatiparty--- via General discussions about Org-mode.
2022-01-14 21:16                                   ` Juan Manuel Macías
     [not found]                                   ` <87r19adnm9.fsf@posteo.net-MtPRzO3----2>
2022-01-14 22:01                                     ` fatiparty--- via General discussions about Org-mode.
2022-01-14 22:23                                       ` Juan Manuel Macías
2022-01-14 22:31                                         ` fatiparty--- via General discussions about Org-mode.
2022-01-14 22:44                                           ` Juan Manuel Macías
2022-01-14 21:40                           ` Tim Cross
     [not found]             ` <878rvjco35.fsf@posteo.net-MtKOBaG----2>
2022-01-13 22:45               ` fatiparty--- via General discussions about Org-mode. [this message]
2022-01-13 23:08                 ` Juan Manuel Macías
2022-01-14  0:18                   ` fatiparty--- via General discussions about Org-mode.
2022-01-13 19:58       ` fatiparty--- via General discussions about Org-mode.
     [not found]     ` <CAJ51ETrfC31Pt8HdWdqFSOsmeQ+vZLx1Vv14=tjyHCBQuumZuw@mail.gmail.com-MtJu4nE----2>
2022-01-13 19:42       ` fatiparty--- via General discussions about Org-mode.
2022-01-13 21:27 ` Tim Cross
2022-01-13 22:27   ` fatiparty--- via General discussions about Org-mode.
2022-01-13 22:35   ` fatiparty--- via General discussions about Org-mode.
2022-01-14  1:55     ` Ihor Radchenko
     [not found]     ` <87ee5b5bet.fsf@localhost-MtLHUmb----2>
2022-01-14  2:04       ` fatiparty--- via General discussions about Org-mode.
  -- strict thread matches above, loose matches on Subject: below --
2022-01-14 19:26 autofrettage
2022-01-16 12:00 ` Eric S Fraga

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=MtKbYLz--3-2@tutanota.com \
    --to=emacs-orgmode@gnu.org \
    --cc=fatiparty@tutanota.com \
    --cc=maciaschain@posteo.net \
    /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).