You could set a VISIBILITY property manually, but that solution of
course is not robust to changes in outline and does not automatically
carry over to other documents.
[[info:org#Initial visibility]]
Yours,
Christian
Shankar Rao writes:
> How can I make it so that on startup, only the content
Hi,
How can I control the appearance of link in a PDF beamer presentation.
I'm using the default beamer style with the following
[[http://www.dfg.de/foerderung/programme/infrastruktur/wgi/forschungsgrossgeraete/index.html][Übersicht]]
which works, but it is not visually obvious in the PDF that
Dear all,
I want to set some evil-leader keys for org-src-mode with the following
code:
(evil-leader/set-key-for-mode 'org-src-mode
"k" 'org-edit-src-abort
"s" 'org-edit-src-save
"'" 'org-edit-src-exit)
But it doesn't work. Why is that?
Thanks,
Ben
Hello,
Thanks for your response. As you suggest, I switched to using the
EXPORT_DATE property. It works as expected.
Now a little problem that I have is that I cannot have timestamps like
«10 September 2015» in my exports, but a literal inactive timestamp.
This is because in the relat
Hi all,
when I switched to the orgmode 8.3.2 quite a lot of entries in my weekly
agenda disappeared. This seems to be related to the fact that I renamed
the agenda leaders like so:
'(org-agenda-deadline-leaders (quote ("FRIST: " "In %3d d.: ")))
'(org-agenda-scheduled-leaders (quote ("TER
Hi Loris,
I put
#+LATEX_HEADER: \hypersetup{colorlinks=true}
in my org files and let hyperref do the styling.
-- Sebastian
> On Tue, 20 Oct 2015 15:01:57 +0200, "Loris Bennett"
> said:
>
> Hi,
> How can I control the appearance of link in a PDF beamer presentation.
>
>
On Tuesday, 20 Oct 2015 at 15:01, Loris Bennett wrote:
> Hi,
>
> How can I control the appearance of link in a PDF beamer presentation.
beamer export uses hyperref so customise this package using \hypersetup.
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.2-164-g50a182
Hi Ben,
It doesn't work because evil-leader/set-key-for-mode sets keys for
major modes and org-src-mode is a minor mode. Unfortunately I don't
know the answer to your implied question "how do I make it work?", but
that is why it doesn't work.
Best,
Ista
On Tue, Oct 20, 2015 at 10:22 AM, Ben wro
Göktuğ Kayaalp writes:
> Hello,
>
> Thanks for your response. As you suggest, I switched to using the
> EXPORT_DATE property. It works as expected.
>
> Now a little problem that I have is that I cannot have timestamps like
> «10 September 2015» in my exports, but a literal inactive time