ably does not feature a
> "ö" key), or copy/paste the Umlauts from another Emacs file as
> necessary. If you do not need it very often, this might be a
> reasonable alternative.
Also, C-x 8 " o gives "ö", as does hitting C-x 8 RET and then typing
LATIN SMALL LET
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Gustav Wikström writes:
> (setq org-capture-templates
> '(("n" "Note" entry (file my-gtd-inbox-file)
> "* %?\n %i\n %a")
> ("j" "Journal" entry (file+datetree my-gtd-journal-file)
> "* %?\nEntered on %U\n %i\n %a")))
Backquotes and commas are your friends:
(setq org-capture-template
Jambunathan K writes:
> It would be convenient if I could do a
>
> M-x customize-group org-capture and/or
> M-x customize-variable org-capture-templates
>
> without having triggered a prior org-capture.
>
> For now, I trigger a capture, abort it and then proceed ahead with
> customizing these.
, and will be responded to in my
copious spare time :)
--
Magnus Henoch
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ppear that cl-macs can be required separately.
The canonical way to require cl only for macros is:
(eval-when-compile (require 'cl))
See (info "(elisp)Coding Conventions").
--
Magnus Henoch
___
Emacs-orgmode mailing list
Please use `Repl
:parse-feed org-feed-parse-atom-feed :parse-entry
> org-feed-parse-atom-entry)
When I open that URL in Firefox and view the source, it turns out to be
an RSS file. So just remove the :parse-feed and :parse-entry items; the
default is to parse the file as an RSS file.
--
Magnus Henoch
lternative to the above is to use an input method, e.g. M-x
set-input-method RET latin-alt-postfix. Then typing "a-" gives you "ā"
(and typing "a--" gives you "a-").
--
Magnus Henoch
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
I have a backup somewhere... I'll try to dig it out this
weekend.
--
Magnus Henoch
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
e end of dblock 1, if the amount of
data inserted in dblock 1 is great enough that pos suddenly points
inside it. (Then it will of course find dblock 2 again, request its HTML
page again, and thus insert the data twice.)
An equivalent fix would be to make pos a marker instead.
dated twice or thrice.
>From 8fa75fb5174f93cc6990b605901891c2191c64f0 Mon Sep 17 00:00:00 2001
From: Magnus Henoch
Date: Wed, 21 Oct 2009 12:37:32 +0100
Subject: [PATCH] * org.el (org-map-dblocks): Use save-excursion.
---
lisp/org.el | 13 ++---
1 files changed, 6 insertions(+), 7 d
Magnus Henoch gmail.com> writes:
> #+LATEX_HEADER: \DeclareUnicodeCharacter{0108}{\^C}
> \DeclareUnicodeCharacter{011D}{\^g}
Oops, that should be on one line...
Magnus
___
Emacs-orgmode mailing list
Please use `Reply All' to send
Bug report: LATEX_HEADER doesn't work in the beamer branch, neither for "normal"
LaTeX exports nor for beamer export. It works fine in the master branch.
Here is my test case. The commands in the header are necessary for the
Esperanto
characters to show up in the PDF output. Of course, you can
Dan Davison writes:
> And it's possible to create something like a slide-show in HTML/CSS --
> although I never see anyone doing it.
Have a look at S5: http://meyerweb.com/eric/tools/s5/s5-intro.html
Magnus
___
Emacs-orgmode mailing list
Please use
Stefan Vollmar writes:
> cmd = emacsclient + " --eval " \
> + " \"(add-to-list 'load-path \\\"" + ORGLIB + "\\\")\"" \
> + " \"(require 'org)\"" \
> + " \"(require 'org-exp)\"" \
> + " \"(setq org-export-headline-levels 2)\"" \
> + " \"(load-file \\\"" + orgfile + "\\\")\"" \
> + " \"
"aldrin d'souza" writes:
> if you notice, the UIDs in both the events are same. aren't they supposed to
> be
> different? when i import this file into an online calendar (like google) one
> of
> the event is dropped.
> am i missing something? i'm using org 6.28trans on emacs 23.0.94.
My guess:
I just discovered that org-clock-in displays the clocked-in task in the
mode line, so that I can click it and go back to the Org file, which I
really like. I changed it to switch to the window in which I click,
by prepending "@" to the interactive spec of org-clock-goto.
Magnus
diff --git a/lisp
John Rakestraw writes:
[...]
> I don't know lisp (or any programming language). Can someone give me an
> idea whether I'm running any risk of data loss by running org-feed.el
> without these calls?
Not really. org-feed will 'leak' memory each time you run
org-feed-update (the buffers with feed
Carsten Dominik writes:
> Hi Magnus,
>
> On Apr 15, 2009, at 3:00 PM, Magnus Henoch wrote:
>
>> I hacked org-feed to make it support different parsers, and wrote a
>> simple Atom parser.
>
>
> This sounds very good!
>
> However, it does not mean anything t
I hacked org-feed to make it support different parsers, and wrote a
simple Atom parser. Not sure how strong my git-fu is, but I try to send
my patches here :) Proposed ChangeLog entry:
2009-04-15 Magnus Henoch
* org-feed.el (org-feed-alist): Add :parse-feed and :parse-entry
20 matches
Mail list logo