repo.or.cz
/
ob-php.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix org recursive loading issue.
[ob-php.git]
/
README
blob
3d21b6f1177d5359393db10c56d89ba29fe70051
1
Installation
2
============
3
4
I put it in Org-mode contrib/ now.
5
6
Usage
7
=====
8
9
You don't need to include `<? ... ?>` in src block now. Like this:
10
11
```org
12
#+BEGIN_SRC php
13
echo "Hello, World!\n";
14
#+END_SRC
15
16
#+RESULTS:
17
: Hello, World!
18
19
```