Fork me on GitHub
#spacemacs
<
2017-09-19
>
eggsyntax15:09:38

Hmm, as much as I've had some issues with the recent updates -- it looks like CIDER has gotten a lot smarter about where it sends .cljc code. I haven't tested it extensively, but it seems to send it to whichever repl (clj or cljs) is currently visible. That's a big improvement, cljc has always been a pain point in spacemacs 🙂

vuuvi15:09:33

does anyone have advice for taking better notes with Org mode in spacemacs?

eggsyntax15:09:44

I only use the tip of the iceberg -- I use

* main point
** subpoint 1
*** subsubpoint
** subpoint 2
but that's about it.

eggsyntax15:09:00

I like the folding/unfolding a lot, and good bindings to move stuff around.

vuuvi15:09:01

also I just opened up org capture and I ran into a new

variable void
problem

vuuvi15:09:12

I guess this part of my workflow will be improved later….

vuuvi15:09:37

yeah it’s super useful and I’ve been slacking on using org mode, but now I think I really should get back into it

chris16:09:28

lmao, once emacs finally breaks things out into elpa this problem will be solved, it can only be mitigated until then

chris16:09:24

basically, restart emacs and that may fix it, if not you are likely evaling some org stuff before the spacemacs org-plus-contrib is loaded and thus you're getting the default emacs version of org, which is old

chris16:09:46

when you update org-plus-contrib it doesn't load correctly, so a restart after it's updated will fix it

chris16:09:16

or, if that isn't the case, rm *.elc in org-plus-contrib-<version-number> should take care of it

vuuvi16:09:51

yeah I’m not terribly worried about it It’s just something I’m not going to deal with for a little bit - you know?

chris16:09:20

yeah, it's an annoyance to me, personally, because I hate having to restart emacs just to get a core feature to work

chris16:09:45

with-eval-after-load 'org is basically the best way to mitigate it, but even that doesn't always work

chris16:09:50

for future reference

vuuvi16:09:17

yeah it’s super annoying

vuuvi16:09:35

okay thanks for the info man that’s definitely helpful I’ll put it in my .spacemacs rn

chris16:09:56

yep, nbd, hope it helps