Re: [O] Smarter fill-paragraph behaviour in #+XXX: comments

2012-07-20 Thread XeCycle
Paul Sexton writes: > I became annoyed at how, when pressing M-Q (fill-paragraph) while in a > block like this: > > #+CAPTION: This is a really long caption that I need > #+CAPTION: to describe my table in excruciating and unnecessary detail > > Org takes no account of the #+ directives and simp

Re: [O] Feature that org mode needs most

2012-07-20 Thread Giovanni Ridolfi
Da: Joseph Thomas Inviato: Mercoledì 18 Luglio 2012 16:06 > I plan to use org-resolve-clocks much more > regularly than perhaps it was intended, I would like to make a key biniding > for it. >  If there are plans to do this in an emacs distribution at some point, I don't think so: key bin

Re: [O] Smarter fill-paragraph behaviour in #+XXX: comments

2012-07-20 Thread Nicolas Goaziou
Hello, Paul Sexton writes: > I became annoyed at how, when pressing M-Q (fill-paragraph) while in a > block like this: > > #+CAPTION: This is a really long caption that I need > #+CAPTION: to describe my table in excruciating and unnecessary detail Provided you have contrib directory in your l

Re: [O] Export to Texinfo

2012-07-20 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin writes: > Over the last few days I've been working on implementing an Org -> > Texinfo exporter based on the new e-latex exporter. Argh. While your idea is nice, starting from `e-latex' exporter is almost certainly a bad move. Indeed, it is a quite convoluted back-en

Re: [O] [new exporter]

2012-07-20 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I started to get the error > : org-open-file: Symbol's function definition is void: > org-e-latex-export-to-pdf > > when trying to export to pdf in the new exporter. Any thought what > might be causing this? Do you (require 'org-e-latex) first? Regards, -- Ni

Re: [O] A week off

2012-07-20 Thread Suvayu Ali
On Tue, Jul 17, 2012 at 08:57:57AM -0400, Allen S. Rout wrote: > On 07/16/2012 06:49 PM, Bastien wrote: > >Dear all, > > > >I'm taking a week off, with no internet connectivity. > > > >I'll be back online on July 24th. > > > > Mm, so does that mean we fill his inbox with packing peanuts or somethi

Re: [O] O[GSoC] Org-sync

2012-07-20 Thread Aurélien Aptel
On Thu, Jul 19, 2012 at 3:45 PM, Erik Mitchell wrote: > I've thought about writing adapters for Redmine, Jira, and Confluence. You can do it if you want but the API might change as I'm still working on it. I would wait if I were you. > Will you be posting your code anywhere? http://orgmode.org/

Re: [O] Export to Texinfo

2012-07-20 Thread Jonathan Leech-Pepin
> >> - The largest issue perhaps: There is no method to create @kbd{} and >> @key{} commands on export. If anyone has any suggestions how these >> might be achieved (perhaps looking for a prefix in =code=?) I would >> greatly appreciate it. > > You can probably use export-snippets: > > An

Re: [O] Export to Texinfo

2012-07-20 Thread Nicolas Goaziou
Jonathan Leech-Pepin writes: > Can I define the export-snippet using: > > (add-to-list 'org-export-snippet-translation-alist > '("e-info" . "e-texinfo")) > > Or should that be left up to the discretion of the user? This is an user-oriented variable (customizable). Though, y

[O] [babel] calc var floating point number error

2012-07-20 Thread Giovanni Ridolfi
Hello everyone, GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN Org-mode version 7.8.11 (eed478ffa @ I have a problem with babel and calc. I am not able to pass (as variable) floating point numbers.  this example works: #+BEGIN_SRC calc :var thi=20 :var tha=90 :var a=10 :var

Re: [O] [babel] calc var floating point number error

2012-07-20 Thread Eric Schulte
Giovanni Ridolfi writes: > Hello everyone, > > GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN > Org-mode version 7.8.11 (eed478ffa @ > > > I have a problem with babel and calc. > > I am not able to pass (as variable) floating point numbers.  > > this example works: > > #+BEGIN_

Re: [O] MobileOrg and tags

2012-07-20 Thread James Harkins
At Mon, 16 Jul 2012 22:34:11 -0400, James Harkins wrote: > > Been fiddling around with an issue that I noticed in MobileOrg for android... > but I just noticed something strange that makes me think it's an issue in > org-mode itself. ... snip > - Where are the #+TAGS: supposed to come from? On

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-20 Thread David Engster
David Engster writes: > I have written a package 'org-caldav' which can sync items to a remote > calendar server using the CalDAV protocol. The main purpose of this > package is to make better use of Org in combination with Android-based > mobile devices (yes, there is mobileOrg, but I have several

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-20 Thread Mehul Sanghvi
On Fri, Jul 20, 2012 at 12:36 PM, David Engster wrote: > David Engster writes: >> I have written a package 'org-caldav' which can sync items to a remote >> calendar server using the CalDAV protocol. The main purpose of this >> package is to make better use of Org in combination with Android-based

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-20 Thread Eric Schulte
This attached alternate patch introduces two new compatibility macros named `org-flet' and `org-labels' in org-macs.el. These macros are aliased to the appropriate cl macro depending on the version of Emacs in use. >>> This is interesting, but seems not fully functional. After

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-20 Thread Jason F. McBrayer
On 20.07.2012 12:36, David Engster wrote: > I must admit I'm a tiny bit baffled that no one seems to be interested in this. Anyway, no hard feelings ( ;-) ), but could please someone with the necessary permissions put a link to the above on Honestly, I'm interested, but I haven't had time to

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-20 Thread Nick Dokos
David Engster wrote: > David Engster writes: > > I have written a package 'org-caldav' which can sync items to a remote > > calendar server using the CalDAV protocol. The main purpose of this > > package is to make better use of Org in combination with Android-based > > mobile devices (yes, there

[O] Seeking advice on timeline project

2012-07-20 Thread Alan E. Davis
I am reconstructing events during over 40 years of my life. I have a capture template as follows, that isn't working out well: ("t" "Timeline " entry (file+headline "Timeline.org" "Timeline Incoming ") "* %^{Salient Event} %? Captured: %U" :prepend t :unnarrowed t)

Re: [O] [new exporter]

2012-07-20 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I started to get the error >> : org-open-file: Symbol's function definition is void: >> org-e-latex-export-to-pdf >> >> when trying to export to pdf in the new exporter. Any thought what >> might be causing this? > > Do you (requir

[O] org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart?

2012-07-20 Thread Feiming Chen
Hi, I would like to ask a question. I am embedding an interactive chart into org-mode S5 presentation on web browser. See this link for the presentation: http://stat.fsu.edu/~fchen/emacs-org-babel-mode/googleVis2web.html (source file: http://stat.fsu.edu/~fchen/emacs-org-babel-mode/googleVi

[O] More flyspell-overlays removed

2012-07-20 Thread Bjarte Johansen
Hi - I made a patch to remove some more flyspell-overlays in #-blocks. The reason for no : in the latex_header is that for some reason the : does not get captured in dc1. flyspell is also removed for the full verbatim, lstlisting and src blocks. I hope you guys can use the patch. Regards, Bja