From: Alper Alimoglu <alper.alimoglu@gmail.com>
To: John Kitchin <jkitchin@andrew.cmu.edu>, emacs-orgmode@gnu.org
Subject: Re: Would it be possible to color horizontal lines in org mode?
Date: Wed, 29 Sep 2021 15:22:13 +0300 [thread overview]
Message-ID: <CAHN=HjMMsgh_ZTDa7L-V_c1m1M=xqScpRD=Ftt1eVgkYHPkfNg@mail.gmail.com> (raw)
In-Reply-To: <CAJ51ETrJXBNovcPY9TuR_Y6yvNfrHWN4nKvhe1wOcSpcqqg6Cg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]
Thank you Professor Kitchin. Would something like follows would work?
#+BEGIN_SRC emacs-lisp :results silent
(add-hook 'org-mode-hook (lambda () (font-lock-add-keywords
nil
'(("^-\\{5,\\}" 0 '(:foreground "red"
:weight bold))))))
#+END_SRC
-Alper
On Tue, Sep 28, 2021 at 8:18 PM John Kitchin <jkitchin@andrew.cmu.edu>
wrote:
> you can add a rule like this in an org-mode hook:
>
> #+BEGIN_SRC emacs-lisp :results silent
> (font-lock-add-keywords
> nil
> '(("^-\\{5,\\}" 0 '(:foreground "red" :weight bold))))
> #+END_SRC
>
> that will make a line starting with at least 5 - be red and bold in color.
>
> John
>
> -----------------------------------
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
>
>
> On Tue, Sep 28, 2021 at 4:00 AM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>
>> You could use hi-lock-mode to define your own colouring for such
>> lines. But I'm sure those that under font-locking better might be able
>> to add appropriate rules for this horizontal line construct.
>>
>> --
>> : Eric S Fraga via Emacs 28.0.50, Org 9.5-g9a4a24
>> : Latest paper written in org: https://arxiv.org/abs/2106.05096
>>
>>
[-- Attachment #2: Type: text/html, Size: 3668 bytes --]
next prev parent reply other threads:[~2021-09-29 13:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 18:49 Would it be possible to color horizontal lines in org mode? Alper Alimoglu
2021-09-28 7:59 ` Eric S Fraga
2021-09-28 17:17 ` John Kitchin
2021-09-29 12:22 ` Alper Alimoglu [this message]
2021-09-30 19:14 ` John Kitchin
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='CAHN=HjMMsgh_ZTDa7L-V_c1m1M=xqScpRD=Ftt1eVgkYHPkfNg@mail.gmail.com' \
--to=alper.alimoglu@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jkitchin@andrew.cmu.edu \
/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).