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
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
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
Maybe use #+begin_comment ... #+end_comment?
--
Composed on a very small pocket computer. Please excuse the brevity.
>> "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
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
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
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
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.
>
>>
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
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
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
[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
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
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
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
16 matches
Mail list logo