[O] how to make capture use up the whole frame?

2013-08-11 Thread Samuel Wales
How do I make the capture buffer use up the whole frame? I tried this: (add-hook 'org-capture-mode-hook 'delete-other-windows) But it changes the buffer ring, putting the buffer point was in in next-buffer instead of previous-buffer where it belongs. Thanks. Samuel -- The Kafka Pandemic: h

Re: [O] New exporter and dates in tables

2013-08-11 Thread Carsten Dominik
OK, thank you. - Carsten On 9.8.2013, at 13:02, Bernt Hansen wrote: > Hi Carsten! > > All of my headings are followed by an inactive timestamp. I've started > leaving a blank line before the content for the heading so the inactive > timestamp is not exported when timestamps are disabled with

Re: [O] Worg: Links to parent nodes?

2013-08-11 Thread Carsten Dominik
On 2.5.2013, at 13:56, James Harkins wrote: > Apologies if this has been asked already. I just noticed that, e.g., the > ox-beamer.html page [1] has no links to its parent nodes. So for fun, I > hacked the url to go back up a couple of levels, and that page didn't have > any parent links eith

Re: [O] faster agenda with properties support disabled (no org-refresh-properties)

2013-08-11 Thread Carsten Dominik
On 12.8.2013, at 05:43, Daniel Clemente wrote: > >> >> M-x elp-instrument-package org >> M-x elp-reset-all >> >> M-x elp-results > > Incidentally I ran that and I saw: > > org-agenda1 > 15.709354028 15.709354028 > org-agenda-l

Re: [O] Upgrading orgmode

2013-08-11 Thread Nick Dokos
Vikas Rawal writes: > I normally upgrade my orgmode using "sudo make up2", in the orgmode > directory. > > But today when I did it, I get the following error: > > *** > 3 unexpected results: >FAILED test-org-export/data-with-backend >FAILED test-org-export/export-snippet >FAILED

Re: [O] orgmode.org is missing a link to the split HTML manual

2013-08-11 Thread Carsten Dominik
On 12.8.2013, at 05:37, James Harkins wrote: > Is there a reason why the org-manual's index is not linked from the head > orgmode.org page? > > Under orgmode.org/#docs, the link to the HTML manual is > http://orgmode.org/org.html, which downloads the entire contents of the > manual into the

[O] faster agenda with properties support disabled (no org-refresh-properties)

2013-08-11 Thread Daniel Clemente
> > M-x elp-instrument-package org > M-x elp-reset-all > > M-x elp-results Incidentally I ran that and I saw: org-agenda1 15.709354028 15.709354028 org-agenda-list 1 15.49

[O] orgmode.org is missing a link to the split HTML manual

2013-08-11 Thread James Harkins
Is there a reason why the org-manual's index is not linked from the head orgmode.org page? Under orgmode.org/#docs, the link to the HTML manual is http://orgmode.org/org.html, which downloads the entire contents of the manual into the browser. This is perhaps tolerable on a full-size computer,

Re: [O] ODT export

2013-08-11 Thread Yagnesh Raghava Yakkala
Hello Vikas, I don't think you can convert latex bits to org automatically. I was in a similar situation few days ago. I had very satisfying results using LaTeX2HTML and libreoffice convert. (org → latex → html → odt/doc) Citing the procedure I used to convert. ╭─┤ http://askubuntu.com/a/

[O] ODT export

2013-08-11 Thread Vikas Rawal
I have an org file with some latex src code blocks embedded in it. These are mainly tables which could not be made using orgmode and had to be coded in latex (orgmode does not allow putting notes at the bottom of table using something like threeparttable). I now need to convert the document to odt

[O] Upgrading orgmode

2013-08-11 Thread Vikas Rawal
I normally upgrade my orgmode using "sudo make up2", in the orgmode directory. But today when I did it, I get the following error: *** 3 unexpected results: FAILED test-org-export/data-with-backend FAILED test-org-export/export-snippet FAILED test-org-export/table-cell-alignment

Re: [O] narrowing bug when inserting a headline

2013-08-11 Thread Samuel Wales
On 8/8/13, Carsten Dominik wrote: > On 30.7.2013, at 20:30, Samuel Wales wrote: > I think this is now fixed. Confirmed. Thanks, Carsten. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmar

[O] example blocks remove initial whitespace

2013-08-11 Thread Samuel Wales
#+BEGIN_EXAMPLE PR /\ #+END_EXAMPLE PR /\ This must be deliberate, but I don't know how to disable that feature. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES pro

