This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-20
Channels
- # announcements (9)
- # aws-lambda (5)
- # babashka (26)
- # beginners (200)
- # bristol-clojurians (2)
- # calva (74)
- # cider (22)
- # clj-kondo (8)
- # cljsrn (1)
- # clojure (124)
- # clojure-australia (2)
- # clojure-europe (79)
- # clojure-spec (1)
- # clojure-uk (37)
- # clojurescript (87)
- # cloverage (1)
- # code-reviews (10)
- # conjure (41)
- # cursive (5)
- # datahike (2)
- # datascript (3)
- # datomic (11)
- # docker (4)
- # duct (1)
- # emacs (10)
- # events (1)
- # fulcro (3)
- # graalvm (1)
- # honeysql (3)
- # jobs (1)
- # malli (12)
- # meander (51)
- # off-topic (83)
- # pathom (28)
- # quil (3)
- # reagent (19)
- # reitit (3)
- # releases (1)
- # shadow-cljs (49)
- # spacemacs (2)
- # sql (5)
- # startup-in-a-month (1)
- # testing (1)
- # xtdb (8)
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.
Ok figured it need to escape quotes and just tags. ("ru" "Review Next Unused 9" tags "-use+TODO=\"NEXT\"")
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.
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
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
@UUSQHP535, 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?
@U018QDQGZ9Q oh it isnt? I'm not too sure about this. Did you explore the readme of plantuml-mode? https://github.com/skuro/plantuml-mode
If you want the plantuml file generated from the code as well I belive you are looking to have :tangle yes
in the options
Otherwise I'm not too sure ^ but you can probably look at this https://orgmode.org/manual/Extracting-Source-Code.html