Skip to content

Commit

Permalink
Replace HTML export configuration with the setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
isabekov committed Mar 29, 2024
1 parent c711c97 commit 1cb6b69
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test_ps2org.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
#+EMAIL: aisabekov@ku.edu.tr
#+LANGUAGE: en
#+PROPERTY: header-args:emacs-lisp :results silent
#+OPTIONS: ^:nil
#+OPTIONS: html-style:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="src/readtheorg_theme/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="src/readtheorg_theme/css/readtheorg.css"/>
#+HTML_HEAD: <script type="text/javascript" src="src/lib/js/jquery.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="src/lib/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="src/lib/js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="src/readtheorg_theme/js/readtheorg.js"></script>
#+SETUPFILE: src/setupfile_html.org
* To convert Pandas dataframe to tabular format using tabulate()
#+header: :prologue from tabulate import tabulate
#+header: :noweb strip-export
Expand Down

0 comments on commit 1cb6b69

Please sign in to comment.