[Orgmode] Re: Umlauts in LaTeX export

2010-11-03 Thread Magnus Henoch
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

[Orgmode] Bug: :step day doesn't work for agenda clockreport [7.01trans (release_7.01h.214.g7be6.dirty)]

2010-08-27 Thread Magnus Henoch
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. -

[Orgmode] Re: Org capture templates - file paths

2010-08-19 Thread Magnus Henoch
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

[Orgmode] Re: org-capture + autoload

2010-08-19 Thread Magnus Henoch
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.

[Orgmode] [ANN] of2org: import from OmniFocus to org-mode

2010-06-14 Thread Magnus Henoch
, 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

[Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-11 Thread Magnus Henoch
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

[Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Magnus Henoch
: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

[Orgmode] Re: Export special characters to LaTeX and HTML

2010-03-29 Thread 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

[Orgmode] Re: [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Magnus Henoch
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

[Orgmode] Re: [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Magnus Henoch
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.

[Orgmode] [PATCH] Use save-excursion in org-map-dblocks

2010-03-23 Thread Magnus Henoch
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

[Orgmode] Re: Beamer support - 2nd round

2009-12-06 Thread Magnus Henoch
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

[Orgmode] Re: Beamer support - 2nd round

2009-12-06 Thread Magnus Henoch
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

[Orgmode] Re: Beamer support in Org-mode

2009-11-27 Thread Magnus Henoch
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

[Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Magnus Henoch
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 + "\\\")\"" \ > + " \"

[Orgmode] Re: UIDs in icalendar export (exporting my agenda)

2009-07-15 Thread Magnus Henoch
"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:

[Orgmode] org-clock-goto: switch to clicked window

2009-06-19 Thread Magnus Henoch
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

[Orgmode] Re: org-feed broken?

2009-05-13 Thread Magnus Henoch
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

[Orgmode] Re: org-feed: support Atom

2009-04-15 Thread Magnus Henoch
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

[Orgmode] org-feed: support Atom

2009-04-15 Thread Magnus Henoch
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