[O] Custom Org-Beamer Frame

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

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

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

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

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

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

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

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

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

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

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

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

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

[O] Remove empty rows in a org-table

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

Re: [O] Repeating the customization survey?

2013-10-24 Thread Florian Adamsky
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/

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

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

Re: [O] Macro expansion to control beamer template

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

[O] Macro expansion to control beamer template

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

[O] Org-mode Talk in German

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

[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.

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

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

[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/

[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 and