[O] Custom Org-Beamer Frame

2018-10-28 Thread Florian Adamsky
. Florian Adamsky https://florian.adamsky.it/

[O] Confusion about org-refile-targets-verify-function

2016-02-04 Thread Florian Adamsky
) 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/

[O] Confusion about org-refile-targets-verify-function

2016-02-03 Thread Florian Adamsky
) 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/

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
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/

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
-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/

Re: [O] Archive subtrees hierarchical (keep the parent structure)

2014-08-05 Thread Florian Adamsky
/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/

[O] Archive subtrees hierarchical (keep the parent structure)

2014-08-04 Thread Florian Adamsky
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

[O] Remove empty rows in a org-table

2013-10-27 Thread Florian Adamsky
| | | | ||--+--+-| | | test | bla || |2 | 4 | |--+--+-||--+--+-| | | | | | |2 | 4 | |--+--+-| -- Florian Adamsky http://florian.adamsky.it/

Re: [O] Repeating the customization survey?

2013-10-24 Thread Florian Adamsky
can play a little bit with that and see which additional information may be useful. Best regards -- Florian Adamsky http://florian.adamsky.it/

Re: [O] A t-shirt idea;)

2013-03-27 Thread Florian Adamsky
-mechanical thing over one of the Unicorn's eyes :) Just my vote... Shut up and take my money! :-) -- Florian Adamsky http://florian.adamsky.it/

[O] Macro expansion to control beamer template

2013-03-21 Thread Florian Adamsky
is the best way to work around this problem? Thanks in Advance. Best -- Florian Adamsky http://florian.adamsky.it/

Re: [O] Macro expansion to control beamer template

2013-03-21 Thread Florian Adamsky
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/

[O] Org-mode Talk in German

2013-02-23 Thread Florian Adamsky
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 -- Florian Adamsky

[O] Include single values from a org-table into a code-block

2012-12-14 Thread Florian Adamsky
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.

[O] Talk about Org mode at a small hacker conference (GPN12)

2012-06-02 Thread Florian Adamsky
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/

Re: [O] Talk about Org mode at a small hacker conference (GPN12)

2012-06-02 Thread Florian Adamsky
Dear Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: Florian Adamsky fa-orgm...@haktar.org 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

[O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Florian Adamsky
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