From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Tobias Frischholz <tobias@friolz.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: shell scripts in yasnippet?
Date: Sun, 06 Sep 2015 12:34:31 -0400 [thread overview]
Message-ID: <m2y4gjmrqg.fsf@vpn-128-237-147-75.library.vpn.cmu.edu> (raw)
In-Reply-To: <7522ECBF-F9AB-4262-B6AF-58536E6C4D45@friolz.com>
This will not work. That is not what yasnippets are for. What you want
is more like this:
http://kitchingroup.cheme.cmu.edu/blog/2013/10/14/Lisp-links-in-org-mode-to-dynamically-generated-content/
Or this:
* test fortune
#+BEGIN_SRC emacs-lisp :exports results :results org
(format "#+BEGIN_QUOTE:
%s
,#+END_QUOTE
" (shell-command-to-string "fortune"))
#+END_SRC
#+BEGIN_SRC emacs-lisp :exports none
(let ((org-export-babel-evaluate t))
(browse-url (org-html-export-to-html nil t)))
#+END_SRC
Tobias Frischholz writes:
> On 05 Sep 2015, at 00:19, John Kitchin <jkitchin@andrew.cmu.edu> wrote:
>>
>> That code worked verbatim for me running it from the src block. You may not need the escaped quotes the way you are doing it.
>
> I tried to adopt it this way:
>
> #+TITLE: Wochenplan KW37
> #+AUTHOR: Tobias Frischholz
> #+OPTIONS: toc:nil
> #+LATEX_CLASS_OPTIONS: [a4paper]
> #+LATEX_HEADER: \usepackage[german]{isodate}
>
> #+BEGIN_SRC emacs-lisp
> #+BEGIN_QUOTE:
> ${1:`(shell-command-to-string "fortune")`}
> #+END_QUOTE
> #+END_SRC
>
> * Stundenplan
>
> |----------------+--------------+-----------+------------+---------|
> | Montag | Dienstag | Mittwoch | Donnerstag | Freitag |
> |----------------+--------------+-----------+------------+---------|
> | Englisch 8dM | Englisch 9dM | Mathe 9dM | | |
> | Mathematik 9dM | Englisch 9dM | | | |
> | | Englisch 9eM | Mathe 9eM | | |
> | AWT 9dM | | | | |
> | AWT 9dM | Sport 9abc | | | |
> | | Sport 9abc | | | |
> |----------------+--------------+-----------+------------+---------|
>
> * Wochenplan
>
> ** Montag
> *** Englisch 8dM [3/3]
> /Es fehlen: Hans, Sepp, Franzi/
> - [X] Wiederholung present progressive
> - [X] Buch, S. 17
> - [X] HA: Buch, S. 17/1-5
> Mit Schülern vereinbart, dass Nr. 5 wegfallen kann.
>
> *** Mathematik 9dM [0/3]
> - [ ] Pythagoras wiederholen
> - [ ] Üben, S. 12/4-5
> - [ ] HA, S. 13/6a,b
>
> ** Dienstag
> ** Mittwoch
> ** Donnerstag
> ** Freitag
>
> However nothing seems to get executed when I export to LaTeX PDF.
>
> —
> Tobi
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
prev parent reply other threads:[~2015-09-06 16:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-03 15:06 shell scripts in yasnippet? Tobias Frischholz
2015-09-04 13:20 ` John Kitchin
[not found] ` <26CFED0F-553B-4E68-9006-E2A705FE8903@friolz.com>
[not found] ` <m28u8m2au0.fsf@johns-air.wv.cc.cmu.edu>
[not found] ` <930BB4CD-C957-45BA-8396-B79FAA8B7727@friolz.com>
[not found] ` <CAJ51ETrgz44VpAVTBFsbUo4yrGrUQEn5CxjRXdyu9dknJBNETQ@mail.gmail.com>
[not found] ` <7522ECBF-F9AB-4262-B6AF-58536E6C4D45@friolz.com>
2015-09-06 16:34 ` John Kitchin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2y4gjmrqg.fsf@vpn-128-237-147-75.library.vpn.cmu.edu \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=tobias@friolz.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).