[Orgmode] Re: Umlauts in LaTeX export

2010-11-03 Thread Magnus Henoch
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 LETTER O WITH DIAERESIS (with tab completion). -- Magnus

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

2010-08-27 Thread Magnus Henoch
) (src org-babel-exp-inline-src-blocks)) org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp \\Magnus Henoch\\ org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-clock-report-include-clocking-task t org-export-latex

[Orgmode] Re: org-capture + autoload

2010-08-19 Thread Magnus Henoch
Jambunathan K kjambunat...@gmail.com 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

[Orgmode] Re: Org capture templates - file paths

2010-08-19 Thread Magnus Henoch
Gustav Wikström gustav.e...@gmail.com 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

[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
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 `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Magnus Henoch
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 ___ Emacs-orgmode

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

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

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

2010-03-24 Thread Magnus Henoch
think 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] [PATCH] Use save-excursion in org-map-dblocks

2010-03-23 Thread Magnus Henoch
twice or thrice. From 8fa75fb5174f93cc6990b605901891c2191c64f0 Mon Sep 17 00:00:00 2001 From: Magnus Henoch magnus.hen...@gmail.com 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

[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 - 2nd round

2009-12-06 Thread Magnus Henoch
Magnus Henoch magnus.henoch at 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 in Org-mode

2009-11-27 Thread Magnus Henoch
Dan Davison davi...@stats.ox.ac.uk 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

[Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Magnus Henoch
Stefan Vollmar voll...@nf.mpg.de writes: cmd = emacsclient + --eval \ + \(add-to-list 'load-path \\\ + ORGLIB + \\\)\ \ + \(require 'org)\ \ + \(require 'org-exp)\ \ + \(setq org-export-headline-levels 2)\ \ + \(load-file \\\ + orgfile + \\\)\ \ + \(org-export-as-html)\

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

2009-07-15 Thread Magnus Henoch
aldrin d'souza aldrindso...@gmail.com 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

[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

[Orgmode] Re: org-feed broken?

2009-05-13 Thread Magnus Henoch
John Rakestraw li...@johnrakestraw.com 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

[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 magnus.hen...@gmail.com * org-feed.el (org-feed-alist): Add :parse-feed

[Orgmode] Re: org-feed: support Atom

2009-04-15 Thread Magnus Henoch
Carsten Dominik carsten.domi...@gmail.com 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 to me. :-) Web-dump as I