Fork me on GitHub
#emacs
<
2021-01-20
>
daboone7209:01:52

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.

daboone7209:01:11

Wll try tags-tree one more attempt here

daboone7209:01:36

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

caumond12:01:48

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.

zackteo14:01:08

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

zackteo14:01:55

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

caumond15:01:23

@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?

zackteo04:01:08

@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

zackteo04:01:45

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

zackteo04:01:28

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