[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 in this list. I am 
learning a lot with all the people here.

Miguel.




___
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


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 problem... What else?

That's probably my fault. I don't know well the Emacs API, and my
tempting to encode correctly the data fetched from the Web is probably
not bullet-proof. So it might be that.

The code is in `google-weather-retrieve-data':

  (decode-coding-region
   (point) (point-max)
   (detect-coding-region (point) (point-max) t))
  (set-buffer-multibyte t)
  (setq data (xml-parse-region (point) (point-max)))

This may not be the good way to do it. zh-cn pages seems to be in GB2312
encoding.

Any hint welcome.
-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpVcBUvok531.pgp
Description: PGP signature
___
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] 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.


Since about 1 week (09-03), relative links between org-mode files within the
same publishing project get and additional 'http:' prefix in the href attribute.

Instead of

a href=./ip-on-cmw.html

as in earlier versions the links are now converted to

a href=http:./ip-on-cmw.html

and fail to resolve when browsing the exported files.



Emacs  : GNU Emacs 24.0.50.2 (x86_64-apple-darwin10.4.0, NS 
apple-appkit-1038.32)
 of 2010-09-10 on mack.tetzco.de
Package: Org-mode version 7.01trans

current state:
==
(setq
 org-empty-line-terminates-plain-lists t
 org-log-done 'time
 org-file-apps '((auto-mode . emacs) (\\.x?html?\\' . default) (\\.pdf\\' . 
default)
 (directory dired-other-frame file))
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus . 
gnus-other-frame) (file . find-file-other-frame))
 org-special-ctrl-a/e 'reversed
 org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 4)
 org-agenda-files '(~/.emacs.d/org/agenda)
 org-clock-persist-query-resume nil
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-publish-timestamp-directory ~/.emacs.d/tmp/org-timestamps/
 org-babel-load-languages '((clojure . t) (css . t) (ditaa . t) (dot . t) (C . 
t) (gnuplot . t) (mscgen . t)
(perl . t) (python . t) (R . t) (ruby . t) (sh . t))
 org-hide-leading-stars t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-clock-out-when-done nil
 org-babel-tangle-lang-exts '((ruby . rb) (python . py) (perl . pl) 
(c++ . cpp) (clojure . clj)
  (emacs-lisp . el))
 org-export-ascii-bullets '(42 43 45 126)
 org-clock-history-length 25
 org-agenda-start-with-log-mode t
 outline-minor-mode-prefix 
 org-special-ctrl-k t
 org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
 org-publish-use-timestamps-flag nil
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-support-shift-select t
 org-clock-in-resume t
 org-export-preprocess-hook '(org-export-blocks-preprocess)
 org-tags-exclude-from-inheritance '(cmm cmn cmr)
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-babel-hide-result-toggle-maybe)
 outline-regexp \\*+ 
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-clock-persist t
 org-startup-indented t
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-M-RET-may-split-line '((default . t) (headline))
 org-default-notes-file ~/.emacs.d/org/notes.org
 org-directory ~/.emacs.d/org/
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-publish-project-alist '((NasTCs-org :base-directory 
~/.emacs.d/org/agenda/STF160 :base-extension org
  :exclude \\(org\\|html\\|css\\) 
:publishing-directory ~/NasTcOverview
  :publishing-function (kt:publish-html 
org-publish-org-to-org) :plain-source t
  :htmlized-source t :link-validation-function 
kt:copy-and-validate-link :title
  NAS Testcase Overview :table-of-contents t 
:section-numbers nil :headline-levels 3
  :sub-superscript nil :todo-keywords t :drawers t 
:tags not-in-toc :timestamps t
  :auto-index nil :exclude-tags (mdesc limpl) 
:style
  link rel=\StyleSheet\ href=\css/nas.css\ 
type=\text/css\)
 (NasTCs-other :base-directory 
~/.emacs.d/org/agenda/STF160 :recursive t
  :no-timestamps t :base-extension css\\|js 
:publishing-directory ~/NasTcOverview
  :publishing-function org-publish-attachment)
 (NasTCs :components (NasTCs-other 
NasTCs-org))
 (UPC :components (UPC-html UPC-HOWTO-other))
 (UPC-HOWTO-other :base-directory 
~/Documents/Work/RS/UPC :recursive t :no-timestamps
  t :base-extension 
xml\\|dtd\\|txt\\|ppt\\|sh\\|conf\\|exe\\|bat :publishing-directory
  ~/UpcOnCmw :publishing-function 
org-publish-attachment)
 (UPC-html :base-directory 
~/Documents/Work/RS/UPC :recursive t :base-extension org
  

[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*n+4;
x
#+end_src

Is there someone can provide me a working example? Thanks a lot.


-

etimecow...@gmail.com

  _.,,._
.:'`:.
  .'  `.
 .'`.
 :  :
 `.'`':'`'`/'
  `.   \  |   /   ,'
\   \ |  /   /
 `\_..,,.._/'
  {`'-,_`'-}
  {`'-,_`'-}
  {`'-,_`'-}
   `YY'
 ~^^~

___
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


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 jw.he...@gmail.com 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/beameruserguide.pdf

 Check out, in particular, section 18.3.3 entitled Setting Beamer's Fonts
 - You can direct commands for the whole document at various parts of the
 Beamer doc
 --- \setbeamerfont {title}{size=\large} (or \LARGE or \Huge, for example)
 --- \setbeamerfont {frametitle}
 --- Scan the manual for all the part names you can fiddle with but for sure
 these are frametitle (title on each slide), title (title on the first
 slide), author (author's name on first slide), footer/header (the stuff at
 the bottom/top of each slide)... and probably subtitle? I forget all of them
 and haven't found a great concise list yet...

 - You can also set up custom font names like this from page 199
 /
 | \setbeamerfont{parent A}{size=\large}
 | \setbeamerfont{parent B}{series=\bfseries}
 | \setbeamerfont{child}{parent={parent A, parent B},size=\small}
 | \normalfont
 | This text is in a normal font.
 | \usebeamerfont{parent A}
 | This text is large.
 | \usebeamerfont{parent B}
 | This text is large and bold.
 | \usebeamerfont{parent B}
 | This text is still large and bold.
 | \usebeamerfont*{parent B}
 | This text is only bold, but not large.
 | \usebeamerfont{child}
 | This text is small and bold.
 \-

 Also, see secion 18.2.1 entitled Choosing a Font Size for Normal Text
 - Essentially you set body text via \documentclass[size-goes-here(e.g. 8pt,
 11pt, etc.] ]{beamer}

 Lastly, here's a handy page with LaTeX font sizes:
 http://en.wikibooks.org/wiki/LaTeX/Useful_Size_Commands



 http://en.wikibooks.org/wiki/LaTeX/Useful_Size_CommandsJohn



___
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: org-babel matlab example

2010-09-11 Thread Dan Davison
etimecowboy etimecow...@googlemail.com 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 value of the last /unassigned/
computation, so simply ending the code block with a variable name x is
not enough. Could you try one of the following schemes please, and let
us know if that solves it:

#+begin_src matlab :exports results
n = [1:10];
x = 5*n+4;
ans = x
#+end_src

#+begin_src matlab :exports results
n = [1:10];
x = 5*n+4;
x + 0
#+end_src


 The export of code works, but the results was not there. My in-line code is 
 like this:

There was a little typo in your original block: the keyword is
:exports with an s.

Dan


 #+begin_src matlab :export results
 n = [1:10];
 x = 5*n+4;
 x
 #+end_src

 Is there someone can provide me a working example? Thanks a lot.


 -

 etimecow...@gmail.com

   _.,,._
 .:'`:.
   .'  `.
  .'`.
  :  :
  `.'`':'`'`/'
   `.   \  |   /   ,'
 \   \ |  /   /
  `\_..,,.._/'
   {`'-,_`'-}
   {`'-,_`'-}
   {`'-,_`'-}
`YY'
  ~^^~

 ___
 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

___
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: org-babel matlab example

2010-09-11 Thread Dan Davison
Dan Davison davi...@stats.ox.ac.uk writes:

 etimecowboy etimecow...@googlemail.com 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 value of the last /unassigned/
 computation

A better way to say this is: they return the value of the special
variable ans. So whatever you do, at the end of the block you need to
ensure that ans has the value that you want returned.

I've updated the Worg page on Matlab and Octave:

http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-octave-matlab.php

Dan


, so simply ending the code block with a variable name x is
 not enough. Could you try one of the following schemes please, and let
 us know if that solves it:

 #+begin_src matlab :exports results
 n = [1:10];
 x = 5*n+4;
 ans = x
 #+end_src

 #+begin_src matlab :exports results
 n = [1:10];
 x = 5*n+4;
 x + 0
 #+end_src


 The export of code works, but the results was not there. My in-line code is 
 like this:

 There was a little typo in your original block: the keyword is
 :exports with an s.

 Dan


 #+begin_src matlab :export results
 n = [1:10];
 x = 5*n+4;
 x
 #+end_src

 Is there someone can provide me a working example? Thanks a lot.


 -

 etimecow...@gmail.com

   _.,,._
 .:'`:.
   .'  `.
  .'`.
  :  :
  `.'`':'`'`/'
   `.   \  |   /   ,'
 \   \ |  /   /
  `\_..,,.._/'
   {`'-,_`'-}
   {`'-,_`'-}
   {`'-,_`'-}
`YY'
  ~^^~

 ___
 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

 ___
 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

___
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: Get weekly agenda for the current file only, NOT from the agenda list

2010-09-11 Thread Achim Gratz
James Harkins jamshar...@gmail.com 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 microQkb Andromeda XTk Blofeld]+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada


___
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


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 jul...@danjou.info 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.danjou.info/google-weather-el.html
 [2]  http://julien.danjou.info/blog/

___
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: babel-* dirs

2010-09-11 Thread Achim Gratz
Samuel Wales samolog...@gmail.com 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 adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


___
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: ical export - google calendar woes

2010-09-11 Thread Neal Thomison

Neal Thomison neal.thomis...@verizon.net 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 see X-WR-TIMEZONE set
 correctly in the resulting .ics file.

All,

Following up to myself.

With a working example of X-WR-TIMEZONE from Richard Riley and a night's
sleep under my belt, I revisted setting 'org-icalendar-timezone' to my
time zone (America/Indiana/Indianapolis) and this time it worked. Not
quite sure what happened yesterday but I suspect that my calendar was
being cached at Google and therefore did not reflect my furious cycle of
change/push/refresh as I tried different settings.

This thread:

http://www.google.com/support/forum/p/Calendar/thread?tid=4655879e5ebc62f7hl=en

laments the lack of timely refreshing of subscribed calendars and seems
to suggest that the refresh cycle may be as long as 24 hours. I can't
confirm that yet but I'm still waiting. It seems to be at least several
hours long.

Neal




___
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


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)


Christopher Allan Webber cweb...@dustycloud.org writes:

 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 jul...@danjou.info 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.danjou.info/google-weather-el.html
 [2]  http://julien.danjou.info/blog/
___
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


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
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpdf9Mamf2I3.pgp
Description: PGP signature
___
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: Relative file links exported to HTML as links to another site [7.01trans]

2010-09-11 Thread Aidan Gauland
Aidan Gauland aidalgol at no8wireless.co.nz writes:
 Relative file links such as...
 [[file:foo.org][Another file]]
 ...are exported to HTML as...
 a href=http:foo.htmlAnother file/a

Oops!  I forgot to say what I /expected/ it to be exported as.
I expected to get...
a href=foo.htmlAnother file/a
...which would be a relative hyperlink to the file foo.html.



___
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: Agenda and weather forecast

2010-09-11 Thread Richard Riley

Julien Danjou jul...@danjou.info 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.danjou.info/google-weather-el.html
 [2]  http://julien.danjou.info/blog/

Here is a small patch to make it a bit cleaner in non GUI emacs (-nw) :-

--8---cut here---start-8---
Modified google-weather.el
diff --git a/google-weather.el b/google-weather.el
index 393a3cf..898c91b 100644
--- a/google-weather.el
+++ b/google-weather.el
@@ -162,8 +162,8 @@ See `google-weather-retrieve-data' for the use of 
EXPIRE-TIME.
  `(,forecast-encoded-date
(low ,(google-weather-assoc 'low forecast))
(high ,(google-weather-assoc 'high forecast))
-   (icon ,(concat google-weather-image-url
-  (google-weather-assoc 'icon forecast)))
+   (icon ,(if (window-system) (concat google-weather-image-url
+  (google-weather-assoc 'icon forecast)) ))
(condition ,(google-weather-assoc 'condition forecast)
  (loop for entry in (google-weather-data-weather data)
when (eq (car entry) 'forecast_conditions)
--8---cut here---end---8---


-- 
☘ http://www.shamrockirishbar.com, http://www.richardriley.net

Learning French is trivial: the word for horse is 'cheval' and
 everything follows thusly.


___
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] 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 `style' `/style' section in this
way, without referring to an external file.
#+END_QUOTE

The problem with that is that putting...
#+BEGIN_HTML
style
  [some CSS]
/style
#+END_HTML
...anywhere in a buffer results in that code being placed in within
body element of the HTML export, but the style element is not
allowed in the body element.

There also is no documented way to specify literal HTML code to be
placed within the head element when exporting to HTML.

Regards,
Aidan Gauland


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:
==
(setq
 org-export-html-final-hook '(gio/replace-square-brackets)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-agenda-files '(~/uc-files/uc-work.org)
 org-agenda-include-diary t
 org-completion-use-iswitchb t
 org-export-ascii-final-hook '(gio/replace-square-brackets)
 org-completion-use-ido t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-publish-project-alist '((orgfiles :base-directory 
~/doc-aidan/windmill-hill/org/ :publishing-directory
  ~/doc-aidan/windmill-hill/published/ 
:publishing-function org-publish-org-to-html
  :section-numbers nil :table-of-contents nil 
:creator nil :style
  link rel=\stylesheet\ type=\text/css\ 
href=\global.css\ / :auto-preamble t
  :auto-postamble nil)
 (images :base-directory 
~/doc-aidan/windmill-hill/images/ :publishing-directory
  ~/doc-aidan/windmill-hill/published/ 
:base-extension jpg\\|gif\\|png
  :publishing-function org-publish-attachment)
 (other :base-directory 
~/doc-aidan/windmill-hill/other/ :publishing-directory
  ~/doc-aidan/windmill-hill/published/ 
:base-extension css\\|gz\\|bz\\|lzma
  :publishing-function org-publish-attachment)
 (windmill-hill :components (orgfiles images 
other)))
 org-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-mode-hook '(#[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook org-show-block-all 
append local] 5]
 #[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook 
org-babel-show-result-all append local] 5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src 
org-babel-exp-inline-src-blocks))
 org-occur-hook '(org-first-headline-recenter)
 org-outline-path-complete-in-steps nil
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 org-export-preprocess-after-include-files-hook '(org-export-blocks-preprocess)
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc 
org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists 
gio/replace-square-brackets)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-export-blocks '((src org-babel-exp-src-blocks nil) (comment 
org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil) (dot 
org-export-blocks-format-dot nil))
 )


signature.asc
Description: Digital signature
___
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] 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 are in an org file or
will prompt for text otherwise.

regards

r.


-- 
☘ http://www.shamrockirishbar.com, http://splash-of-open-sauce.blogspot.com/ 
http://www.richardriley.net


___
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: Blogging to Blogspot/Blogger from Emacs using GoogleCL - github.

2010-09-11 Thread Richard Riley
Richard Riley rile...@gmail.com 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 above is incorrect : googlecl-prompt-blog is the main entry
point  - its correctly listed in the README anyway ;)

 if you want to blog the current org entry if you are in an org file or
 will prompt for text otherwise.



___
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