[O] bug#13254: org-odt: Batch exports creates data loss, deletes original org file

2013-01-02 Thread Glenn Morris
Please can we have the relevant patch installed in emacs-24.

Re: [O] How to convert to odt with specific styles?

2013-01-02 Thread Jambunathan K
joa...@verona.se writes: > Hello list, > > I have an article I've written in Org. To submit it to the publisher, it > needs to follow a particular ms word style template. I am not much familiar with MS Word formats. I am wondering whether it is possible to convert MS Word Templates and MS Word

Re: [O] org-indirect-buffer-display applies to unrelated things

2013-01-02 Thread Samuel Wales
On 1/2/13, Nick Dokos wrote: >> That's excellent for manual creation of a new frame. However, it also >> creates a new frame with (setq org-agenda-follow-indirect t). >> >> Is this intended? >> > > It would seem so: org-agenda-follow-indirect is used in a single place: In my case, follow-mode wo

Re: [O] Bug: Table export to [tc]sv doesn't convert \vert [7.8.11]

2013-01-02 Thread Nathan Trapuzzano
Bastien writes: > Hi Nathan, > > Nathan Trapuzzano writes: > >> Of course the particular implementation will have to be seen before it >> can be accepted, but I'd like to get the spec accepted (provisionally) >> before setting to work on it. > > As a start, you can look at the way org-e-*.el bac

[O] Globally set categories overwhelm tree inheritance

2013-01-02 Thread William Léchelle
Happy new year list :) Constructing a custom agenda using (org-entry-get (point) "CATEGORY" t) in an org-agenda-skip-function, I found a rare case of strangely inherited property, when a #+Category:foo line is present (at the top of the file) : If an entry has no property drawer, it correctly inh

Re: [O] org-indirect-buffer-display applies to unrelated things

