[O] [SOLVED] (was: [Q] Remove empty drawers ?)

2015-04-08 Thread Xavier Maillard
Xavier Maillard writes: > In fact, the fix has consisted in adding one empty PROPERTY block per > heading element (I don't know why though). Now I am looking for a way > to delete all of them :/ > > How would you do that ? Org-mode comes with the function `org-remove-empty-drawer-at', so removi

[O] [Q] Remove empty drawers ?

2015-04-08 Thread Xavier Maillard
Hi, I tried to add a CATEGORY property recently in an org file and I was offered to repair badly formatted PROPERTY drawers. I accepted since I thought there was a unique element to fix but it fixed way much. In fact, the fix has consisted in adding one empty PROPERTY block per heading element (I

[O] [PATCH] TINYCHANGE Fix some spanish translations in ox.el

2015-04-08 Thread Vicente Vera
Hello. This patch fixes some spanish translations defined in org-export-dictionary. It also adds a :default property for the spanish "Table of Contents" entry, thus allowing ox-odt (and probably other exporters) to correctly translate this element. >From 668ffc388db671e56a50ab3b6a210f61a6a4755b Mo

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread Nick Dokos
Rasmus writes: > Hi, > > Nick Dokos writes: > http://en.wikipedia.org/?title=PDF/UA As far as I can tell, support for this from LaTeX is still very much a work in progress, but there is an accessibility.sty package that has made a start. Here is a recent SO discussion: http:

Re: [O] [ox-html, patch] Viewport

2015-04-08 Thread Rasmus
Hi, I pushed this prematurely in a7becba686e5dcf6424697ac54b4671abeb34f92, so if somebody feel that this should not be part of ox-html it can still be reverted. —Rasmus -- Send from my Emacs

Re: [O] [ox, patch] #+SUBTITLE

2015-04-08 Thread Rasmus
Pushed in a780080fcf38ca6412658323eae9367a17a12bdf. —Rasmus -- Send from my Emacs

[O] Helm and multiple-tags in org mode issues

2015-04-08 Thread Leo Ufimtsev
Hello, I noticed helm doesn't work that well for multiple tags in org mode. e.g if you use org-set-tag and want to append multiple tags, it shows predictions only for the first tag, or for used 'combinations', but it does not show predictions for 'mix-and-match'. E.g from my tag list: http://

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread Rasmus
Hi, Nick Dokos writes: >>> http://en.wikipedia.org/?title=PDF/UA As far as I can tell, support >>>for this from LaTeX is still very much a work in progress, but there is >>>an accessibility.sty package that has made a start. Here is a recent SO >>>discussion: >>>http://tex.stackexchange.com/ques

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread Nick Dokos
Rasmus writes: > William Henney writes: > >> >> http://en.wikipedia.org/?title=PDF/UA >> >> As far as I can tell, support for this from LaTeX is still very much a work >> in progress, but there is an accessibility.sty package that has made a >> start. Here is a recent SO discussion: >> >> http:

Re: [O] Problem with org-mode and minted

2015-04-08 Thread Ista Zahn
I think you just need to customize org-latex-minted-langs so that it maps C to c, e.g., (add-to-list 'org-latex-minted-langs '(C "c")) Best, Ista On Wed, Apr 8, 2015 at 8:11 AM, azubi wrote: > Hi all > > I've recently discovered babel (of org-mode) and I try to learn it. > I've discovered a lit

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread Rasmus
Hi, William Henney writes: >> >>> http://www.adobe.com/accessibility/products.html >> >>> is a good place to start. >> >> >> >> It's a list of a bunch of software packages of which most are not (i) >> free >> >> in any meaning of the word; and (ii) supported on GNU/Linux. >> > >> > So what? IIU

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread William Henney
On Mon, Apr 6, 2015 at 7:19 AM, Rasmus wrote: > Marcin Borkowski writes: > > > On 2015-04-06, at 13:40, Rasmus wrote: > > > >> Jude DaShiell writes: > >> > >>> http://www.adobe.com/accessibility/products.html > >>> is a good place to start. > >> > >> It's a list of a bunch of software packages

Re: [O] stty fails in babel sh blocks, workaround?

2015-04-08 Thread Sebastien Vauban
George Jones wrote: > #+BEGIN_SRC sh :results output :exports both > exec 2>&1; date; set -e; # set -x; > stty || true > #+END_SRC FYI, `sh' gets replaced by `shell' in Org from master. That should hit MELPA in a couple of days or weeks. Best regards, Seb -- Sebastien Vauban

Re: [O] Best practices to get reminders?

2015-04-08 Thread Marcin Borkowski
On 2015-04-08, at 11:55, Eric Abrahamsen wrote: > Don't be ashamed, I'm sure we all use some software we're not proud > of :) It's not that I'm ashamed, it's that apparently it is forbidden to talk about certain categories of software on this list, at least if you don't talk about them in a der

Re: [O] Problem with org-mode and minted

2015-04-08 Thread Thomas S. Dye
Aloha azubi, azubi writes: > Hi all > > I've recently discovered babel (of org-mode) and I try to learn it. > I've discovered a little problem that I cannot solve. > > Consider the following (almost) minimal example: > > > * First example with

Re: [O] incorrect HTML rendering of info links with spaces

2015-04-08 Thread Nick Dokos
emac...@gmail.com (Richard Y. Kim) writes: > It seems like org-html-publish-to-html does not translate info links > properly in generated HTML files. The problem is that spaces in info > nodes should be converted to dashes, but instead spaces are left as is. > > For example org-mode link [[info:e

[O] stty fails in babel sh blocks, workaround?

2015-04-08 Thread George Jones
I'm running some programs that expect to be able to get terminal settings via (python fragment): ioctl(1, termios.TIOCGWINSZ, ' '*8))ioctl(1, termios.TIOCGWINSZ, ' '*8)) however, sh code run under babel appears not to have the terminal device that's expected: nostt

[O] how to sanitize org-protocol text ?

2015-04-08 Thread Sander Boer
Hi, I just set up org-protocol and it works fine. However, when I have text selected to have it end up in the body of the new note I get presented with two problems: - Every linebreak has a trailing ^M, this does not happen when I paste the text. - Unicode quote symbols ? The text is speckle

Re: [O] make code lines bold in export

2015-04-08 Thread John Kitchin
A filter is what I would use. You could get the src block text and replace lines with that comment in them for the output. This post is not exactly that, but it has the idea of how to do it. you would get the text, modify it, and return the new modified text. http://kitchingroup.cheme.cmu.edu/blog

[O] Bug? Changed behaviour makes tags in headlines without a title parsed as the title

2015-04-08 Thread Anders Johansson
Hi, I have been using "degenerate" inlinetasks with empty titles but many tags for implementing a kind of coding scheme for coding texts for qualitative data analysis. Like this: - Some text that I want to tag (The inlinetask in my scheme refers to the paragraph above it) ***

Re: [O] Problems with Hyperlinks containing backslashes

2015-04-08 Thread Martin Beck
>> w32-shell-execute("open" "servername\\dir1\\dir2") >> eval((w32-shell-execute "open" file)) >> It seems that Emacs automatically replaces each backslash with a >> double backslash. >> How can I change that so that it is working? > IIRC it is fixed in development branch of Org. You may want

[O] Problem with org-mode and minted

2015-04-08 Thread azubi
Hi all I've recently discovered babel (of org-mode) and I try to learn it. I've discovered a little problem that I cannot solve. Consider the following (almost) minimal example: * First example with language "c" #+BEGIN_SRC c :EXPORT results

[O] make code lines bold in export

2015-04-08 Thread thomas
Hi, it would be very nice if i was able to highlight (i.e. make bold) certain lines in an exported code, say ODT. Something like this: #+BEGIN_SRC java public class HelloActivity extends Activity { /** Called when the activity is first created */ @Override public void onCreate(Bundle sa

Re: [O] Best practices to get reminders?

2015-04-08 Thread Eric Abrahamsen
Marcin Borkowski writes: > On 2015-04-07, at 06:09, Eric Abrahamsen wrote: > >> At this point I have so much of my life (personal and professional) in >> Org files that yes, checking the Agenda isn't an issue anymore. It's the >> first thing I do in the morning, and the last thing I do before kn

[O] [org-babel] Problem using result of code block with eval no

2015-04-08 Thread Francesco Pizzolante
Hi, I have an issue when I want to use the result of a code block which I executed manually (C-c C-v C-e) and then marked with ':eval no'. Here's what happen when I evaluate the following ECM with C-c C-v C-b: - the Result1 code block uses the table1 result as input and returns the expected ou

[O] incorrect HTML rendering of info links with spaces

2015-04-08 Thread Richard Y. Kim
It seems like org-html-publish-to-html does not translate info links properly in generated HTML files. The problem is that spaces in info nodes should be converted to dashes, but instead spaces are left as is. For example org-mode link [[info:elisp#Hash Tables]] is converted as elisp#Hash