[O] org package file proposition

2013-08-11 Thread Étienne Deparis
Hello, I'm currently working on my spare time on a little CMS build around org mode. The aim of this little project is to provide an easy way to maintain a customizable personal Website, where content are provided by org file. As I was looking for a way to easily publish sort of blog post writte

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Viktor Rosenfeld
Hi Nicolas, Viktor Rosenfeld wrote: > So I propose to append the docstring of > `org-icalendar-export-timestamps': > > This variable has precedence over and overrides the behavior of > `org-export-with-timestamps'. The setting is applied to every > timestamp below a headline and not only t

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Viktor Rosenfeld
Hi Nicolas, Nicolas Goaziou wrote: > Viktor Rosenfeld writes: > > > The docstring of `org-icalendar-with-timestamps' already states: > > > > This variable has precedence over `org-export-with-timestamps'. > > It can also be set with the #+OPTIONS line, e.g. "<:t". > > This wouldn't be suff

[O] odt export version conflict on emacs for mac os x

2013-08-11 Thread Skip Collins
The version of org that comes with my stock Emacs on OS X (from emacsformacosx.org) seems to conflict with my git installation of org. This is particularly evident when trying to use ODT export. Emacs.app is located in the usual /Applications folder. The newer org, which I intend to completely supp

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Nicolas Goaziou
Viktor Rosenfeld writes: > The docstring of `org-icalendar-with-timestamps' already states: > > This variable has precedence over `org-export-with-timestamps'. > It can also be set with the #+OPTIONS line, e.g. "<:t". This wouldn't be sufficient: "has precedence over" isn't a synonym for "ch

Re: [O] [PATCH] org-mobile.el: Skip and elements

2013-08-11 Thread Viktor Rosenfeld
Hi Achim, Achim Gratz wrote: > Viktor Rosenfeld writes: > > TINYCHANGE > > Just declaring things TINYCHANGE doesn't magically make it so, please > remember that the limit is cumulative. Org already has changes from you > to core files. Additionally you weren't listed as a TINYCHANGE > contribu

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Viktor Rosenfeld
Hi Aaron, Aaron Ecay wrote: > > (lambda (ts) > > - (let ((uid (format "TS%d-%s" (incf counter) uid))) > > -(org-icalendar--vevent entry ts uid summary loc desc cat))) > > + (let ((type (org-element-property :type ts)) > > + (uid (format "TS%d-%s" (incf counter) uid)))

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Viktor Rosenfeld
Hi Nicolas, Nicolas Goaziou wrote: > Hello, > > Viktor Rosenfeld writes: > > > * ox-icalendar.el (org-icalendar-entry): Honor setting of > > `org-icalendar-with-timestamps' for timestamps on headlines > > and checkboxes. > > > > The setting `org-icalendar-with-timestamps' was only appl

Re: [O] Indicate programming language on babel export to markdown.

2013-08-11 Thread Nicolas Goaziou
Hello, Konstantin writes: > GitHub support programming language highlight for markdown: > > ```lisp > (some-code) > ``` > > When I use org-md-export-to-markdown for such org snippet > > #+begin_src emacs-lisp > (some-code) > #+end_src > > babel is not indicate `emacs-lisp` in the resulting markd

[O] Indicate programming language on babel export to markdown.

2013-08-11 Thread Konstantin
GitHub support programming language highlight for markdown: ```lisp (some-code) ``` When I use org-md-export-to-markdown for such org snippet #+begin_src emacs-lisp (some-code) #+end_src babel is not indicate `emacs-lisp` in the resulting markdown file. Is it possible? How to achieve that? --

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-11 Thread Nicolas Goaziou
Hello, Viktor Rosenfeld writes: > * ox-icalendar.el (org-icalendar-entry): Honor setting of > `org-icalendar-with-timestamps' for timestamps on headlines > and checkboxes. > > The setting `org-icalendar-with-timestamps' was only applied > to timestamps which do not appear on a heading

Re: [O] [PATCH] org-mobile.el: Skip and elements

2013-08-11 Thread Achim Gratz
Viktor Rosenfeld writes: > TINYCHANGE Just declaring things TINYCHANGE doesn't magically make it so, please remember that the limit is cumulative. Org already has changes from you to core files. Additionally you weren't listed as a TINYCHANGE contributor on Worg (I have just added you). Please