From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iH/OLuK0yV5jUQAA0tVLHw (envelope-from ) for ; Sat, 23 May 2020 23:42:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id wNR8KuK0yV5QQwAAbx9fmQ (envelope-from ) for ; Sat, 23 May 2020 23:42:26 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 35A719401AD for ; Sat, 23 May 2020 23:42:25 +0000 (UTC) Received: from localhost ([::1]:51694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcdmY-0005vT-8J for larch@yhetil.org; Sat, 23 May 2020 19:42:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcdmA-0005vL-2y for emacs-orgmode@gnu.org; Sat, 23 May 2020 19:41:58 -0400 Received: from [183.249.132.153] (port=1660 helo=localhost) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcdm8-00044E-On for emacs-orgmode@gnu.org; Sat, 23 May 2020 19:41:57 -0400 Received: by localhost (Postfix, from userid 1000) id B7DD3241869; Sun, 24 May 2020 07:41:51 +0800 (HKT) References: User-agent: mu4e 1.4; emacs 28.0.50 From: stardiviner To: gmauer@gmail.com Subject: Re: Improving Org Mode for VSCode - Thinking Aloud In-reply-to: Date: Sun, 24 May 2020 07:41:48 +0800 Message-ID: <874ks65idf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 183.249.132.153 (deferred) Received-SPF: softfail client-ip=183.249.132.153; envelope-from=numbchild@gmail.com; helo=localhost X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/23 19:41:52 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 53 X-Spam_score: 5.3 X-Spam_bar: +++++ X-Spam_report: (5.3 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FROM=0.001, FSL_HELO_NON_FQDN_1=0.001, HELO_LOCALHOST=3.828, NML_ADSP_CUSTOM_MED=0.9, RDNS_NONE=0.793, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: reject X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: numbchild@gmail.com Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.59 X-TUID: jT6vkdBshbcS =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 George Mauer writes: > With VSCode becoming ever-popular it seems like there might be some value > in getting org mode working there simply as a way of promoting org as an > excellent literate coding notebook. > > VSCode already has a halfway decent org-mode but it doesn=E2=80=99t suppo= rt > anything from Babel. I=E2=80=99m trying to think of relatively easy ways = of adding > that ability. Here=E2=80=99s a thought: Most of babel that technically wo= rks > against the document itself, it doesn=E2=80=99t really need much document > integration with the editor. So could you get it working in vscode so long > as someone has a properly configured version of emacs installed locally? > =E2=80=9CEvaluate/Export/etc=E2=80=9D would just write the document, then= use emacs to run > the appropriate commands on it and refresh the document view. Use Emacs as backend for Org Mode Babel to run in VS Code, This sound a bit= of overthinking. Why not just use Org Mode in Emacs directly? As my personal opinion, Org Mode is just a document format (of course it's deeply integrat= ed with Emacs!!) But VS Code can do it in similar way. I really suggest you th= ink it clearly. And help VS Code team archive this. And I really don't think suggesting improvement of Org Mode on VS Code is an good idea here. Any idea welcome of course. :) > > Of course features like the separate editor for src blocks and > folding #results would be nice too, but if the basics could work that wou= ld > be a huge win for org. > > Any thoughts on the feasibility of this? =2D --=20 [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3 =20=20=20=20=20=20 =2D----BEGIN PGP SIGNATURE----- iQFIBAEBCAAyFiEE8J9lDX1nSBmJJZFAG13xyVromsMFAl7JtLwUHG51bWJjaGls ZEBnbWFpbC5jb20ACgkQG13xyVromsPYtAf/btEBa1N/8/ew6EAeISdGyC8LFNCg 7fnR4AvPPeKuRfrXy9IOyKsLtgtmFKkkYeYteoRxnrpqXaZq5q+fjul3CAynzj4Y KexofiEpLxIrqnuaBjXg7mJxkTMMEKOgPKV62ndFUER52mHtUzNccqNBfrS6nJzE Mk66JtFyxw/2fyk/qFhv7WTSWm1xGzedqH9O14Jz9s9WdvAtVsmFjSZf05cqUbsS OPNnHdeCxffDUInnTsnzTFPzJ4vjwugyRAV1SSCkziKqF0WMzAsdox9OkpatWcFd WFIEp+B0VUtFmDyPvYIx7EMFgnyoRB/00OwtcI0XcT8081+yxc8zc9j5ZQ=3D=3D =3DKFat =2D----END PGP SIGNATURE-----