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

2013-08-12 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:

Re: [O] example blocks remove initial whitespace

2013-08-12 Thread Sebastien Vauban
Samuel Wales wrote: #+BEGIN_EXAMPLE PR /\ #+END_EXAMPLE pre class=example PR /\ /pre This must be deliberate, but I don't know how to disable that feature. Try the following: ;; preserve spaces and

Re: [O] Upgrading orgmode

2013-08-12 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: Vikas Rawal vikasli...@agrarianresearch.org 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

Re: [O] Hotlist agenda view: how to simplify its expression?

2013-08-12 Thread Sebastien Vauban
Hello Jonathan, Jonathan Leech-Pepin wrote: On Aug 9, 2013 10:57 AM, Sebastien Vauban sva-n...@mygooglest.com wrote: Suppose I want a convenient way to see my most important tasks, the ones which: - are due soon (in the next 7 days), or - have a high priority (#A), or - are FLAGGED. If I

[O] Changing page style in odt export

2013-08-12 Thread Vikas Rawal
I have a wide table in my org document which I want on a separate landscape page in between the document. In my style file, I have a page style Landscape. Normally, in Libreoffice, I insert a page break with Landscape page style before the table, and another page break with Default page style

[O] [PATCH] Org attach: use vc to find the git dir if it exists

2013-08-12 Thread Rémi Vanicat
Org attach use to fail to commit the attached file in git or git annex when the .git repository is not in the data sub-directory. This new code will use vc-git to find the .git file, and from this do what is needed for committing file into git or git annex. --- lisp/org-attach.el | 9 +

Re: [O] ODT export

2013-08-12 Thread Vikas Rawal
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) Thanks Yagnesh. I want to have a working org file that generate odt. Have

Re: [O] [ANN.] org-trello v0.1.0

2013-08-12 Thread Thorsten Jolitz
eniotna eniotn...@gmail.com writes: Hi, I've release the 0.1.0 version of org-trello - 2 way sync between org and trello. Main page: http://ardumont.github.io/org-trello/ Demos: - http://adumont.fr/blog/org-trello-sync-your-org-file-to-trello/ -

Re: [O] ODT export

2013-08-12 Thread Vikas Rawal
╭─┤ http://askubuntu.com/a/239332/18411 ├─ │Believe it or not, with complex documents and lots of packages included, I got │much better results with LaTeX2HTML than with LaTeX2RTF, Pandoc or TeX4ht. │ │ latex2html texfile.tex -split 0 -no_navigation -info -address

[O] Bug: org-insert-heading wrongly adding checklist [8.0.7 (8.0.7-6-g13cb28-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20130812/)]

2013-08-12 Thread Craig Tanis
) of 2013-03-18 on nincompoop.emcs3w.utc.edu Package: Org-mode version 8.0.7 (8.0.7-6-g13cb28-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20130812/) current state: == (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe

[O] Bug: org file not being saved [7.9.3f (release_7.9.3f-17-g7524ef @ /home/pms/.emacs.d/elpa/org-20130805/)]

2013-08-12 Thread Prashant Shevgaonkar
I installed gnu emacs 24.3 on Fedora 16, after removing the previous version 23.3.11 using yum remove. Now the org files are not being saved. The error shown is: org-make-tags-matcher expects todo-only to be scope in Emacs : GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.4) of

Re: [O] example blocks remove initial whitespace

2013-08-12 Thread Samuel Wales
On 8/12/13, Sebastien Vauban sva-n...@mygooglest.com wrote: Try the following: ;; preserve spaces and `tab' characters in source code blocks (setq org-src-preserve-indentation t) Best regards, Hi Sebastien, That did not work for me. Does that work for you? Samuel -- The Kafka

[O] agenda does not restrict to file

2013-08-12 Thread Samuel Wales
There are 3 categories of Org files: org-agenda-files, org-agenda-text-search-extra-files, and other files. An agenda text search without restriction will search in the first two categories. A search with restriction to a member of other files will search that file (good and expected) and also

Re: [O] table export to same buffer

2013-08-12 Thread William Henney
Hi Rustom Sorry for the delay - I only check the list sporadically… On Sun, Aug 4, 2013 at 6:13 AM, Rustom Mody rustompm...@gmail.com wrote: On Sun, Aug 4, 2013 at 5:04 AM, William Henney when...@gmail.com wrote: On Fri, Aug 2, 2013 at 11:52 PM, Rustom Mody rustompm...@gmail.comwrote:

[O] [PATCH] ob-python

2013-08-12 Thread Achim Gratz
From 8f3c510f43e458a1bbb58b126fc4e402007e6cfe Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Mon, 12 Aug 2013 21:10:27 +0200 Subject: [PATCH] ob-python: run-python requires argument cmd * lisp/ob-python.el: Supply non-optional argument `cmd' to all invocations of

Re: [O] [PATCH] ob-python

2013-08-12 Thread Eric Schulte
Applied. Thanks, Achim Gratz strom...@nexgo.de writes: From 8f3c510f43e458a1bbb58b126fc4e402007e6cfe Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Mon, 12 Aug 2013 21:10:27 +0200 Subject: [PATCH] ob-python: run-python requires argument cmd * lisp/ob-python.el:

[O] How to use my own stylesheet for publishing to html ?

2013-08-12 Thread Mehul Sanghvi
My project setup: (setq org-publish-project-alist '( ;; ... add all the components here (see below)... ;;(inherit-styles-and-js ;; :base-directory ~/org/new-site/ ;; :recursive t ;; :base-extenstion css\\|js ;; :publishing-directory ~/public_html/new-site/ ;; :publishing-function

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

2013-08-12 Thread James Harkins
On Aug 12, 2013 1:39 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 2.5.2013, at 13:56, James Harkins jamshar...@gmail.com 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

Re: [O] How to use my own stylesheet for publishing to html ?

2013-08-12 Thread Mehul Sanghvi
I made some changes: - Removed #+SETUPFILE: from index.org - Added :html-head to org-publish-project-alist And that seems to have done the trick. So it seems the problem is with the template that I was referring to in #+SETUPFILE which I'll need to look at, one option at a time, unless