emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: stardiviner <numbchild@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Add support for Babel with Eshell, (updated PATCH)
Date: Tue, 24 Apr 2018 10:39:09 +0800	[thread overview]
Message-ID: <87d0yptjjm.fsf@gmail.com> (raw)
In-Reply-To: <87sh7lobc5.fsf@nicolasgoaziou.fr>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> stardiviner <numbchild@gmail.com> writes:
>
>> Hi, Nicolas, thank you always review my Org-mode patches. Yesterday, I
>> ask Bastein about Worg ox-org question. He mentioned I should at least
>> say "Hi" in message. I'm not good at English culture of something else.
>> But I just want to say, I'm glad you reviewed my patches. Really. Thanks
>> and that means a lot to me.
>
> You're welcome.
>
>> Aha, I found it, is there a way to auto sort this table automatically?
>> (Maybe format it into two columns instead of four columns even though it
>> looks short and better.) Adding one language into this table, then move
>> following languages in table one by one is awful.
>
> True. I usually define a quick Emacs macro when I need to shift
> a substantial part of this table. I'm not sure it is faster in the end,
> but it sure is more interesting.

After some thinking, I think the following table sort might better,
because Org Table support insert a field below is easy when has new
entry need to add. No need to move a lot of fields.

WDYT?

,----
|  | Language   | Identifier | Language       | Identifier |
|  |------------+------------+----------------+------------|
| -| Asymptote  | asymptote  | Awk            | awk        |
| -| C          | C          | C++            | C++        |
| -| Clojure    | clojure    | CSS            | css        |
| -| D          | d          | ditaa          | ditaa      |
| -| Graphviz   | dot        | Emacs Calc     | calc       |
| -| Emacs Lisp | emacs-lisp | Fortran        | fortran    |
| -| Shell      | sh         | Eshell         | eshell     |
| -| Gnuplot    | gnuplot    | Haskell        | haskell    |
| -| Java       | java       | Javascript     | js         |
| -| LaTeX      | latex      | Ledger         | ledger     |
| -| Lisp       | lisp       | Lilypond       | lilypond   |
| -| Lua        | lua        | MATLAB         | matlab     |
| -| Mscgen     | mscgen     | Objective Caml | ocaml      |
| -| Octave     | octave     | Org mode       | org        |
| -| Oz         | oz         | Perl           | perl       |
| -| Plantuml   | plantuml   | Processing.js  | processing |
| -| Python     | python     | R              | R          |
| -| Ruby       | ruby       | Sass           | sass       |
| -| Scheme     | scheme     | GNU Screen     | screen     |
| -| Sed        | sed        | shell          | sh         |
| -| SQL        | sql        | SQLite         | sqlite     |
| -| Vala       | vala       |                |            |
| +| Asymptote  | asymptote  | Lisp           | lisp       |
| +| Awk        | awk        | Lua            | lua        |
| +| C          | C          | MATLAB         | matlab     |
| +| C++        | C++        | Mscgen         | mscgen     |
| +| Clojure    | clojure    | Objective Caml | ocaml      |
| +| CSS        | css        | Octave         | octave     |
| +| D          | d          | Org mode       | org        |
| +| ditaa      | ditaa      | Oz             | oz         |
| +| Emacs Calc | calc       | Perl           | perl       |
| +| Emacs Lisp | emacs-lisp | Plantuml       | plantuml   |
| +| Eshell     | eshell     | Processing.js  | processing |
| +| Fortran    | fortran    | Python         | python     |
| +| Gnuplot    | gnuplot    | R              | R          |
| +| GNU Screen | screen     | Ruby           | ruby       |
| +| Graphviz   | dot        | Sass           | sass       |
| +| Haskell    | haskell    | Scheme         | scheme     |
| +| Java       | java       | Sed            | sed        |
| +| Javascript | js         | shell          | sh         |
| +| LaTeX      | latex      | SQL            | sql        |
| +| Ledger     | ledger     | SQLite         | sqlite     |
| +| Lilypond   | lilypond   | Vala           | vala       |
| +
`----


- --
[ stardiviner ] don't need to convince with trends.
       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEE8J9lDX1nSBmJJZFAG13xyVromsMFAlremM0ACgkQG13xyVro
msOb0wgAmta0pUsn0qeULTN1BFpFwb6TaI2DMbukpuZSauuM8DJoP2KkeKSIQ3bq
kE/T0lvhdmM7AROskaqODI6ZnJlUIbaKYF+yvqNmiXvD6aPoQiuAxibeTYTEux5+
nWnlG2sCDAIWlkRrLQRN2jawVOZShIQpBFGmq9JqmK7XqFmMJIcytBPBGToboeBj
H1v5FSMOdCNzFlHmI8BPA2iaE/du6vdWM6ci6hDIwR6IvgxqaOGmVceR3blYswQ/
SrnDoHquLCd60hF0mUWIaHXjC8qGOL0P1j3iQCXjhXuapt6XP3nunFu2Khn4bQvG
iYx4uM+87PDfO1LbbwhdLgstXGLoZQ==
=SSwK
-----END PGP SIGNATURE-----

  reply	other threads:[~2018-04-24  3:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-22  2:00 [PATCH] Add support for Babel with Eshell, and some questions stardiviner
2018-04-22  2:01 ` stardiviner
2018-04-22  2:31   ` [PATCH] Add support for Babel with Eshell, (updated PATCH) stardiviner
2018-04-23  9:34     ` Nicolas Goaziou
2018-04-23 13:22       ` stardiviner
2018-04-23 21:35         ` Nicolas Goaziou
2018-04-24  2:39           ` stardiviner [this message]
2018-04-25  8:31             ` Nicolas Goaziou
2018-04-26 10:53               ` stardiviner
2018-05-02 14:53                 ` stardiviner
2018-05-31 21:13                 ` Nicolas Goaziou
2018-06-01  6:26                   ` stardiviner
2018-06-02 10:16                     ` Nicolas Goaziou
2018-06-04  2:11                       ` stardiviner
2018-06-14 19:12                         ` Nicolas Goaziou

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=87d0yptjjm.fsf@gmail.com \
    --to=numbchild@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /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).