Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-11 Thread Hubert Chathi
On Sun, 09 Oct 2016 18:32:55 +0200, Marcin Borkowski <mb...@mbork.pl> said: > On 2016-10-09, at 16:26, Hubert Chathi <hub...@uhoreg.ca> wrote: >> It's not a matter of compiling to the right file format, but rather >> whether LaTeX is the right tool for the

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-09 Thread Hubert Chathi
le/lamport/pubs/lamport-how-to-write.pdf BTW, Grant, if you're interested in different types of scientific communication, you may be interested in Bret Victor's work, e.g. http://worrydream.com/#!/ScientificCommunicationAsSequentialArt -- Hubert Chathi - Email: hub...@uhoreg.ca - https://www.uhoreg.c

Re: [O] org-edit-src-code outside of org

2014-05-14 Thread Hubert Chathi
thinking that something like org-edit-src-code might be a useful alternative to some of the multiple-major-modes tools. -- Hubert Chathi - Email/Jabber: hub...@uhoreg.ca - http://www.uhoreg.ca/ PGP/GnuPG key: 4096R/113A1368 (Key available at pool.sks-keyservers.net) Fingerprint: F24C F749 6C73 DDB8

[O] plotting a transposed table

2014-03-18 Thread hubert
write an external script create a transposed copy of the table, but I was wondering if there was an easier way to plot the data. -- Hubert Chathi - Email/Jabber: hub...@uhoreg.ca - http://www.uhoreg.ca/ PGP/GnuPG key: 4096R/113A1368 (Key available at pool.sks-keyservers.net) Fingerprint: F24C F749

Re: [O] plotting a transposed table

2014-03-18 Thread hubert
--filter from dash.el). #+name: transpose #+begin_src emacs-lisp :var table=plans (apply #'mapcar* #'list (--filter (not (eq 'hline it)) table)) #+end_src A solution that doesn't require an intermediate table would be ideal, but this is usable. -- Hubert Chathi - Email/Jabber: hub...@uhoreg.ca