Re: [PATCH] Apply emacs manual css to org pages

2021-04-24 Thread Timothy
For some reason updates.orgmode.org registered this as a new patch?? Marking as closed via X-Woof-Patch header. Greg Minshall writes: > Timothy, > >> This is a quick patch to use the Emacs manual CSS with our generated Org >> manual. > > that's certainly visually pleasing. nice! > > Greg

Re: [PATCH] Apply emacs manual css to org pages

2021-04-24 Thread Timothy
This was not marked as applied on updates.orgmode.org. Doing so with the X-Woof-Patch header. Bastien writes: > I made this change and tested it online, the HTML Org manual now looks > like the Emacs manual: https://orgmode.org/manual/ > > Thanks for the suggestion! > In any cas, the Emacs ma

Re: [PATCH] Apply emacs manual css to org pages

2021-03-24 Thread Bastien
Hi, Kyle Meyer writes: >> # How to create the HTML file >> -TEXI2HTML = makeinfo --html --number-sections >> +TEXI2HTML = makeinfo --html --number-sections --css-ref >> "https://www.gnu.org/software/emacs/manual.css"; I made this change and tested it online, the HTML Org manual now looks like

Re: [PATCH] Apply emacs manual css to org pages

2020-12-28 Thread Kyle Meyer
TEC writes: > Subject: [PATCH] mk/default.mk: use same html doc style as emacs > > * mk/default.mk: Add CSS stylesheet ref to HTML generated by TEXI2HTML, > specifically the stylesheet used with the online Emacs manual. > --- > mk/default.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Samuel Wales
yes, presumably some of these topics apply to emacs style. On 12/27/20, TEC wrote: > > Hi Samuel, > > We could add some of our own CSS, but that would have us deviate from > the Emacs manual. It's worth asking if we want to do that IMO. > > -- > Timothy > > Samuel Wales writes: > >> i wonder if

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread TEC
Hi Samuel, We could add some of our own CSS, but that would have us deviate from the Emacs manual. It's worth asking if we want to do that IMO. -- Timothy Samuel Wales writes: > i wonder if css makes it possible to have wider margins /except/ for > tables and stuch. or perhaps that is consi

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Samuel Wales
i wonder if css makes it possible to have wider margins /except/ for tables and stuch. or perhaps that is consiedered bad style. but it would be accessible/functional. but i am just glad that it is only tables that need horizontal scrolling. On 12/27/20, Samuel Wales wrote: > if i were to make

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Samuel Wales
if i were to make any /tiny nit-level/ suggestions from my pov it would be somewhat wider margins, not pure white but slightly [so still /very/ high contrast] warmer for fg, and some less-blue for links [but i realize blue is common]. i would also do [ha ha, as if i knew what to do or even whether

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Samuel Wales
i like the black bg, the no issues with paragraph width. On 12/22/20, TEC wrote: > Hi all, > > This is a quick patch to use the Emacs manual CSS with our generated Org > manual. > > You can see what the single-page version of this looks like here: > https://tecosaur.com/resources/org/doc/manual.

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Amin Bandali
Hi Timothy, all, TEC writes: > Hi all, > > This is a quick patch to use the Emacs manual CSS with our generated Org > manual. > > You can see what the single-page version of this looks like here: > https://tecosaur.com/resources/org/doc/manual.html and the multi-page > here: https://tecosaur.com/

Re: [PATCH] Apply emacs manual css to org pages

2020-12-22 Thread Greg Minshall
Timothy, > This is a quick patch to use the Emacs manual CSS with our generated Org > manual. that's certainly visually pleasing. nice! Greg

[PATCH] Apply emacs manual css to org pages

2020-12-22 Thread TEC
Hi all, This is a quick patch to use the Emacs manual CSS with our generated Org manual. You can see what the single-page version of this looks like here: https://tecosaur.com/resources/org/doc/manual.html and the multi-page here: https://tecosaur.com/resources/org/doc/manual/ This should be an