Re: [O] Sitemap for google?

2013-07-05 Thread Bastien
Hi Vikas, Vikas Rawal writes: > When I publish my website, orgmode gives me the sitemap as an html. > Google requires sitemap as an xml, rss or text file > (https://support.google.com/webmasters/answer/183668). > > Any suggestions on how to get orgmode to create a google-compatible > sitemap? Y

[O] Sitemap for google?

2013-07-05 Thread Vikas Rawal
When I publish my website, orgmode gives me the sitemap as an html. Google requires sitemap as an xml, rss or text file (https://support.google.com/webmasters/answer/183668). Any suggestions on how to get orgmode to create a google-compatible sitemap? Vikas

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
On 07/05/2013 07:40 PM, Eric S Fraga wrote: #+begin_comment ... #+end_comment? does not work, the odt file contains #+begin_comment my text #+end_comment ? the issue is I want to write say one paragraph in Spanish and the next in German, again spanish then German, etc but the odt file shou

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Eric S Fraga
Maybe use #+begin_comment ... #+end_comment? -- Composed on a very small pocket computer. Please excuse the brevity.

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
>> "Eric" == Eric S Fraga writes: > Uwe Brauer writes: >> Hello > I'm not sure if I have misunderstood your question or not but you can > easily exclude whole subtrees from export by, for instance: > #+title: The title > #+EXPORT_EXCLUDE_TAGS: noexport > * Introduction

Re: [O] [RFC] Changing internal representation of back-ends to defstructs

2013-07-05 Thread Bastien
Hi Eric, Eric S Fraga writes: > Funnily enough, I had to export a table in CSV format just last week and > this function would have been great. Well, you do have M-x org-table-export RET table.csv and it exports to csv already... -- Bastien

Re: [O] org-odt-export-to-odt: hide text

2013-07-05 Thread Eric S Fraga
Uwe Brauer writes: > Hello > > Is there a possiblity to hide text in a org file, such then it is not > displayed (or does not appear) in the odt file, I generated using > org-odt-export-to-odt? I'm not sure if I have misunderstood your question or not but you can easily exclude whole subtrees f

Re: [O] [RFC] Changing internal representation of back-ends to defstructs

2013-07-05 Thread Eric S Fraga
Nicolas Goaziou writes: > Completing myself, > >> I applied the patches. Now, onto orgtbl-to-*. > > Here is an example illustrating the new features provided by quick and > anonymous export back-ends: Thanks for this! Funnily enough, I had to export a table in CSV format just last week and th

Re: [O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-05 Thread Eric S Fraga
Steinar Bang writes: >> Bastien : > >> Steinar Bang writes: >>> Hm... I get "invalid key" when pressing 'v' after doing 'C-c a'... am I >>> missing some key binding or other setting? > >> `C-c a' should be followed by the key for the agenda view you want to >> display. > > Yes, I know. > >>

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-07-05 Thread Eric S Fraga
Karl Voit writes: > * Karl Voit wrote: >> >> I would be happy to document this method and provide it on Worg. In >> my opinion, this would be very handy for many Org-mode users. > > I summarized the method on Worg[1]. > > Can someone please proof read the page? I am not a native speaker > and it

Re: [O] babel - python question

2013-07-05 Thread Eric Schulte
Rustom Mody writes: > [Complete babel noob here] > > Following the babel doc > http://orgmode.org/worg/org-contrib/babel/intro.html#library-of-babel > > I wrote this > > * Head > #+name: ppp :results value > #+begin_src python > import time > print("Hello, today's date is %s" % time.ctime()) > pr

[O] [PATCH] C-3 C-c C-w to copy the subtree instead of moving it

2013-07-05 Thread Bastien
When taking notes in a meeting, I often need to refile a subtree by copying it (so that it stays in the meeting's notes.) For now you can do this by setting (setq org-refile-keep t) but having this on a temporary basis is nice. This patch does this. >From d35926a24d3741453d9ee2bc837ec540cccfae09

[O] babel - python question

2013-07-05 Thread Rustom Mody
[Complete babel noob here] Following the babel doc http://orgmode.org/worg/org-contrib/babel/intro.html#library-of-babel I wrote this * Head #+name: ppp :results value #+begin_src python import time print("Hello, today's date is %s" % time.ctime()) print('Two plus two is') return 2 + 2 #+end_src

Re: [O] use save-window-excursion in agenda archiving?

2013-07-05 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > I believe switching the `save-excursion' call at line 8382 of > org-agenda.el (inside `org-agenda-archive-with') to a > `save-window-excursion' instead solves the problem. This is it, fixed, thanks. -- Bastien

[O] org-odt-export-to-odt: hide text

2013-07-05 Thread Uwe Brauer
Hello Is there a possiblity to hide text in a org file, such then it is not displayed (or does not appear) in the odt file, I generated using org-odt-export-to-odt? thanks Uwe Brauer

[O] use save-window-excursion in agenda archiving?

2013-07-05 Thread Eric Abrahamsen
I don't know if this is a new development, but archiving items from the agenda causes the buffer to jump so the archived line is at the top of the window. This is pretty distracting, and makes archiving multiple items kind of annoying. I believe switching the `save-excursion' call at line 8382 of