Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-08 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Then what about this patch? Could someone please point me to the docu for applying patches within Emails. I think Bastien has written about keyboard shortcuts for doing this but I can't find his Email... -- Thanks > > Regards, > > -- > Nicolas Goaziou > From 91283ee

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-08 Thread Bernt Hansen
"Sebastien Vauban" writes: > Hi Bernt, Bastien, > > Bernt Hansen wrote: >> Another change I've noticed in master is the display of the clocking >> task menu when doing >> >> C-u M-x org-clock-in >> >> I've reduced my clocking menu items a bit due to screen size changes and >> not being able to

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Nick Dokos
> ...the $3 seemed better than $<<< though so I kept it) Bah, humbug: I pasted the $<<< version, instead of the $3 version.

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Nick Dokos
On Mon, Apr 8, 2013 at 10:21 PM, Gunnar Wolf wrote: > Suvayu Ali dijo [Tue, Apr 09, 2013 at 02:25:19AM +0200]: > > On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote: > > > #+CAPTION: Attendances for April > > > |-+---+---+---+---+---++---| > > > | Accoun

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Gunnar Wolf
Suvayu Ali dijo [Tue, Apr 09, 2013 at 02:25:19AM +0200]: > On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote: > > #+CAPTION: Attendances for April > > |-+---+---+---+---+---++---| > > | Account | Name | 1 | 3 | 5 | 8 | 10 | Total | > > |---

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > > Hi List, > > I made navi-mode (=> super-fast buffer navigation, visibility-cycling, > structure-editing, and much more, with one-key commands in an associated > read-only *Navi* buffer) work with Org-mode buffers too. > > [deleted] > > (6. Want mo

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-08 Thread Rick Frankel
On Sun, Apr 07, 2013 at 09:00:27PM +0200, Nicolas Goaziou wrote: > Hello, > > Rick Frankel writes: > > > On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: > >> Dieter Wilhelm writes: > >> > Or just using a default time string format which is language > >> > independent, like %Y-%

Re: [O] Executable not found error with begin_src R but not begin_src R :session on Windows

2013-04-08 Thread Eric Schulte
John Hendy writes: > On 8.0-pre and have never had an issue with R source code blocks > before. I was just trying something simple like: > > #+begin_src R :exports results > > a <- 1+2 > a > > #+end_src > > I got empty #+results block upon execution and the *Org Babel Error* > (something like tha

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > Charles Berry ucsd.edu> writes: > > > ` > >> > > >> > I cannot seem to get this to work. If I try to execute > >> > > >> > ;; # #+begin_src emacs-lisp > >> > ;; # (require 'outshine)

[O] Executable not found error with begin_src R but not begin_src R :session on Windows

2013-04-08 Thread John Hendy
On 8.0-pre and have never had an issue with R source code blocks before. I was just trying something simple like: #+begin_src R :exports results a <- 1+2 a #+end_src I got empty #+results block upon execution and the *Org Babel Error* (something like that) buffer had an error about the executab

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Suvayu Ali
On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote: > #+CAPTION: Attendances for April > |-+---+---+---+---+---++---| > | Account | Name | 1 | 3 | 5 | 8 | 10 | Total | > |-+---+---+---+---+---++---| > |1234 |

[O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Gunnar Wolf
Hi, As mostly everything for my class work is handled through org-mode, I am trying to use it also for tracking attendance. And it almost works (given my quite-probably-wrong way to solve it) — Can you help me pinpoint what am I doing wrong? In case it's not obvious, I'm a complete Lisp newbie.

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Thorsten Jolitz
Charles Berry writes: > ` >> > >> > I cannot seem to get this to work. If I try to execute >> > >> > ;; # #+begin_src emacs-lisp >> > ;; # (require 'outshine) >> > ;; # (add-hook ‘outline-minor-mode-hook ‘outshine-hook-func

Re: [O] Zip utility on Windows for ODT exporter

2013-04-08 Thread John Hendy
On Mon, Apr 8, 2013 at 2:36 PM, Achim Gratz wrote: > John Hendy writes: >> Could you provide the equivalent at this repo? >> - http://sourceforge.net/projects/infozip/files/ > > As the name implies, that's where you get the sources. > >> The ftp link above isnt showing any contents in my browser.

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > Charles Berry ucsd.edu> writes: > > > Thorsten Jolitz gmail.com> writes: > [deleted] ` > > > > I cannot seem to get this to work. If I try to execute > > > > ;; # #+begin_src ema

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-08 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" writes: >>> Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names through to the code block, where the processing m

Re: [O] Attributes on HTML tables?

2013-04-08 Thread Christian Moe
Nicolas Goaziou writes: > Does every possible attribute follow attribute="value" pattern? Aren't > there single keywords? In XHTML it does, and there aren't. In HTML you can use some "minimized" attributes, but in XHTML they have their own names as values, e.g. nowrap="nowrap". > If they are th

[O] Listing clock time in 'timeline' order

2013-04-08 Thread Giorgos Keramidas
Hi everyone, I've just started experimenting with clock-in / clock-out for multiple tasks in an org-mode buffer, and this looks awesome for tracking where time is spent, how much time was spent on each task, etc. Being able to report with 'clocktable' the cummulative time spent on each task is br

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Eric, Eric Schulte wrote: >> Extra question: tested with a sh block, both of the above do work, that is >> with strings or symbols. Which one is supposed to be better (that is, will be >> more portable with time), if there is one? > > Both will be maintained. The contribution of a test exercising

Re: [O] New exporter problem with #+AUTHOR

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > I have the following line in my org-mode document > > #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) > > On the old exporter this became > > > > I just tried exporting this with the new exporter and I get this > > BerntH > on freenode)"/> > > which isn't legal HTM

Re: [O] [babel] Specified colnames

2013-04-08 Thread Eric Schulte
> > Thanks for your help. > > Extra question: tested with a sh block, both of the above do work, that is > with strings or symbols. Which one is supposed to be better (that is, will be > more portable with time), if there is one? > Both will be maintained. The contribution of a test exercising bo

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Eric Schulte wrote: >>> Emacs Lisp is an exception in terms of colname processing, it has default >>> header arguments set to pass column names through to the code block, where >>> the processing may be done trivially in Emacs Lisp. >>

Re: [O] SETUPFILE: file open failure hardly noticeable

2013-04-08 Thread Bastien
Hi Michael, Michael Brand writes: > So I think that the change as it is today has to be reverted. Done. Let's digg this later on, thanks for your help on this. -- Bastien

Re: [O] [Bug] Removing scheduled/deadline shows "Entry repeats:..." which is not true

2013-04-08 Thread Bastien
Hi Karl, Karl Voit writes: > I just checked out the most current Org from git (1af215bb4668bf) > and found out that with removing SCHEDULED or DEADLINE using C-u C-c > C-(s|d) I get: > > Entry repeats: DEADLINE: <2013-04-15 Mon +1w -0d> I can't reproduce this. Can you share a minimal e

Re: [O] New exporter and dates in tables

2013-04-08 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > On 8 apr. 2013, at 13:27, Bernt Hansen wrote: > >> Nicolas Goaziou writes: >> >>> Bernt Hansen writes: >>> I have subtrees with inactive timestamps in the text indicating when something occurred. I normally don't want to export these. But I think

Re: [O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> I'm trying to specify the column names of the table. >> >> #+name: input >> | title | baz | >> |---+-| >> | obs1 | foo | >> | obs2 | bar | >> >> But both versions (with symbols or strings) just do return the plain input >> tab

Re: [O] [bugreport] docbug: #+SETUP link in Main Index

2013-04-08 Thread Bastien
Hi Caleb, Caleb Wakeman writes: > Reading the manual, I discovered that the #+STARTUP link in the main > index doesn't point to anything. The link #+SETUPFILE above it points > to the #+SETUPFILE section in 'Summary of in-buffer settings', which > was more than thorough enough for my purposes.

Re: [O] Zip utility on Windows for ODT exporter

2013-04-08 Thread Achim Gratz
John Hendy writes: > Could you provide the equivalent at this repo? > - http://sourceforge.net/projects/infozip/files/ As the name implies, that's where you get the sources. > The ftp link above isnt showing any contents in my browser. Get a browser that tells you why it doesn't show anything or

Re: [O] [ox-latex] Bad default value for image width?

2013-04-08 Thread Bastien
Hi Rasmus, Rasmus writes: > And I can't seem to set width to nothing. . . The attached patch should fix at least one problem: you should be able to set the width manually now. As for the default value of `org-latex-image-default-width' I tend to agree, but maybe there are side-effects when s

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Thorsten Jolitz
Thorsten Jolitz writes: > I made navi-mode (=> super-fast buffer navigation, visibility-cycling, > structure-editing, and much more, with one-key commands in an associated > read-only *Navi* buffer) work with Org-mode buffers too. There is a screencast on youtube now showing the use of navi-mod

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Thorsten Jolitz
Charles Berry writes: > Thorsten Jolitz gmail.com> writes: >> I made navi-mode (=> super-fast buffer navigation, visibility-cycling, >> structure-editing, and much more, with one-key commands in an associated >> read-only *Navi* buffer) work with Org-mode buffers too. > Some comments: > > May

Re: [O] New exporter problem with #+AUTHOR

2013-04-08 Thread Bastien
Hi Bernt, Nicolas Goaziou writes: > Well, technically, irc:BerntH is a plain link, like http://orgmode.org, > since irc: is a valid protocol. That may bite you in other parts of the > document. As a workaround, you can also remove org-irc.el from `org-modules' so that irc:... is not recognized

Re: [O] export parameters in ORG file

2013-04-08 Thread Bastien
Dieter Wilhelm writes: > Great! It already helped me, I could learn that #+LINK_UP: is now > #+HTML_LINK_UP: That's one reason I insisted to have this back: it will help doing the migration from <8.0 to >=8.0 -- thanks again Nicolas for implementing this! -- Bastien

Re: [O] Emacs org-mode mailing list filter by category / tag?

2013-04-08 Thread Bastien
Hi Matt, Buddy Butterfly writes: > obviously this is a very active forum. > But due to the activity I am getting too much > emails. I would like to filter by tag/category > when registering. I think this is definitely > needed to reduce the amount of mails before (!) > it arrives. We already en

Re: [O] [bug] org-agenda-goto-date in month view fails

2013-04-08 Thread Bastien
Hi Eric, Eric S Fraga writes: > when jumping to a new data using 'j' (org-agenda-goto-date), an error > occurs if the current view is "month": Fixed, thanks. -- Bastien

Re: [O] Unescape :help-echo in links

2013-04-08 Thread Bastien
Florian Beck writes: > Bastien writes: > >> Can you resend it as a proper patch with a changelog? > > Like this? Yes, thanks. I don't notice any slow down but I only tried with 24.4 and my machine is quite recent/powerful. I'd be more comfortable applying the change if someone can test it wit

Re: [O] Proposal for new/updated exporter tutorials on Worg

2013-04-08 Thread Bastien
Hi John, John Hendy writes: >> What do you think? > > Not sure how to implement this, but sounds reasonable. Thanks. So basically the idea is just to use #+PROPERTY: OrgCompat 8.0 on top of Worg files that contain 8.0-only information, and :PROPERTIES: :OrgCompat: 8.0 :END: in sec

Re: [O] Sync Org with Google Calendar using google API (rather than caldav)

2013-04-08 Thread Adam Spiers
Thanks a lot for the info! I agree that natively talking to the JSON API is a nice feature :) On 2 April 2013 08:17, Baptiste Fouques wrote: > Adam Spiers adamspiers.org> writes: > >> Sounds interesting. It would be very helpful if you could explain how it is >> different from the other synchr

Re: [O] [babel] Specified colnames

2013-04-08 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > I'm trying to specify the column names of the table. > > #+name: input > | title | baz | > |---+-| > | obs1 | foo | > | obs2 | bar | > > But both versions (with symbols or strings) just do return the plain input > table. > > #+name: R-echo-colna

Re: [O] Spreadsheet calculations (24.3/8.0-pre)

2013-04-08 Thread Oliver Večerník
Hi Ippei, > | Product |g | kJ/100g | kJ | kcal | > |---+--+-+--+--| > | Bread | 50.6 |1372 | 694 | 166 | > | Butter| 11.5 |3054 | 351 | 84 | > | Marmalade | 19.7 | 926 | 182 | 44 | > |---+--+-+--+--| > |

Re: [O] How to export property values of agenda selection?

2013-04-08 Thread Karl Maihofer
Hi Christian, Christian Moe christianmoe.com> writes: > I'm not quite clear on your use case / desired result now. Why do you > want results through batch mode on the command line in order to embed > them in a webpage? Embed how? Is this something you could perhaps do > simply by exporting from O

Re: [O] edit-src on read-only files

2013-04-08 Thread Andreas Leha
Hi Bastien, thanks again for implementing this! Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> thanks for taking this up! But I am not sure, whether I like the >> current implementation too much. Instead of saving the org-file itself, >> I'd prefer the org-file to be auto-saved.

[O] [Bug] Removing scheduled/deadline shows "Entry repeats:..." which is not true

2013-04-08 Thread Karl Voit
Hi! I just checked out the most current Org from git (1af215bb4668bf) and found out that with removing SCHEDULED or DEADLINE using C-u C-c C-(s|d) I get: Entry repeats: DEADLINE: <2013-04-15 Mon +1w -0d> in the minibuffer line (example is from removing DEADLINE). The heading does not hav

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Rainer M. Krug
Guido Van Hoecke writes: > Hi, > > rai...@krugs.de (Rainer M. Krug) writes: > >> Guido Van Hoecke writes: >> >>> Guido Van Hoecke writes: >>> Hi Holger and David > On 05/04/13 17:51, Holger Wenzel wrote: >> Hi Guido, >>> >>> I wanted to install the MobileOrg app on my

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Guido Van Hoecke
Hi, rai...@krugs.de (Rainer M. Krug) writes: > Guido Van Hoecke writes: > >> Guido Van Hoecke writes: >> >>> Hi Holger and David >>> On 05/04/13 17:51, Holger Wenzel wrote: > Hi Guido, >> >> I wanted to install the MobileOrg app on my iPhone, but iTunes claims >> that there

Re: [O] phone links...

2013-04-08 Thread Robert Goldman
Michael Strey wrote: > Currently org-phone.el as well as my org-dial.el are incompatible with > org-contacts. The only idea behind my proposal was to make the contributors > of both packages aware of each other. Can you explain what makes org-phone incompatible with org-contacts? Maybe my naming

[O] TAB cycling doesn't work from end of line

2013-04-08 Thread James Harkins
I bet this has been asked before and I just didn't see it... anyway, I'm wondering if that was intentional that TAB visibility cycling doesn't do anything if the insertion point is after the ellipses indicating folded content. ** Example header... ^1 ^2 ^3 ^4 If the point is at locatio

Re: [O] phone links...

2013-04-08 Thread Michael Strey
On Mo, Apr 08, 2013 at 07:47:52 -0500, Robert Goldman wrote: > Michael Strey wrote: [...] > > What about integrating these few functions into org-contacts? > > I am very reluctant to do this. > > I don't use org-contacts at all, but I *do* like to have phone numbers > in my TODO items. Actua

Re: [O] export parameters in ORG file

2013-04-08 Thread Suvayu Ali
On Mon, Apr 08, 2013 at 02:24:52PM +0200, Nicolas Goaziou wrote: > Hello, > > Rainer Stengele writes: > > > please help me understand. I do not see "#" in the exporter menu and it > > does not do anything. > > Org-mode version 8.0-pre (release_8.0-pre-326-g1af215 > > You may have forgotten to

Re: [O] phone links...

2013-04-08 Thread Robert Goldman
Michael Strey wrote: > Robert, > > On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: > > [...] > >> I will be happy to include this into contrib (and do the relevant >> assignment) at any time when people think that it is sufficiently ready >> to go. I have been testing it in cont

Re: [O] export parameters in ORG file

2013-04-08 Thread Nicolas Goaziou
Hello, Rainer Stengele writes: > please help me understand. I do not see "#" in the exporter menu and it does > not do anything. > Org-mode version 8.0-pre (release_8.0-pre-326-g1af215 You may have forgotten to reload Org. "# Insert template" entry should definitely be in the dispatcher in thi

Re: [O] export parameters in ORG file

2013-04-08 Thread Rainer Stengele
Am 07.04.2013 20:51, schrieb Nicolas Goaziou: > Dieter Wilhelm writes: > >> da...@adboyd.com (J. David Boyd) writes: >> >>> Back in the day, when I C-x C-e to export from an org file, I could tap >>> a key and put all the control factors into the top of the file. >>> >>> Now I don't see that opti

[O] [bug] org-agenda-goto-date in month view fails

2013-04-08 Thread Eric S Fraga
Hello, when jumping to a new data using 'j' (org-agenda-goto-date), an error occurs if the current view is "month": Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) calendar-gregorian-from-absolute(nil) org-agenda-span-to-ndays(month) org-agenda-goto-date(nil) ca

Re: [O] New exporter and dates in tables

2013-04-08 Thread Carsten Dominik
On 8 apr. 2013, at 13:27, Bernt Hansen wrote: > Nicolas Goaziou writes: > >> Bernt Hansen writes: >> >>> I have subtrees with inactive timestamps in the text indicating when >>> something occurred. I normally don't want to export these. But I think >>> any table data that includes inactive

Re: [O] New exporter and dates in tables

2013-04-08 Thread Bernt Hansen
Nicolas Goaziou writes: > Bernt Hansen writes: > >> I have subtrees with inactive timestamps in the text indicating when >> something occurred. I normally don't want to export these. But I think >> any table data that includes inactive timestamps should be an exception >> to this ... otherwise

Re: [O] phone links...

2013-04-08 Thread Michael Strey
Robert, On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: [...] > I will be happy to include this into contrib (and do the relevant > assignment) at any time when people think that it is sufficiently ready > to go. I have been testing it in contrib/ in a testing branch in my git >

Re: [O] Agenda in MobileOrg for Android

2013-04-08 Thread Marcin Borkowski
Dnia 2013-04-08, o godz. 06:52:02 James Harkins napisał(a): > As it happens, one of the lead developers of mobileorg started a > thread on the MobileOrg-Android mailing list asking for issues that > need to be addressed, and features that are needed, before it's ready > for 1.0. Well, I didn't k

Re: [O] Agenda in MobileOrg for Android

2013-04-08 Thread Marcin Borkowski
Dnia 2013-04-08, o godz. 01:20:34 James Harkins < jamshar...@gmail.com> napisał(a): > Marcin Borkowski wmi.amu.edu.pl> writes: > > > > 2. When I choose the menu and then "Outline", I can see the > > > outline. But when I choose menu and then "Agenda", I see nothing > > > but the title ("Agenda")

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Rainer M. Krug
Guido Van Hoecke writes: > Guido Van Hoecke writes: > >> Hi Holger and David >> >>> On 05/04/13 17:51, Holger Wenzel wrote: Hi Guido, > > I wanted to install the MobileOrg app on my iPhone, but iTunes claims > that there is no such app in the Belgian App Store?! > > Did

[O] Emacs org-mode mailing list filter by category / tag?

2013-04-08 Thread Buddy Butterfly
Hi, obviously this is a very active forum. But due to the activity I am getting too much emails. I would like to filter by tag/category when registering. I think this is definitely needed to reduce the amount of mails before (!) it arrives. Is this possible right now? If so, how? If not, could t

[O] "No definition" for "per-file basis in a source code block" mode

2013-04-08 Thread Wolfkin Chiang
Hi, All, While I try the "per-file basis in a source code block" mode, It tells me: No definition for class `per-file-class' in `org-export-latex-classes' I command $ emacs -D -nw --no-splash --batch --kill --file tt1.org --funcall org-export-as-latex And it tells me: Loading 00debian-vars... Loa

[O] Navi-mode in action (Screencast on Youtube)

2013-04-08 Thread Thorsten Jolitz
Hi List, I made a screencast showing the new libraries for 'Org-mode outside Org-mode' (outshine, outorg, pop-org, navi-mode) in action: , | http://youtu.be/nqE6YxlY0rw ` I used 'recordmydesktop' for recording but had difficulties with th

[O] [ox-latex] change org-latex-default-table-environment to alist

2013-04-08 Thread Rasmus
Hi, Would it maybe make sense to make org-latex-default-table-environment an alist so that I can specify a default for each :mode? E.g. pmatrix for :mode math; psmallmatrix for :mode inline-math; and tabular for :mode table? The reason is that now #+BEGIN_SRC org here's inline #+ATTR_LATEX: :

[O] [ox-latex] Bad default value for image width?

2013-04-08 Thread Rasmus
Hi, I don't like that tikz figures are wrapped in a resize box. In particular this plain example is wrapped in a resize box: #+BEGIN_SRC Org * tikz test [[file:test.tikz]] #+ATTR_LATEX: :width "" [[file:test.tikz]] #+END_SRC Produces: #+BEGIN_SRC latex [...] \resizebox{.9\linewidth}{!}{\inpu

Re: [O] Agenda in MobileOrg for Android

2013-04-08 Thread James Harkins
Marcin Borkowski wmi.amu.edu.pl> writes: > > 2. When I choose the menu and then "Outline", I can see the outline. > > But when I choose menu and then "Agenda", I see nothing but the > > title ("Agenda") and a "plus" button in the upper right corner. > > > > (a) Shouldn't there be an agenda on the

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-08 Thread Sebastien Vauban
Hi Bernt, Bastien, Bernt Hansen wrote: > Another change I've noticed in master is the display of the clocking > task menu when doing > > C-u M-x org-clock-in > > I've reduced my clocking menu items a bit due to screen size changes and > not being able to see the items that scroll off the top of th

[O] [babel] Specified colnames

2013-04-08 Thread Sebastien Vauban
Hi Eric, I'm trying to specify the column names of the table. #+name: input | title | baz | |---+-| | obs1 | foo | | obs2 | bar | But both versions (with symbols or strings) just do return the plain input table. #+name: R-echo-colnames-list #+begin_src R :var data=input :exports resul

Re: [O] Agenda in MobileOrg for Android

2013-04-08 Thread James Harkins
As it happens, one of the lead developers of mobileorg started a thread on the MobileOrg-Android mailing list asking for issues that need to be addressed, and features that are needed, before it's ready for 1.0. For instance, John Hendy said: ~~ Being able to edit is nice, but that doesn't take a

Re: [O] export parameters in ORG file

2013-04-08 Thread J. David Boyd
Nicolas Goaziou writes: > Dieter Wilhelm writes: > >> da...@adboyd.com (J. David Boyd) writes: >> >>> Back in the day, when I C-x C-e to export from an org file, I could tap >>> a key and put all the control factors into the top of the file. >>> >>> Now I don't see that option when I do this. >>

[O] [BUG?] [ox-latex] tables and inline-math doesn't seem to work

2013-04-08 Thread Rasmus
Hi, A bug seems to have emerged wrt inline-math and org tables. I guess it might be from when we dropped the '"' around :attributes, but I haven't tested this. Consider this example #+BEGIN_SRC org here's inline #+ATTR_LATEX: :mode inline-math :math-prefix P= :environment bmatrix | a | b | |

Re: [O] New exporter problem with #+AUTHOR

2013-04-08 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > I have the following line in my org-mode document > > #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) > > On the old exporter this became > > > > I just tried exporting this with the new exporter and I get this > > BerntH > on freenode)"/> > > which isn't legal HTM

Re: [O] [NEW] navi-mode for org files

2013-04-08 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > > Hi List, > > I made navi-mode (=> super-fast buffer navigation, visibility-cycling, > structure-editing, and much more, with one-key commands in an associated > read-only *Navi* buffer) work with Org-mode buffers too. > > The basic things work, but t