Fork me on GitHub
#emacs
<
2018-05-17
>
ag02:05:11

@piotr2b Thank you for taking time to explain your problem. It seems you simply haven't set org-agenda-files variable.

piotr-yuxuan09:05:35

@ag Thanks a lot! Indeed I missed it. You saved me from wasting my time and further frustration, thanks again! 🙂 I’m wondering whether this could be added somewhere in org doc to save future people like me ^^

ag16:05:18

you're welcome. I'm sure that thing is in the docs

ag16:05:12

be aware it's not the best to set that var pointing to directory with all your org files. Org is so awesome - once you start using it you won't even notice how much stuff you accumulate in those. And org-agenda will try to open all org files. Probably the best is to point it to a file with a list of org-files

dabrazhe19:05:39

Hi. I'm setting up emacs with boot. The Boot guide fails at In Emacs do M-x customize-variable cider-boot-parameters and set it to cider repl -s wait. Repl does not start either: The lein executable (specified by ‘cider-lein-command’) isn’t on your exec-path

ag21:05:21

it looks like Emacs can't find boot executable. Emacs in OSX works kinda funky. You should use exec-path-from-shell. If you're using Spacemacs simply add osx layer

dabrazhe19:05:26

any ideas ?

cmack19:05:10

1. On macOS? 2. Does lein work when you try from the terminal?

dabrazhe19:05:38

hi @cmack 1 yes, on mac os 2 no, i am not using lein at all on my system, only boot with Atom integration

cmack20:05:55

@dennisa hmm. so you customize the variable and then how did you get the lein error?

cmack20:05:44

also, does M-x cider-jack-in work?

dabrazhe20:05:31

@cmack I cannot customise it actually, it cannot find it: [No match]

cmack20:05:57

that’s probably because cider isn’t fully loaded… are you able to run M-x cider-jack-in?

caio20:05:00

is there a way to enable project-only filter by default for stacktrace buffer in cider?

dpsutton21:05:34

p. that should be "sticky" i thought

dpsutton21:05:56

it is not. i'm looking

dpsutton21:05:40

cider-stacktrace-default-filters i think is what you want

dpsutton21:05:47

i think its (setq cider-stacktrace-default-filters '(project))