[Orgmode] Re: Blogging to Blogspot/Blogger from Emacs using GoogleCL - github.

2010-09-11 Thread Richard Riley
Richard Riley writes: > The code to blog from an org entry (or indeed any buffer) to blogger or > blogspot using the google command line tool is now up on git hub. > > http://github.com/rileyrg/org-googlecl > > The main entry is the function org-googlecl-blog which will prompt you Sorry, the abo

[Orgmode] Blogging to Blogspot/Blogger from Emacs using GoogleCL - github.

2010-09-11 Thread Richard Riley
The code to blog from an org entry (or indeed any buffer) to blogger or blogspot using the google command line tool is now up on git hub. http://github.com/rileyrg/org-googlecl The main entry is the function org-googlecl-blog which will prompt you if you want to blog the current org entry if you

[Orgmode] Bug: Problem with section 12.5.7 of the Org manual [7.01trans]

2010-09-11 Thread Aidan Gauland
Section 12.5.7 CSS support of the Org-mode manual says... #+BEGIN_QUOTE You could also directly write a `' `' section in this way, without referring to an external file. #+END_QUOTE The problem with that is that putting... #+BEGIN_HTML [some CSS] #+END_HTML ...anywhere in a buffer results in t

[Orgmode] Re: Agenda and weather forecast

2010-09-11 Thread Richard Riley
Julien Danjou writes: > Hi folks, > > If anybody is interested, I've wrote an small extension to put some > weather forecasts in the agenda. > > It can be found here[1]. I've blogged about it yesterday, so if you're > curious you can read the entry[2]. > > Happy hacking, > > [1] http://julien.d

[Orgmode] Re: Bug: Relative file links exported to HTML as links to another site [7.01trans]

2010-09-11 Thread Aidan Gauland
Aidan Gauland no8wireless.co.nz> writes: > Relative file links such as... > [[file:foo.org][Another file]] > ...are exported to HTML as... > Another file Oops! I forgot to say what I /expected/ it to be exported as. I expected to get... Another file ...which would be a relative hyperlink to the

Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Julien Danjou
On Sat, Sep 11 2010, Christopher Allan Webber wrote: > Adding (require 'cl) seems to fix things; patch included. Added, thanks. -- Julien Danjou // ᐰhttp://julien.danjou.info pgpdf9Mamf2I3.pgp Description: PGP signature ___ Emacs-orgmode mailing

Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Christopher Allan Webber
Adding (require 'cl) seems to fix things; patch included. diff --git a/google-weather.el b/google-weather.el index d86165d..bc4c7d0 100644 --- a/google-weather.el +++ b/google-weather.el @@ -26,6 +26,7 @@ ;; ;;; Code: +(require 'cl) (require 'url) (require 'url-cache) (require 'xml) Chris

[Orgmode] Re: ical export -> google calendar woes

2010-09-11 Thread Neal Thomison
Neal Thomison writes: > ... Google insists on seeing the calendar timezone as GMT, hence, all of > my appointments are appearing 4 hours early (my TZ is EST5EDT but EST or > "America/Indianapolis" or "America/Indiana/Indianapolis" all don't work > either). I've set 'org-icalendar-timezone' and I

[Orgmode] Re: bug: babel-* dirs

2010-09-11 Thread Achim Gratz
Samuel Wales writes: > In the last 24 hours, org created 436 seemingly empty directories > named similar to "babel-81922AX" in (I think) $TMP. I do not actively > use babel. I can confirm this behaviour. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptat

Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Christopher Allan Webber
There have been a number of complaints about missing sexp that seem to be unrelated to the "storm" bug. It seems that if "loop" from the cl-macs package is not already loaded a sexp error appears. Julien Danjou writes: > Hi folks, > > If anybody is interested, I've wrote an small extension to p

[Orgmode] Re: Get weekly agenda for the current file only, NOT from the agenda list

2010-09-11 Thread Achim Gratz
James Harkins writes: > (Yay! http://orgmode.org/emacs-orgmode@gnu.org is broken for me - 404 error.) That's a bug in the mailto: link export (already fixed in the development version). So that should have read: mailto:emacs-orgmode@gnu.org Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQ

[Orgmode] Re: org-babel matlab example

2010-09-11 Thread Dan Davison
Dan Davison writes: > etimecowboy writes: > >> Hi everybody, >> >> I am learning to use org-babel to evaluate in-line Matlab code block, >> but I cannot make it works when I press the "C-c C-c", nor "C-c C-v >> e". > > What happens when you try C-c C-c or C-c C-v e ? There is an issue with > mat

[Orgmode] Re: org-babel matlab example

2010-09-11 Thread Dan Davison
etimecowboy writes: > Hi everybody, > > I am learning to use org-babel to evaluate in-line Matlab code block, > but I cannot make it works when I press the "C-c C-c", nor "C-c C-v > e". What happens when you try C-c C-c or C-c C-v e ? There is an issue with matlab and octave: they return the val

Re: [Orgmode] Changing fontsizes in a frame in org beamer

2010-09-11 Thread Vikas Rawal
John, Thanks very much. Will try these and get back with results. Vikas On Fri, Sep 10, 2010 at 9:09 PM, John Hendy wrote: > Vikas, > > > You want to play around with the \setbeamerfont command. > > Grab the manual here: > http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameru

[Orgmode] Bug: Relative file links exported to HTML as links to another site [7.01trans]

2010-09-11 Thread Aidan Gauland
Relative file links such as... [[file:foo.org][Another file]] ...are exported to HTML as... Another file Attached is an example. Emacs : GNU Emacs 24.0.50.14 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-09-10 on dimension8 Package: Org-mode version 7.01trans current state: =

[Orgmode] org-babel matlab example

2010-09-11 Thread etimecowboy
Hi everybody, I am learning to use org-babel to evaluate in-line Matlab code block, but I cannot make it works when I press the "C-c C-c", nor "C-c C-v e". The export of code works, but the results was not there. My in-line code is like this: #+begin_src matlab :export results n = [1:10]; x = 5

[Orgmode] Bug: relative org file links get exported as href="http:./..." instead of href="./..." [7.01trans]

2010-09-11 Thread Kai Tetzlaff
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. -

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-11 Thread Julien Danjou
On Fri, Sep 10 2010, Eric Abrahamsen wrote: > (icon is a sun, "domestic" is the name of the file I put the weather > statement in). So the cedillas... Something's definitely off with > encoding -- where do I start to look? My language environment is utf-8, > I've got Chinese fonts, if that's the p

[Orgmode] Org capture with predefined entries from a list?

2010-09-11 Thread Miguel Ruiz
Hi Might I implement an org capture template with predefined entries from a list instead of typing the final entry? If not, please, whats the minimal code to get a shortkey to launch a selection of an item of a list and insert in the buffer? Thank you. My questions has always been well treated