emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* filling more narrowly --- or unfilling -- for export to email, upon ascii export
@ 2024-05-22  7:53 Samuel Wales
  2024-05-22  9:59 ` Fraga, Eric
  2024-05-22 12:36 ` Ihor Radchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Samuel Wales @ 2024-05-22  7:53 UTC (permalink / raw)
  To: emacs-orgmode

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

i get pretty confused about this.  i often write things in org, with my own
fill column, and m-q.  and various half-broken tricks to try to fill/unfill.

then i want to send email, preferably via ascii export.  i do not know
whehter i should try to fill to a shorter column [in org i use 60 normally]
because the recipient might have a smaller window for reading the mail, or
unfill everything.

unfilled paragraphs seems to be the norm in email these days for
nontechnical folk.  but org has plain lists and things, which need
org-style unfilling.

i do not know how to accurately unfill everything or if it's a good idea.

can this be optionally done at ascii export time?  unfilling everything or
filling to a narrower column?  for sending via email.


separately... PERHAPS?... i should figure out how to not fill any of my
paragraphs....  but htat is a big step.  with visual stuff.



-- 
The Kafka Pandemic

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




-- 
The Kafka Pandemic

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

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

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

* Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export
  2024-05-22  7:53 filling more narrowly --- or unfilling -- for export to email, upon ascii export Samuel Wales
@ 2024-05-22  9:59 ` Fraga, Eric
  2024-05-22 12:36 ` Ihor Radchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Fraga, Eric @ 2024-05-22  9:59 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode@gnu.org

Hi Samuel,

On Wednesday, 22 May 2024 at 00:53, Samuel Wales wrote:
> unfilled paragraphs seems to be the norm in email these days for
> nontechnical folk.  but org has plain lists and things, which need
> org-style unfilling.

Given the profusion of potential devices for reading email and their
differing sizes, I have found that unfilled paragraphs are best in
general although I do fill for posts to mailing lists like this one and
newsgroups as that is the convention (arguably).

However, if there is formatting that you wish to preserve (lists,
equations [which often is the case for my emails to my research group,
say]), the only real option (as much as I dislike it) is to use HTML.  I
write my email using org syntax and then invoke

  M-x org-mime-htmlize RET

just before sending.

-- 
: Eric S Fraga, with org release_9.6.23-1320-g1be2f9 in Emacs 30.0.50

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

* Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export
  2024-05-22  7:53 filling more narrowly --- or unfilling -- for export to email, upon ascii export Samuel Wales
  2024-05-22  9:59 ` Fraga, Eric
@ 2024-05-22 12:36 ` Ihor Radchenko
  2024-05-24  4:03   ` Samuel Wales
  1 sibling, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2024-05-22 12:36 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

Samuel Wales <samologist@gmail.com> writes:

> then i want to send email, preferably via ascii export.  i do not know
> whehter i should try to fill to a shorter column [in org i use 60 normally]
> because the recipient might have a smaller window for reading the mail, or
> unfill everything.
>
> unfilled paragraphs seems to be the norm in email these days for
> nontechnical folk.  but org has plain lists and things, which need
> org-style unfilling.
>
> i do not know how to accurately unfill everything or if it's a good idea.
>
> can this be optionally done at ascii export time?  unfilling everything or
> filling to a narrower column?  for sending via email.

See `org-ascii-text-width'. You can set it to a large value.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

* filling more narrowly --- or unfilling -- for export to email, upon ascii export
  2024-05-22 12:36 ` Ihor Radchenko
@ 2024-05-24  4:03   ` Samuel Wales
  2024-05-25  7:11     ` Samuel Wales
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2024-05-24  4:03 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode@gnu.org

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

thanks both.

> I write my email using org syntax and then invoke
>
> M-x org-mime-htmlize RET
>
> just before sending.

i'm guessing that would solve all formatting issues.  not sure how quoting
[top post or interstitial] conversations would work.

however, last time i tried sending html through webmail, i couldn't gt it
to send as html, as opposed to html as text.  perthaps there is a trick to
it.


as for ihor's suggestion, i tried (setq org-ascii-text-width
most-positive-fixnum) and then realized that it would likely wrap plain
lists thus:

  - this is a list with a really long line which is like an unfilled
paragraph and here it is filling but not to the fill-prefix org fills it to


i'm guessing there is maybe no solution.  [i have had bad luck with geary
and thunderbird, and unfortunately setting up emacs mail is at this time is
too much for me [and not as accessible for me as webmail for various
reasons [including but not limited to full mouseability]].]

the workaround might be to set a really narrow fill column, i wonder?  not
sure.



-- 
The Kafka Pandemic

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

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

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

* Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export
  2024-05-24  4:03   ` Samuel Wales
@ 2024-05-25  7:11     ` Samuel Wales
  0 siblings, 0 replies; 5+ messages in thread
From: Samuel Wales @ 2024-05-25  7:11 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode@gnu.org

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

for now i am doing   (setq org-ascii-text-width 40).  idk if recipient
devices are smaller, but it doesn't seem too bad if they are not.

On Thursday, May 23, 2024, Samuel Wales <samologist@gmail.com> wrote:

> thanks both.
>
> > I write my email using org syntax and then invoke
> >
> > M-x org-mime-htmlize RET
> >
> > just before sending.
>
> i'm guessing that would solve all formatting issues.  not sure how quoting
> [top post or interstitial] conversations would work.
>
> however, last time i tried sending html through webmail, i couldn't gt it
> to send as html, as opposed to html as text.  perthaps there is a trick to
> it.
>
>
> as for ihor's suggestion, i tried (setq org-ascii-text-width
> most-positive-fixnum) and then realized that it would likely wrap plain
> lists thus:
>
>   - this is a list with a really long line which is like an unfilled
> paragraph and here it is filling but not to the fill-prefix org fills it to
>
>
> i'm guessing there is maybe no solution.  [i have had bad luck with geary
> and thunderbird, and unfortunately setting up emacs mail is at this time is
> too much for me [and not as accessible for me as webmail for various
> reasons [including but not limited to full mouseability]].]
>
> the workaround might be to set a really narrow fill column, i wonder?  not
> sure.
>
>
>
> --
> The Kafka Pandemic
>
> A blog about science, health, human rights, and misopathy:
> https://thekafkapandemic.blogspot.com
>
>

-- 
The Kafka Pandemic

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

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

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

end of thread, other threads:[~2024-05-25  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  7:53 filling more narrowly --- or unfilling -- for export to email, upon ascii export Samuel Wales
2024-05-22  9:59 ` Fraga, Eric
2024-05-22 12:36 ` Ihor Radchenko
2024-05-24  4:03   ` Samuel Wales
2024-05-25  7:11     ` Samuel Wales

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