emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* can emphasis emphasize this?
@ 2023-11-13  4:29 Samuel Wales
  2023-11-13  5:45 ` Marcin Borkowski
  2023-11-14 10:33 ` Max Nikulin
  0 siblings, 2 replies; 4+ messages in thread
From: Samuel Wales @ 2023-11-13  4:29 UTC (permalink / raw)
  To: emacs-orgmode

tldr can i emphasize
=/emphasized/ not emphazised
or find a workaround that is easy to type?


i like to notate meta-notes with = like this:

=/send to mary ka/
a bunch of stuff

or

=i am skeptiucal this is true
he said aliens invadded yesterday

or even just notes by themselves with blank space after in org body
text to describe the entry in meta terms.  such as links to other
stuff etc.  and tses.

i do this in text notes to myself all over emacs but especially in org
body text.

[i don't do anything programmatic with them; they are just notes to
myself.  but programmatic expansion of hte idea into features would b
interesting.]

i just have a small question of syntax and workarounds.

if it is as above, the emphasis does not show.  but if i put a space
after =, it does show.  i kind of want to keep trying without space,
but i want emphasis.

is this a possible hack to emphasis syntax?  we've changed that around
a bunch i know, and forgotten details.  i suspect it is at your own
risk stuff now.

if that's not a good option, are there other options like macros,
except as easy to type just like the =?  thanks.

-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: can emphasis emphasize this?
  2023-11-13  4:29 can emphasis emphasize this? Samuel Wales
@ 2023-11-13  5:45 ` Marcin Borkowski
  2023-11-13  6:05   ` Samuel Wales
  2023-11-14 10:33 ` Max Nikulin
  1 sibling, 1 reply; 4+ messages in thread
From: Marcin Borkowski @ 2023-11-13  5:45 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode


On 2023-11-13, at 05:29, Samuel Wales <samologist@gmail.com> wrote:

> if it is as above, the emphasis does not show.  but if i put a space
> after =, it does show.  i kind of want to keep trying without space,
> but i want emphasis.
>
> is this a possible hack to emphasis syntax?  we've changed that around
> a bunch i know, and forgotten details.  i suspect it is at your own
> risk stuff now.

My go-to solution is this:

(defun insert-zero-width-space ()
  "Insert Unicode character \"zero-width space\"."
  (interactive)
  (insert 8203))

Hth,

-- 
Marcin Borkowski
http://mbork.pl


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: can emphasis emphasize this?
  2023-11-13  5:45 ` Marcin Borkowski
@ 2023-11-13  6:05   ` Samuel Wales
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Wales @ 2023-11-13  6:05 UTC (permalink / raw)
  To: Marcin Borkowski; +Cc: emacs-orgmode

haha ah the old zws thing.  of course.

hadn't crossed my mind!  this isn't for export [yet] and previously
discussed soluytions for using syntax made me think of exports so it
slipped my mind.  i do find it odd that a non-visible character is
needed, but thanks for bringing it up and providing the code.

on the basis of the invisibilty thing, i /might/ stick to using spc
when emphasis is first char of a = note, if no more responses, but
will consider it!


On 11/12/23, Marcin Borkowski <mbork@mbork.pl> wrote:
>
> On 2023-11-13, at 05:29, Samuel Wales <samologist@gmail.com> wrote:
>
>> if it is as above, the emphasis does not show.  but if i put a space
>> after =, it does show.  i kind of want to keep trying without space,
>> but i want emphasis.
>>
>> is this a possible hack to emphasis syntax?  we've changed that around
>> a bunch i know, and forgotten details.  i suspect it is at your own
>> risk stuff now.
>
> My go-to solution is this:
>
> (defun insert-zero-width-space ()
>   "Insert Unicode character \"zero-width space\"."
>   (interactive)
>   (insert 8203))
>
> Hth,
>
> --
> Marcin Borkowski
> http://mbork.pl
>


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: can emphasis emphasize this?
  2023-11-13  4:29 can emphasis emphasize this? Samuel Wales
  2023-11-13  5:45 ` Marcin Borkowski
@ 2023-11-14 10:33 ` Max Nikulin
  1 sibling, 0 replies; 4+ messages in thread
From: Max Nikulin @ 2023-11-14 10:33 UTC (permalink / raw)
  To: emacs-orgmode

On 13/11/2023 11:29, Samuel Wales wrote:
> =/send to mary ka/
> a bunch of stuff
[...]
> [i don't do anything programmatic with them; they are just notes to
> myself.

Have you considered your own font lock rule?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-14 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13  4:29 can emphasis emphasize this? Samuel Wales
2023-11-13  5:45 ` Marcin Borkowski
2023-11-13  6:05   ` Samuel Wales
2023-11-14 10:33 ` Max Nikulin

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).