emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
daboone72 2021-01-20T09:37:52.004900Z

Any org guru's here. How do I store a search for a TODO like SOMEDAY and the abscence of a a tag like @office? I can see the string I want +TODO="SOMEDAY"&-@office in the manual but don't know to put it in the org-agenda-custom commands.

daboone72 2021-01-20T09:40:11.005300Z

Wll try tags-tree one more attempt here

daboone72 2021-01-20T09:49:36.005900Z

Ok figured it need to escape quotes and just tags. ("ru" "Review Next Unused 9" tags "-use+TODO=\"NEXT\"")

caumond 2021-01-20T12:41:48.010700Z

Hi. Does anyone using plantuml mode can tell the flow he uses ? I have difficulties to understand how preview are sent in which buffer. Personnaly I have more and more buffer opening each time I launch a preview. As the focus stay in the source buffer it is uneasy to close preview buffer.

zackteo 2021-01-21T14:04:08.000100Z

Previously when I have used plantUML, I use it in a org-mode src block and I don't actually have any pop ups. Not the most ideal workflow but I will make changes, and sometime open a window with the png file. If i want to see changes I do a revert-buffer

zackteo 2021-01-21T14:04:55.000300Z

a block like

#+begin_src plantuml :file usecase.png
       left to right direction
       actor Switch

       Switch -- (Send Message to Subscriber)
       (Send Message to Subscriber) -- (Send Ringtone) : <<includes>>
       (Send Message to Subscriber) -- (Send Dialtone) : <<includes>>
       (Send Message to Subscriber) -- (Send Busytone) : <<includes>>

     #+end_src

caumond 2021-01-21T15:14:23.000800Z

@zackteo, I'll try this, the only point is that your file is not a valid plantuml file. Is there a way to refer to a real plantuml file?

zackteo 2021-01-22T04:49:08.003400Z

@caumond oh it isnt? I'm not too sure about this. Did you explore the readme of plantuml-mode? https://github.com/skuro/plantuml-mode

zackteo 2021-01-22T04:52:45.003700Z

If you want the plantuml file generated from the code as well I belive you are looking to have :tangle yes in the options

zackteo 2021-01-22T04:53:28.003900Z

Otherwise I'm not too sure ^ but you can probably look at this https://orgmode.org/manual/Extracting-Source-Code.html