Commit fb6e7f29 authored by Laurence Farhi's avatar Laurence Farhi

Merge branch 'master' of gitlab.inria.fr:learninglab/mooc-rr/mooc-rr-ressources

parents c2ed31e5 f0e1c5cd
...@@ -46,7 +46,7 @@ sub pandoc_export { ...@@ -46,7 +46,7 @@ sub pandoc_export {
while(defined(my $line=<INPUT>)) { while(defined(my $line=<INPUT>)) {
if($line =~ /<p class="author"/) { next; } if($line =~ /<p class="author"/) { next; }
if($line =~ /<h1 class="title"/) { next; } # if($line =~ /<h1 class="title"/) { next; }
if($line =~ /<p class="date"/) { next; } if($line =~ /<p class="date"/) { next; }
if($line =~ /<p>.*broken-links:nil/) { next; } if($line =~ /<p>.*broken-links:nil/) { next; }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:t #+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:t
#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t #+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
#+OPTIONS: timestamp:t title:t toc:t todo:t |:t #+OPTIONS: timestamp:t title:t toc:t todo:t |:t
#+TITLE: Ressources pour la séquence 1 du module 1 : « Nous utilisons tous des cahiers de notes » #+TITLE: Nous utilisons tous des cahiers de notes
#+DATE: <2019-02-21 jeu.> #+DATE: <2019-02-21 jeu.>
#+AUTHOR: Christophe Pouzat #+AUTHOR: Christophe Pouzat
#+EMAIL: christophe.pouzat@parisdescartes.fr #+EMAIL: christophe.pouzat@parisdescartes.fr
......
# -*- mode: org -*- # -*- mode: org -*-
#+TITLE: Emacs/org-mode #+TITLE: Emacs/Org-mode : trucs et astuces, Intallation et configuration
#+DATE: March 2019 #+DATE: March 2019
#+STARTUP: overview indent #+STARTUP: overview indent
#+OPTIONS: num:nil toc:t #+OPTIONS: num:nil toc:t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment