[O] help regarding babel to set in-buffer specific keybinding

2012-02-07 Thread Thomas Alexander Gerds
here is a (beginner) question regarding the following org-file with buffer-local function and keybinding: , | | * Lisp header (C-c C-c to activate) | #+BEGIN_SRC emacs-lisp | (defun blue-file () | (interactive) | (org-table-insert-row 'below) | (org-table-goto-column 1) |

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-07 Thread Jambunathan K
Nicolas Goaziou writes: >> IIUC, you specify how to translate some "LaTeX-like command" to the different >> back-ends. But I don't see DocBook nor OOo in the list: >> >> ┏ >> ┃ User-defined entities used in Org-mode to produce special characters. >> ┃ Each entry in this list is a

Re: [O] MobileOrg for Android 0.8.0

2012-02-07 Thread Tom Regner
Tom Regner writes: > Hi Sven, > > "Sven Bretfeld" writes: > >> >> Thank you very much for MobileOrg 0.8. It has improved very much since >> the last update. Really good work. > > I second that - it's an awesome release. > >> 1. Calendar Sync doesn't seem to work on my device. I chose one of my >>

[O] [PATCH] org-export-generic table exporting

2012-02-07 Thread Tom Alexander
I noticed that the org-export-generic.el script had options for basic features like checkboxes but not for tables, which were locked into ascii exporting. The attached patch creates many variables to allow users to change the table formatting (much like how there are variables like ":body-list-chec

Re: [O] Some struggles of mine with org-mode

2012-02-07 Thread Eric Schulte
> > - Email. Some very elegant (in complicated ways) solutions have > been generated, but all I need it simple text-based email. I > would be willing to install sendmail or postfix, if need be, but > I don't really wish to send html based email. See the next item. Limi

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-07 Thread Carson Chittom
Matthew Jones writes: > Hey Carson... I've never thought of putting it on the amazon store. I'll > check on that in the meantime if you want to use it and the Fire can > install apks directly you can download the latest release here: > > http://matburt.net/files/MobileOrg-release.apk I can

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-07 Thread Matthew Jones
Hey Carson... I've never thought of putting it on the amazon store. I'll check on that in the meantime if you want to use it and the Fire can install apks directly you can download the latest release here: http://matburt.net/files/MobileOrg-release.apk On Tue, Feb 7, 2012 at 7:28 PM, Carson

Re: [O] Updating the Babel section of Worg

2012-02-07 Thread Martyn Jago
Hi Thomas and Eric Love it. I will try to help! Worg is a great resource that is getting better and better. The template looks good (Babel wise) and should be up there as a check-sheet, although maybe not as a requirement. Eric - perhaps mark good pages as good rather than bad pages. They're no

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-07 Thread Carson Chittom
Matthew Jones writes: > MobileOrg for Android has gone through a lot of changes recently. We've > added a lot of great features that users have been asking for and fixed > some big issues that have been bothering people. Awesome! I can't wait to try it out. Any chance it will be available via

Re: [O] Updating the Babel section of Worg

2012-02-07 Thread Thomas S. Dye
Hi Eric, I've attached a first draft of a template for review and revision. It is heavily influenced by John Hendy's terrific gnuplot page. I believe it incorporates the points in your outline. Feel free to edit as appropriate. All the best, Tom #+OPTIONS:H:3 num:nil toc:2 \n:nil @:t ::t

Re: [O] Hierarchical calculations

2012-02-07 Thread OSiUX
El mar, 07 feb 2012, Rick Moynihan decía: >Hi all, >I recently wanted to use org-mode to do some simple calculations where >estimate values would hierarchically bubble up a tree, in a similar way to >checkbox percentages e.g. >* Total Effort [110] >** Task 1 [45] >*** T

Re: [O] [beamer] Code blocks in lists?

2012-02-07 Thread Nick Dokos
Sebastien Vauban wrote: > >> Org-mode version 7.8.03 (release_7.8.03.356.gfe2e) > > > > Strange. This version doesn't exist yet. As the time of writing, we're > > at release: Org-mode version 7.8.03 (release_7.8.03.321.gaac1c). > > I have no idea why it's the case: I don't have any pending modi

[O] Hierarchical calculations

2012-02-07 Thread Rick Moynihan
Hi all, I recently wanted to use org-mode to do some simple calculations where estimate values would hierarchically bubble up a tree, in a similar way to checkbox percentages e.g. * Total Effort [110] ** Task 1 [45] *** Task 1.1 [20] *** Task 1.2 [10] *** Task 1.3 [15] *** Task 1.4 [10] ** Task

Re: [O] [beamer] Code blocks in lists?

2012-02-07 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" > writes: > >> Nicolas Goaziou wrote: >>> "Sebastien Vauban" writes: >>> I've identified a couple of troubles related to code blocks inside lists (in Beamer): - code blocks break the list - "relative" inde

Re: [O] Document date and last updated date

2012-02-07 Thread Sebastien Vauban
Hi all, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> Speaking of hyperref and its _document properties_, it makes me think of a >> generic point for which I don't have yet a really satisfactory solution, that >> is about handling dates. >> >> In a PDF document, regarding dates, we have

[O] Some struggles of mine with org-mode

2012-02-07 Thread lngndvs
[This post concerns what have become, for me, conflicts between the scopes of org-agenda-files and the universe I would like to search within all org files, in particular. I hope I will be forgiven for drifting substantially from that focused topic] Org-mode is well entrenched in

[O] bug#9584: bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Bastien
Glenn Morris writes: > Lars Ingebrigtsen wrote: > >> Perhaps something had bound outline-regexp while loading stuff earlier, >> leaving the variable unbound? > > I bet you are right. What is the version of org-mode? -- Bastien

[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Glenn Morris
Lars Ingebrigtsen wrote: > Perhaps something had bound outline-regexp while loading stuff earlier, > leaving the variable unbound? I bet you are right.

[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Lars Ingebrigtsen
Glenn Morris writes: >>> Debugger entered--Lisp error: (void-variable outline-regexp) >>> outline-mode() >>> org-mode() >> >> This seems like an org-mode bug. Perhaps it needs to require >> outline-mode? > > It does, so it is very hard to see how this error could occur. Perhaps something ha

[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Glenn Morris
Lars Magne Ingebrigtsen wrote: >> Debugger entered--Lisp error: (void-variable outline-regexp) >> outline-mode() >> org-mode() > > This seems like an org-mode bug. Perhaps it needs to require > outline-mode? It does, so it is very hard to see how this error could occur.

[O] ATTRLIST-x in agenda exported to html

2012-02-07 Thread lbmlist
Greetings, I use a number of To Do states. When I export my agenda views to html, the various To Do's get dropped into spans that are not consistent. For example, in one view: TODO ... DESIGN ... In another: TODO ... PENDING ... DESIGN ... What I would like to do is somehow be able to b

Re: [O] Bug: CLOCKSUM does not work in column view when generating a second time [7.8.02]

2012-02-07 Thread Don Roberts
Commit e8151c382cf9c8f717c03002e62af334108d9ee5 broke this. I'm not familiar with invoice.el, so I don't know what the correct resolution is for this. don

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-07 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> I used: >> >> (add-to-list 'org-entities-user '("omacr" "\\={o}" nil "ō" "o" "o" "ō")) >> >> without a problem. > > IIUC, you specify how to translate some "LaTeX-like command" to the different > back-ends. But I don't see DocBook nor OOo

[O] [PATCH] Make [fragile] work with overlay specifications.

2012-02-07 Thread Christoph Dittmann
Hi, I noticed something unexpected in org-beamer.el when I used overlay specifications together with optional parameters for the frame environment and the frame contained verbatim sections. In this case the exporter would add [fragile] to the frame options in a way that would break the LaTeX

Re: [O] Document date and last updated date

2012-02-07 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Speaking of hyperref and its _document properties_, it makes me think of a > generic point for which I don't have yet a really satisfactory solution, that > is about handling dates. > > In a PDF document, regarding dates, we have (see output of `pdfinfo'): >

[O] Title gets a 'nil' appended on org-export-subtree to html

2012-02-07 Thread John Hendy
I got some weird behavior on a file, so I recreated a smaller example and can reproduce it. Here it is: -- #+options: <:t num:t tasks:nil tags:t * test ** sub 1 ** sub 2 -- If I go to the first headline, 'test', and do =C-c C-e 1 h= to export the subtree as html, my filename/de

Re: [O] orgmode and auctex

2012-02-07 Thread Nick Dokos
Christopher Witte wrote: > I've had a small problem with orgmode and auctex.  Follwing the auctex > quickstart I added the > following to my .emacs > > (setq-default TeX-master nil) > > and then from the orgmode FAQ to setup reftex in orgmode I added the following > > (defun org-mode-reftex-s

[O] orgmode and auctex

2012-02-07 Thread Christopher Witte
I've had a small problem with orgmode and auctex. Follwing the auctex quickstart I added the following to my .emacs (setq-default TeX-master nil) and then from the orgmode FAQ to setup reftex in orgmode I added the following (defun org-mode-reftex-setup () (load-library "reftex") (and (buff

Re: [O] MobileOrg for Android 0.8.0

2012-02-07 Thread Tom Regner
Hi Sven, "Sven Bretfeld" writes: > > Thank you very much for MobileOrg 0.8. It has improved very much since > the last update. Really good work. I second that - it's an awesome release. > 1. Calendar Sync doesn't seem to work on my device. I chose one of my >GoogleCalendars to sync to. But

[O] [PATCH] org-read-date-overlay shown in other buffers, point in calendar window defaults to end of line

2012-02-07 Thread Zachary Kanfer
This patch fixes two bugs in the same section of code: Bug 1: While running org-time-stamp, org-read-date-overlay is shown in the current buffer, even when that buffer isn't the minibuffer. You can see this by entering a file in org-mode, then pressing to run org-time-stamp. The overlay is the ye

Re: [O] [beamer] Code blocks in lists?

2012-02-07 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> "Sebastien Vauban" writes: >> >>> I've identified a couple of troubles related to code blocks inside lists (in >>> Beamer): >>> >>> - code blocks break the list >>> >>> - "relative" indentation of the code inside its frame is wrong except w

Re: [O] org-babel-R: export R graphics to LaTeX

2012-02-07 Thread Nick Dokos
Gary Oberbrunner wrote: > I have the following org-mode test file: > > === > #+TITLE:tester.org > #+PROPERTY: session *R* > #+PROPERTY: results output > #+LaTeX_HEADER: \usepackage{hyperref} > > * Headline here > > Here is some text. > > #+begin_src R :exports both :results graphi

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-07 Thread Carsten Dominik
Wow Matthew, great to see your persistence in developing this program! - Carsten On 7.2.2012, at 12:59, Matthew Jones wrote: > MobileOrg for Android has gone through a lot of changes recently. We've added > a lot of great features that users have been asking for and fixed some big > issues th

[O] [PATCH] Make [fragile] work with overlay specifications.

2012-02-07 Thread Christoph Dittmann
Hi, I noticed something unexpected in org-beamer.el when I used overlay specifications together with optional parameters for the frame environment and the frame contained verbatim sections. In this case the exporter would add [fragile] to the frame options in a way that would break the LaTeX

[O] org-babel-R: export R graphics to LaTeX

2012-02-07 Thread Gary Oberbrunner
I have the following org-mode test file: === #+TITLE:tester.org #+PROPERTY: session *R* #+PROPERTY: results output #+LaTeX_HEADER: \usepackage{hyperref} * Headline here Here is some text. #+begin_src R :exports both :results graphics :file img.jpg hist(rnorm(100)) #+end_src

Re: [O] MobileOrg for Android 0.8.0

2012-02-07 Thread Matthew Jones
Calendar items are only added when new content comes in, so if you are having trouble with them not showing up you can try to clear your database and re-sync. Afterwards we'll pick up any changes to your org files and handle it automatically. On Tue, Feb 7, 2012 at 3:42 AM, Tom Regner wrote: >

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-07 Thread Thomas S. Dye
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I defined a new entity in org-entities-user, but the new exporter >> appears to ignore it. Does it look at this variable, or just >> org-entities? > > I used: > > (add-to-list 'org-entities-user '("omac

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-07 Thread Andreas Leha
Jambunathan K writes: > I committed the changes only a few minutes ago as part of Org-mode > version 7.8.03 (release_7.8.03.300.g9b820) > > So the Org version should be at or above the 300th version. > > Jambunathan K writes: > >> Thanks to Giles[1] for introducing us to the "--convert-to" optio

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-07 Thread suvayu ali
Hi Nick, On Tue, Feb 7, 2012 at 03:31, Nick Dokos wrote: > suvayu ali wrote: > >> On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote: >> > >> > Confirmed. If I add >> > >> > (require 'org-clock) >> > >> > to my minimal .emacs, it goes away. So it seems to be a missing dependenc= >> y. >> > >> >> It

[O] Bug: vertical bar is auto inserted in "quote" block [7.8.03]

2012-02-07 Thread winterTTr
Simple create a file(test.org) as below: --- # -*- mode: org; coding: utf-8-dos -*- #+TITLE: The title of my blog * Test ** Test #+begin_quote | test 1 | test 2 | test 3 #+end_quote - Try to open this file in emacs, the result is, the text in quote

Re: [O] MobileOrg for Android 0.8.0

2012-02-07 Thread Matthew Jones
Hey Sven, glad you like it! 1. Calendar sync only looks at new items as they come in. So anything that's on your device already will need to be rey-synced to pick up the changes. The easiest way to do this is to use the "Clear Database" option under the settings menu. After doing this you can r

[O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-07 Thread Matthew Jones
MobileOrg for Android has gone through a lot of changes recently. We've added a lot of great features that users have been asking for and fixed some big issues that have been bothering people. If you have tried MobileOrg in the past and have difficulties with it or it didn't have a feature you wan

Re: [O] [ODT] image scaling overridden by long caption

2012-02-07 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > > #+label: fig:baz #+name: baz #+attr_odt: :scale 0.5 #+header: :file baz.png #+header: :width 7200 :height 3600 :res 600 #+begin_src R :exports results :results graphics plot(1:10, 1:10) #+end_src > > Image

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-07 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > t...@tsdye.com (Thomas S. Dye) writes: > >> I defined a new entity in org-entities-user, but the new exporter >> appears to ignore it. Does it look at this variable, or just >> org-entities? > > I used: > > (add-to-list 'org-entities-user '("omacr" "\\={o}" ni

[O] Document date and last updated date

2012-02-07 Thread Sebastien Vauban
Hi, Following this discussion, I think that we could discuss some related features, as exporters are currently evolving and certainly will support new stuff. Nicolas Goaziou wrote: > t...@tsdye.com (Thomas S. Dye) writes: >> Nicolas Goaziou writes: > >>> There are three states for creator, on, o

[O] MobileOrg for Android 0.8.0

2012-02-07 Thread Sven Bretfeld
Hi Matthew, hi to all Thank you very much for MobileOrg 0.8. It has improved very much since the last update. Really good work. I have a few questions. 1. Calendar Sync doesn't seem to work on my device. I chose one of my GoogleCalendars to sync to. But the Test item I created didn't show