Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3io
Merge requests
!14
Add premiere talk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add premiere talk
update-talk
into
master
Overview
0
Commits
8
Pipelines
8
Changes
1
Merged
Tamas Gal
requested to merge
update-talk
into
master
5 years ago
Overview
0
Commits
8
Pipelines
8
Changes
1
Expand
0
0
Merge request reports
Viewing commit
aaf25213
Prev
Next
Show latest version
1 file
+
18
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
aaf25213
Add export options (hide parts of the document)
· aaf25213
Tamas Gal
authored
5 years ago
talks/premiere.org
+
18
−
1
Options
@@ -12,8 +12,25 @@
#+Email: zaly@km3et.de, tgal@km3net.de, jschumann@km3net.de
#+REVEAL_TALK_URL: https://indico.cern.ch/event/878692/
* Export Options :noexport:
** Default
#+BEGIN_SRC elisp
(setq org-export-exclude-tags '("noexport"))
#+END_SRC
#+RESULTS:
| noexport |
** Presentation
#+BEGIN_SRC elisp
(setq org-export-exclude-tags '("noexport" "noexportpresentation"))
#+END_SRC
#+RESULTS:
| noexport | noexportpresentation |
* Prerequisites
:noexport
:
* Prerequisites
:noexportpresentation
:
#+BEGIN_SRC bash :results silent :async t
python3 -m venv ~/tmp/km3io-premiere-venv
Loading