2013-01-02 Thread Nick Dokos
Samuel Wales wrote: > === > org-indirect-buffer-display is a variable defined in `org.el'. > Its value is new-frame > Original value was other-window > > Documentation: > How should indirect tree buffers be displayed? > This applies to indirect buffers created with the commands > M-x org-tree-to

Re: [O] How to convert to odt with specific styles?

2013-01-02 Thread Tom Davey
> But considering that no one made such a request, he removed it from > org-e-odt.el. I can re-instate the removed changes in to org-e-odt.el. I agree, that would be great. I have the same use case as Joakim: frequent exports to MS Word templates with predefined style sets. Thanks very much! To

[O] Babel related bug in elpa version 20121231

2013-01-02 Thread Robert Horn
I'm experimenting with starterkit on a new machine and have run into a bug in org-mode elpa version 20121231. With the stock distribution org-mode (7.8.11) in emacs 24.2 there is no problem. With the elpa version 20121231 I get an error, see the attached output from emacs --debug-init. It's not

Re: [O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Bastien
Hi Gary and Nick, Nick Dokos writes: > Probably because of commit 4aaf1a4df2c7a5e7c398c29fed121b049cccf78b. > After doing > > (setq org-export-latex-inline-images t) > > it works correctly for me. indeed -- the commit was not complete, it is now. Thanks! -- Bastien

Re: [O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Nick Dokos
Gary Oberbrunner wrote: > The following org file, when exported as LaTeX -> PDF, contains only a > link to the schema.png file, not the graphics. The .tex has \href where > I think it should have \includegraphics. > > I'm using the latest git source from today. > >

Re: [O] accented letters in pdf export

2013-01-02 Thread Nick Dokos
Nick Dokos wrote: > Tyler Smith wrote: > > > How do I include accented letters in my pdflatex exports? > > > > That looks like a bug in the new exporter (the old exporter handles it > properly). Eh, I rushed to judgment. It's probably by design, given Tom's mail and after doing some reading

[O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Gary Oberbrunner
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] accented letters in pdf export

2013-01-02 Thread Nick Dokos
Tyler Smith wrote: > I'm using org 7.9.2, with the new exporter dispatcher from > org-export. When I try to include accented letters, such as \'e, they > don't work. When I export to pdf using C-c C-e p, the resulting tex > file shows $\backslash$'e where I had \'e in the org file. Other > macros

Re: [O] accented letters in pdf export

2013-01-02 Thread Doug Lewan
Exporting to LaTeX or PDF includes this line: \usepackage[utf8]{inputenc} And that seems to cope quite well with the actual accented characters. If you learn an input method (latin-1-prefix is probably a good place to start), then accented characters just fall through to the LaTeX and the r

Re: [O] accented letters in pdf export

2013-01-02 Thread Thomas S. Dye
Tyler Smith writes: > Hi, > > I'm using org 7.9.2, with the new exporter dispatcher from org-export. When > I try to include accented letters, such as \'e, they don't work. When I > export to pdf using C-c C-e p, the resulting tex file shows $\backslash$'e > where I had \'e in the org file. Other

[O] accented letters in pdf export

2013-01-02 Thread Tyler Smith
Hi, I'm using org 7.9.2, with the new exporter dispatcher from org-export. When I try to include accented letters, such as \'e, they don't work. When I export to pdf using C-c C-e p, the resulting tex file shows $\backslash$'e where I had \'e in the org file. Other macros, like \alpha, work fine.

[O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Gary Oberbrunner
The following org file, when exported as LaTeX -> PDF, contains only a link to the schema.png file, not the graphics. The .tex has \href where I think it should have \includegraphics. I'm using the latest org-mode git source from today. Emacs 24 nightly on Windows 7. It happens with emacs -q (ju

Re: [O] Can't get 'sh' blocks working

2013-01-02 Thread Nick Dokos
Ken Williams wrote: > I’m having some trouble getting ‘sh’ babel blocks to work. Here’s a minimal > test case, with the output after pressing C-c C-c: > > #+begin_src sh > > echo foo > > #+end_src > > #+RESULTS: > > : Error: unexpected symbol in "echo foo" > > In my .emacs file, I have

[O] monthly budget with year summary using tables

2013-01-02 Thread Carl Bolduc
I would like to move my budget from MS Excel to Org-Mode. I currently have one Excel sheet per month with all the transactions as well as a summary sheet that uses sumif functions. Assuming the following format for the monthly table: #+tblname: january | date | transaction | amount | category |

Re: [O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
Sorry I forgot to include my version information: Emacs : GNU Emacs 24.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2012-07-13 on x.windlogics.local Package: Org-mode version 7.8.11 current state: == (setq org-export-babel-evaluate nil org-export-preprocess-before-selecting

Re: [O] How to generate agenda view tasks of all states?

2013-01-02 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> I would like to experiment with a graphical view of all tasks I've ever >> finished, produced with graphviz or something. >> >> However, I can't seem to reliably generate a suitable view for further >> processing. For some reason arg

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Robert Goldman
I have a closely related question: I use multiple devices, so I need to have an IMAP server that really is an IMAP server, instead of something the just serves up messages to be downloaded. I have multiple folders, and I read messages from different clients. I haven't been able to figure out an

[O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
I'm having some trouble getting 'sh' babel blocks to work. Here's a minimal test case, with the output after pressing C-c C-c: #+begin_src sh echo foo #+end_src #+RESULTS: : Error: unexpected symbol in "echo foo" In my .emacs file, I have the following: (org-babel-do-load-languages 'org-bab

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
On 2 January 2013 11:29, Martin Butz wrote: > Hi Brian, > > Am 02.01.2013 16:36, schrieb Brian van den Broek: > > [...] > > >> Have you considered using the SD card for syncing? It is a bit more of a >> hassle than syncing with a server, but it works well enough to satisfy >> this >> owner of a ti

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Martin Butz
Hi Brian, Am 02.01.2013 16:36, schrieb Brian van den Broek: [...] Have you considered using the SD card for syncing? It is a bit more of a hassle than syncing with a server, but it works well enough to satisfy this owner of a tin foil hat :-) yes and no;) I briefly thought of it and might gi

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
On 2 Jan 2013 07:49, "Martin Butz" wrote: > > Hello, > > in case anyone is interested, here is a short report what I found out: > > + I tested mobileorg on my Android phone without encryption and with synchronization via Ubuntu one. Seems to work. However: I do not want to store unencrypted org-fi

Re: [O] iOS MobileOrg transition updates

2013-01-02 Thread Alan Schmitt
Hello, I'm resurrecting this old thread after some recent messages about mobileorg for Android and how I'd really like to see it on my iPhone. Kyle Sexton writes: > All, > > I've been working with Richard Moreland on the transition to being the > new maintainer of MobileOrg on iOS. > > * Things

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Martin Butz
Hello, in case anyone is interested, here is a short report what I found out: + I tested mobileorg on my Android phone without encryption and with synchronization via Ubuntu one. Seems to work. However: I do not want to store unencrypted org-files on a remote server. + I am able to enscrypt

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Viktor Rosenfeld
Hi, Suvayu Ali wrote: > On Mon, Dec 31, 2012 at 08:29:12AM +0100, Gour wrote: > > I use notmuch for indexing only, and read and send emails from mutt. > Although I do not use gnus, I do use emacs as my editor (hence > message-mode) to compose emails; there I find Org is supported rather > well.

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Igor Sosa Mayor
Am Wed, Jan 02, 2013 at 08:57:14AM +, Suvayu Ali wrote: > I use notmuch for indexing only, and read and send emails from mutt. > Although I do not use gnus, I do use emacs as my editor (hence > message-mode) to compose emails; there I find Org is supported rather > well. For linking to ema

Re: [O] org-goto bug

2013-01-02 Thread Bastien
Hi Tyler, Tyler Smith writes: > According to the manual, and the help window that pops up when you > call it, org-goto should accept a few one-letter commands to move up > one level (u), quit (q), move to the next (n) or previous(p) heading. > However, whenever I try any of these keys, they are

Re: [O] Using Org-mode file format for storing configuration data

2013-01-02 Thread Karl Voit
* Daniel Clemente wrote: > El Sun, 30 Dec 2012 19:04:25 +0100 Karl Voit va escriure: >> >> I plan to implement a new weblog system that parses Org-mode >> files and generates (static) HTML output. Yes, I am aware that >> there are other solutions out there but I do not like them for >> various re

Re: [O] patch for org-contacts to ignore <<>> when completing

2013-01-02 Thread Bastien
Hi Daniel, Daniel Clemente writes: > But name is <<>> and you will get: <<>> > With the patch you get a bare name: John > So that new function should „clean“ the name: remove radio marks, emphasis, > bold, etc. I did only radio marks.. I see. I applied a slightly modified patch i

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Suvayu Ali
On Mon, Dec 31, 2012 at 08:29:12AM +0100, Gour wrote: > > I'd also like to use Notmuch for quick searching and would fetch > mail via getmail and use locally running dovecot for serving IMAP... I use notmuch for indexing only, and read and send emails from mutt. Although I do not use gnus, I do u

Re: [O] HTML Export inserting weird characters

2013-01-02 Thread Bastien
Hi Avdi, Avdi Grimm writes: > Given a minimal org-mode file with some Ruby code in it, the code > section in the exported HTML has a bunch of garbage characters added > to each line, like ''. I can't reproduce this. Is this with emacs -q? Can you reproduce with other languages than Ruby? B

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Gour
On Tue, 01 Jan 2013 18:57:46 +0100 Alan Schmitt wrote: > I use mu4e, and what I really like about it is that the links are > stable, even when moving mail from outside (like a web mail app or a > mobile device). I could never get the registry to work well with gnus > to solve this. That's very

Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Gour
On Tue, 01 Jan 2013 13:36:16 +0100 Daniel Clemente wrote: > I used gnus from 2008 to 2010 but could not make it work as I > wanted. It seemed to value some things that I didn't (e.g. scoring, > splitting, NNTP-style everywhere) whereas it didn't shine in other > areas I needed (e.g. multiple SM