On Wed, 13 Jul 2016, Robert Klein wrote:
Hi,
When exporting a source block, e.g.
--- snip (example org file) ---
#+begin_src conf
Test
,* asterisk in src block
#+end_src
--- snip ---
the escaping of the asterisk does not work. Instead a headline
“asterisk in src block” is created.
I do
Dominik Schrempf writes:
> usually, my Org mode documents are in English. However, now I need to
> create an Org document in German. I would like to use Org Capture, to
> create a date tree in German (but only for this document). Is there a
> way to specify this?
>
I don't know of any way to
Hello,
usually, my Org mode documents are in English. However, now I need to
create an Org document in German. I would like to use Org Capture, to
create a date tree in German (but only for this document). Is there a
way to specify this?
Thank you,
Dominik
You have _two_ concerns here. First is what to do when you save
"meetings.org", second is what to do every half hour. Your code
handles both of them, essentially correctly, but in the wrong place.
On 13 July 2016 at 09:41, Xebar Saram wrote:
> Thx
>
> i do have this now
>
> (defun z/save-meetin
Hi,
I want to implement one small feature in the org-mode, but I don't know
would anyone interested in such feature or not.
There are fixes appears in org-mode not very long time ago. That fixes
introduce new behavior of org-mode-related windows (agenda, capture and
etc). Before that changes most
Hi,
When exporting a source block, e.g.
--- snip (example org file) ---
#+begin_src conf
Test
,* asterisk in src block
#+end_src
--- snip ---
the escaping of the asterisk does not work. Instead a headline
“asterisk in src block” is created.
Adding a second comma works but that doesn't w
You could move it to the org-mode-hook.
On July 13, 2016, at 7:21 AM, Louis Turk wrote:
With this fuction appointments are set up when Emacs starts:
(bh/org-agenda-to-appt)
I would like to substitute it with a function that sets the appointments
up when org-mode starts instead of when emacs st
With this fuction appointments are set up when Emacs starts:
(bh/org-agenda-to-appt)
I would like to substitute it with a function that sets the appointments
up when org-mode starts instead of when emacs starts. The reason being
that (bh/org-agenda-to-appt) causes all the org-agenda-files to load
Thx
i do have this now
(defun z/save-meeting-to-ics ()
"If the current file is in '~/.dotfiles', the code blocks are tangled"
(when (equal (buffer-file-name)
(expand-file-name "/home/zeltak/org/files/agenda/
meetings.org"))
(rename-file (org-icalendar-export-to-ics)
"/