aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/param.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/param.org')
-rw-r--r--org/param.org21
1 files changed, 12 insertions, 9 deletions
diff --git a/org/param.org b/org/param.org
index 20dbdf49..ed989165 100644
--- a/org/param.org
+++ b/org/param.org
@@ -14,11 +14,13 @@
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
+#+PROPERTY: header-args+ :mkdirp yes
* dp.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Param
begin
require 'uri'
@@ -975,7 +977,6 @@ module SiSU_Param
@dir_out="#{@env.path.output}/#{@fnb}"
@dir_tex=@env.processing_path.tex
@dir_lout=@env.processing_path.lout
- @@publisher='SiSU http://www.jus.uio.no/sisu'
end
@txt_path=@txt_path ||= @env.path.output
@stmp=%{#{@fns}}[/^(.+?)\..*/m,1]
@@ -1580,8 +1581,9 @@ __END__
* dp_make.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_make.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp_make.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Param_Make
class MdMake
def initialize(str,opt,env)
@@ -2197,8 +2199,9 @@ __END__
* dp_identify_markup.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_identify_markup.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/dp_identify_markup.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_MarkupType
class MarkupIdentify
@@version={}
@@ -2358,6 +2361,6 @@ encoding: utf-8
- Git
<https://git.sisudoc.org/projects/>
- <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary>
- <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary>
+ <https://git.sisudoc.org/projects/sisu>
+ <https://git.sisudoc.org/projects/sisu-markup>
#+END_SRC