This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-13
Channels
- # adventofcode (35)
- # announcements (2)
- # arachne (1)
- # beginners (71)
- # chestnut (2)
- # cider (100)
- # cljdoc (17)
- # cljs-dev (17)
- # cljsjs (2)
- # cljsrn (2)
- # clojure (53)
- # clojure-austin (2)
- # clojure-europe (1)
- # clojure-finland (2)
- # clojure-italy (3)
- # clojure-nl (7)
- # clojure-russia (56)
- # clojure-spec (56)
- # clojure-uk (35)
- # clojurescript (58)
- # community-development (14)
- # core-async (9)
- # cursive (22)
- # data-science (5)
- # datomic (14)
- # duct (5)
- # emacs (2)
- # expound (4)
- # figwheel-main (6)
- # fulcro (23)
- # kaocha (8)
- # lumo (7)
- # off-topic (10)
- # pathom (6)
- # re-frame (17)
- # reitit (31)
- # ring (3)
- # rum (1)
- # shadow-cljs (45)
- # spacemacs (10)
- # sql (12)
- # testing (9)
- # tools-deps (130)
I've installed org-mode and I don't have any keybinding for tables. Any idea what I've done wrong or how I can bring them in?
how did you ‘install’ it? I presume you have added org layer. be aware that org-mode also comes pre-bundled with Emacs by default, so it might be using older version. Run M-x org-version
and make sure it’s > 9
if you don’t hate watching video tutorials, you totally should find “Getting yourself organized with OrgMode” series on youtube by Rainer. Those are incredibly good
org-mode is truly incredible. I do many things with Org-mode, sometimes even fairly unexpected things - like managing my dotfiles or using it to query postgres.
I installed org-mode by uncommenting org
from dotspacemacs-configuration-layers
my org-version is 9.2.1
hitting , t
gives me `, t is undefinded
I can see all the commands for table and use them also. There are just no keybindings for them
I was in a markdown file not and a .org
file 😩