Re: [O] Using Pandoc for export to EPub and Mediawiki Re: Bug: Status of the org-mediawiki.el [7.8.11]

2013-01-07 Thread Christopher Witte
For a quick work around, Pandoc can read in HTML, so perhaps you can export org to HTML and then process it with Pandoc. You can even use the following script so you can pipe it from the command line. #!/usr/bin/emacs --script ;read stdin into a temp buffer ;go into org-mode ;output the buffer as

[O] Emacs hangs in org file

2013-01-07 Thread Stelian Iancu
Hi all, I have a fairly simple org file with only a couple of headings, TODOs and some notes. The issue I'm seeing is that Emacs hangs to the point where I have to force close it when I'm trying to expand a headline. The behavior seems random, i.e. it's not always the same header and I don't have

Re: [O] Emacs hangs in org file

2013-01-07 Thread Jambunathan K
Stelian Iancu li...@siancu.net writes: Hi all, I have a fairly simple org file with only a couple of headings, TODOs and some notes. The issue I'm seeing is that Emacs hangs to the point where I have to force close it when I'm trying to expand a headline. The behavior seems random, i.e.

Re: [O] clock consistency check doesn't work for today item

2013-01-07 Thread yuchen
Bastien bzg at altern.org writes: If you clock in and ou using org-clock-in and org-clock-out (or equivalent commands from the agenda), then you should not have to worry abou whitespaces -- this must have been manually deleted/typed by error. So I'd say no, this is not a bug. Thanks for

Re: [O] backslashchar in texinfo

2013-01-07 Thread Andy Moreton
On 06/01/2013 20:20, Bastien wrote: Hi Andy, Andy Moreton andrewjmore...@gmail.com writes: This still appears to be broken in emacs trunk - could you please update the org manual there to fix this too ? This has been fixed in the emacs-24 branch and will be merged into trunk soon. Thanks

[O] [feature request] set text color and size

2013-01-07 Thread zwz
I made presentations with org-mode + beamer quite a lot. Now and then I'd like to set a different color for some text to draw the students' attention. For example, #+begin_src org * test blah blah ... We should \textcolor{red}{NEVER} do it. #+end_src As HTML5 slides are getting

Re: [O] Emacs hangs in org file

2013-01-07 Thread Stelian Iancu
On Mon, Jan 7, 2013 at 9:50 AM, Jambunathan K kjambunat...@gmail.comwrote: M-x toggle-debug-on-quit RET Hit C-g when Emacs hangs. Or You can put the following in your .emacs (setq debug-on-quit t) Tried this and unfortunately it didn't help. Once it hangs, pressing C-g does

Re: [O] Emacs hangs in org file

2013-01-07 Thread Nick Dokos
Stelian Iancu li...@siancu.net wrote: I have a fairly simple org file with only a couple of headings, TODOs and some notes. The issue I'm seeing is that Emacs hangs to the point where I have to force close it when I'm trying to expand a headline. The behavior seems random, i.e. it's not

Re: [O] Emacs hangs in org file

2013-01-07 Thread Achim Gratz
Stelian Iancu lists at siancu.net writes: Versions: GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) If you aren't prepared to attach a debugger to your running Emacs, you probably shouldn't be using Emacs' trunk version at all or at least not right now. If you must use some

Re: [O] [BUG] remote execution in heterogeneous environment

