heme
--
Dr. Florian Adamsky
https://florian.adamsky.it/
(test.org)
I had expected that the output will be:
- Foo/tasks
- Bar/Test/Fnord/tasks
- Bar/Test/Bla/tasks
What am I doing wrong? Thanks in advance!
Best regards
--
Florian Adamsky
http://florian.adamsky.it/
(test.org)
I had expected that the output will be:
- Foo/tasks
- Bar/Test/Fnord/tasks
- Bar/Test/Bla/tasks
What am I doing wrong? Thanks in advance!
Best regards
--
Florian Adamsky
http://florian.adamsky.it/
gt; trees/subtrees. Is this the correct keybinding?
according to the documentation the default keybinding to archive the
current entry is C-c C-x C-a. Could you try that instead?
[...]
Best
--
Florian Adamsky
http://florian.adamsky.it/
he new function, it
should work with the default keybinding for org-archive:
#+BEGIN_SRC emacs-lisp
(setq org-archive-default-command 'org-archive-subtree-hierarchical)
#+END_SRC
If you have any trouble, please give me a note.
Best
--
Florian Adamsky
http://florian.adamsky.it/
file would look like
this:
* A
** B
*** FOO
*** FOO
In order to fix that problem we need a unique id for every heading. My
current implementation implies that at least the first heading is
unique. Then it should not be a problem.
Best regards
--
Florian Adamsky
http://florian.adamsky.it/
it in more complicated org-mode files?
Best regards
Footnotes:
[fn:1] https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01214.html
--
Florian Adamsky
http://florian.adamsky.it/
org-archive-subtree-hierarchical.el
Description: application/emacs-lisp
--> | | test | bla |
| | | ||--+--+-|
| | test | bla || |2 | 4 |
|--+--+-||--+--+-|
| | | |
| |2 | 4 |
|--+--+-|
--
Florian Adamsky
http://florian.adamsky.it/
all the changed variables. Then I can play a little bit with that
and see which additional information may be useful.
Best regards
--
Florian Adamsky
http://florian.adamsky.it/
or something with the
> > design?
>
> If you do, I want some sort of Borg-ish bio-mechanical thing over one
> of the Unicorn's eyes :) Just my vote...
Shut up and take my money! :-)
--
Florian Adamsky
http://florian.adamsky.it/
before. The macro
> > works only in the org file and not in my template file. What is the
> > best way to work around this problem?
>
> Would an INCLUDE in the Org file do the work for you?
>
> Would you agree with such a solution (having to explicitly put one
> extra line in all your Org Beamer files)?
Good idea! I think I can live with one addition line, when I will
customize org-beamer-insert-options-template :) I'll give it a try
tomorrow.
Thanks for the tip!
Best
--
Florian Adamsky
http://florian.adamsky.it/
read that the macro is not as powerful as before. The macro works
only in the org file and not in my template file. What is the best way
to work around this problem?
Thanks in Advance.
Best
--
Florian Adamsky
http://florian.adamsky.it/
ecorded my talk and uploaded it to
YouTube [1]. Maybe this is a talk which can be added to the
org-mode talks page. My slides are also online [2] if anyone is
interested.
[1] https://www.youtube.com/watch?v=mUSoo4UaKBo
[2]
http://florian.adamsky.it/research/talks/gpn12/GPN12-Emacs-Org-mode.pdf
-
Hello,
at the moment I'm drafting a paper and I would like to insert values
from a org-table into a code-block. After searching a bit a found a mail
thread from 2010 [1] which says I have to do the following:
src_emacs-lisp[:var d=test-table[3,1]]{d}
This works fine but only in non code-blocks.
Dear Thorsten,
Thorsten Jolitz writes:
> Florian Adamsky writes:
>
>> I will give a talk [fn:1] next weekend about Org mode at a small hacker
>> conference in Germany
>
> Karlsruhe is too far away for me, unfortunately. However, I'm really
> impressed by the b
web page. Just for your information. If somebody by chance is also
there, I would love to drink a beer with you :-).
Best regards,
Florian
[fn:1] https://entropia.de/GPN12:Emacs_Org-mode
[fn:2] https://entropia.de/GPN
--
Florian Adamsky
http://florian.adamsky.it/
Hello,
I do not always use code blocks in org-mode, but when I do, I have
forgotten the syntax :-). In order to prevent that situation I wrote a
little function which is similar to org-insert-link. I called that
function org-insert-code-block. This function reads the language per
minibuffer in and
17 matches
Mail list logo