fniessen / org-macros

Take your Org mode productivity to the next level with our Macro Refcard! Discover the power of macros with practical examples and shortcuts. Download now. #orgmode #macros #productivityhacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiline block macros

pauljohn32 opened this issue · comments

Hi. I'm here to test your setup. The macros don't work quite right for me, but my Emacs install may be botched. Now I'm on Emacs25 and the org-mode package from the org elpa server.

I want create color coded blocks, like I made with markdown http://pj.freefaculty.org/scraps/shell-1.html. The program that produces that has some limitations, I'm trying to replace with org-mode.

The color and highlight macros work for me. That's why I think my Emacs setup is not entirely botched However, I can't get any of the macros that apply to blocks of rows to work. The macro code prints into the text.

Doing this has no effect at all in the html output

#+begin_info
#+BEGIN_EXAMPLE
$ convert file.jpg -resize 1400x1050 -quality 85 file.new.jpg
#+END_EXAMPLE
#+end_info

This one does not create the note inset, it just prints out the stuff inside

#+begin_note
Note Example\
pjpjpj
pjpjpj
pjpjpj
#+end_note

Am I marking these up incorrectly?