2013-01-07 Thread Achim Gratz
Michael Albinus writes: + (let ((input-file (org-babel-temp-file input-)) + (error-file (if error-buffer (org-babel-temp-file scor-) nil)) + (shell-file-name + (if (file-executable-p + (concat (file-remote-p default-directory) shell-file-name)) +

[O] Tangle won't strip coderef labels?

2013-01-07 Thread Michael Alan Dorman
I've recently started to use Org-mode to write some small utilities in a literate style. I then stumbled upon the docs about coderef labels, which seemed like a great way to minimize having to basically repeat the content of code in the documentation about the utility's design. The only problem

Re: [O] Globally set categories overwhelm tree inheritance

2013-01-07 Thread Bastien
Hi William, William Léchelle william.leche...@ens-lyon.fr writes: If an entry has no property drawer, it correctly inherits its CATEGORY property from its hierarchy, but if it *has* one, *not* featuring a category property, then the #+Category one supersedes that of the entry's hierarchy.

Re: [O] Fix to property inheritance

2013-01-07 Thread Bastien
Hi Bill, sorry for the late (and probably disappointing) reply. Bill Wishon b...@wishon.org writes: This is my first major org-mode contribution, and I'm new to git, so if there is something I haven't got quite right in terms of how to contribute please advise. org-entry-get with inherit

Re: [O] org-mobile-push vs. symlinks

2013-01-07 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: I just looked at the footnote text... why did we go from symlinks work if the name is the same to an unqualified symlinks are not supported? Should be fixed now... thanks, -- Bastien

[O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables http://orgmode.org/worg/org-hacks.html#sec-3-4 Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Jambunathan K
Eric Schulte schulte.e...@gmail.com writes: I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables http://orgmode.org/worg/org-hacks.html#sec-3-4 Is it different

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
Jambunathan K kjambunat...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables http://orgmode.org/worg/org-hacks.html#sec-3-4 As an

Re: [O] Ignoring empty subtrees/new exporter

2013-01-07 Thread Florian Beck
On 01/06/2013 10:54 PM, Florian Beck wrote: On 01/06/2013 11:24 AM, Nicolas Goaziou wrote: The global idea is correct, but I find that the implementation is too low level. It also taints original e-latex back-end. I suggest the following instead: Thanks a lot! A derived backend seems like

Re: [O] Fix to property inheritance

2013-01-07 Thread Bill Wishon
Hi Bastien, I'll edit the code and commit messages so they're 75 chars. I'll check in again to see where the FSF process is at. And yes this is about property inheritance with accumulation. ~Bill On Jan 7, 2013, at 9:35 AM, Bastien b...@altern.org wrote: Hi Bill, sorry for the late (and

[O] BBDB(3) or org-contacts

2013-01-07 Thread Gour
Hello, I've decided to use Gnus for my mail news (converted my present setup to Maildirs served by locally running dovecot, but need some time to setup Gnus) and wonder what do you recommend for keeping my contacts? Besides keeping contacts just as Gnus addressbook, I'd like to store some extra

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables http://orgmode.org/worg/org-hacks.html#sec-3-4 Neat! In the

Re: [O] Fix to property inheritance

2013-01-07 Thread Bastien
Hi Bill, Bill Wishon b...@wishon.org writes: I'll edit the code and commit messages so they're 75 chars. I'll check in again to see where the FSF process is at. And yes this is about property inheritance with accumulation. Great, *thanks*! -- Bastien

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Achim Gratz
Bastien writes: In the same vein, the next release of Clojure (1.5) includes a way to export to Org mode tables: While we are talking about exporting tables to/from Org: Start a session from sudoku.el and use this org file to easily import Sudoku from a paper or book into sudoku.el and maybe

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
One noteworthy thing: even though I say :hlines no (I can also do this on the call line with the same result), the table still gets exported to elisp _with_ hlines and I need to filter them out myself. I'm not sure if that is intended, but it feels a bit awkward. If anything, this

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Achim Gratz
Eric Schulte writes: This is a relic from the early days of Babel. I believe it is mentioned in the documentation (if it isn't I agree that it should be). Not that I can find, neither in the manual nor Worg (I've looked again). Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

[O] Bug: org-icalendar converts org-icalendar-timezone to uppercase during export

2013-01-07 Thread David Engster
When exporting an Org file as iCalendar and org-icalendar-timezone is set to e.g. Europe/Berlin, it gets inserted as EUROPE/BERLIN during export (and some CalDAV servers don't like that). This is because %Z gets replaced with org-icalendar-timezone, and the FIXEDCASE parameter isn't set in the

Re: [O] Bug: org-icalendar converts org-icalendar-timezone to uppercase during export

2013-01-07 Thread Bastien
Hi David, David Engster d...@randomsample.de writes: This is because %Z gets replaced with org-icalendar-timezone, and the FIXEDCASE parameter isn't set in the call to replace-regexp-in-string. The attached patch fixes that. Applied, thanks! -- Bastien

[O] Fill-mode not working when lines start with *bold* word

2013-01-07 Thread John Hendy
I have the following fill-mode related settings: (setq-default fill-column 90) (add-hook 'text-mode-hook 'turn-on-auto-fill) I just noticed this behavior the other day when adding a note for a report: #+begin_src org Note: this line, starting with a plain vanilla word will wrap just fine. It

[O] org-plus-contrib 20130107 fails on emacs 24.3.50.1

2013-01-07 Thread Robert Eckl
Hello, compiling the newest package org-plus-contrib 20130107 with emacs 24.3.50.1 (2012-12-27) fails: org-attach.el:42:1:Error: Symbol's function definition is void: org-define-obsolete-variable-alias org-drill.el:30:1:Error: Symbol's function definition is void: org-define-obsolete-variable

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: This is a relic from the early days of Babel. I believe it is mentioned in the documentation (if it isn't I agree that it should be). Not that I can find, neither in the manual nor Worg (I've looked again). I added a note to the

Re: [O] org-plus-contrib 20130107 fails on emacs 24.3.50.1

2013-01-07 Thread Bastien
Hi Robert, Robert Eckl eck...@gmx.de writes: I compiled org 20130107 from emacs -Q, and later org-plus-contrib Please try to compile org-plus-contrib from emacs -Q Best, -- Bastien

Re: [O] Multiple notions for what's a day

2013-01-07 Thread Bastien
Hi Sébastien, Bastien b...@altern.org writes: Indeed, there is a problem here. Please try the attached patch against master I've now applied the patch in master. Let me know if you see anything weird. Thanks, -- Bastien

Re: [O] BBDB(3) or org-contacts

2013-01-07 Thread David Rogers
Gour g...@atmarama.net writes: Hello, I've decided to use Gnus for my mail news (converted my present setup to Maildirs served by locally running dovecot, but need some time to setup Gnus) and wonder what do you recommend for keeping my contacts? Besides keeping contacts just as Gnus

Re: [O] Fill-mode not working when lines start with *bold* word

2013-01-07 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: I have the following fill-mode related settings: (setq-default fill-column 90) (add-hook 'text-mode-hook 'turn-on-auto-fill) I just noticed this behavior the other day when adding a note for a report: #+begin_src org Note: this line,

Re: [O] BBDB(3) or org-contacts

2013-01-07 Thread Gour
On Mon, 07 Jan 2013 22:46:39 -0800 David Rogers davidandrewrog...@gmail.com wrote: One caution is that org-contacts is not (as far as I know) getting any attention anymore - its author has (last I heard) moved to a Google-based contacts manager. Ohh..thank you for that. It's certainly

Re: [O] org-plus-contrib 20130107 fails on emacs 24.3.50.1

2013-01-07 Thread Achim Gratz
Robert Eckl eckl.r at gmx.de writes: compiling the newest package org-plus-contrib 20130107 with emacs 24.3.50.1 (2012-12-27) fails: [...] Yes, that's an accidental feature in package manager, we don't have a workaround for this yet. Remove all the .elc files in the org package directory