Re: [O] HTML table export options essentially undocumented

2014-03-17 Thread Vladimir Lomov
Hello, ** James Harkins [2014-03-18 13:52:10 +0800]: > The documentation here seems rather un-detailed. > http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export > What I wanted to do was to have vertical rules between all columns, but not > horizontal rules. Neither this sect

[O] Header ':comments noweb' mangles lines in tangled code

2014-03-17 Thread Vladimir Lomov
Hello, consider the following example Org document: -- 8< -- #+TITLE: Example #+AUTHOR: Vladimir Lomov * How ~comments~ interferes with ~noweb~ #+NAME: code1 #+BEGIN_SRC sh var1 #+END_SRC #+NAME: code2 #+BEGIN_SRC sh [[ -t ${SHELL} ]]

[O] HTML table export options essentially undocumented

2014-03-17 Thread James Harkins
The documentation here seems rather un-detailed. http://orgmode.org/manual/Tables-in-HTML-export.html#Tables-in-HTML-export What I wanted to do was to have vertical rules between all columns, but not horizontal rules. Neither this section of the documentation, nor the docstring for org-html-ta

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rasmus
Rick Frankel writes: > On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote: >> Rick Frankel writes: >> > >> > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: >> >> Hi Rasmus and Nicolas, >> >> >> > >> >> Nicolas Goaziou writes: >> >> >> >> >> Let me know if you find you'd be willing

Re: [O] babel completion notification

2014-03-17 Thread Nick Dokos
Eric Schulte writes: > Nick Dokos writes: > >> (popup.py is my homemade notifier) > > Try adding `(lambda () (shell-command-to-string "popup.py babel done"))' > to your `org-babel-after-execute-hook'. > >> >> I get the popup immediately and the results after 10 seconds. The >> org-babel-after-

[O] #+LATEX_HEADER:\newcommand{\orgtitle}{{{{TITLE}}}}

2014-03-17 Thread Luke Crook
I'm looking for a quick and dirty way to use the org-mode variables within Latex. I thought the following might work; #+TITLE: A nice title #+LATEX_HEADER: \newcommand{\orgtitle}TITLE And then in the .tex file; \orgtitle{} Suggestions? Thanks

Re: [O] babel completion notification

2014-03-17 Thread Eric Schulte
Nick Dokos writes: > Ken Mankoff writes: > >> Hi Eric, >> >> On 2014-03-17 at 17:05, Eric Schulte wrote: >>> Ken Mankoff writes: >>> Until asynchronous babel exists, it would be nice to at least be notified when long-running tasks complete. Does anyone have advice how to set up a

Re: [O] [patch][ox-html] Stylistic changes

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 11:19:27PM +0100, Rasmus wrote: > Hi Rick, > > Rick Frankel writes: > > > On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote: > >> Hello, > >> > >> Nicolas Goaziou writes: > >> > >> > So if the change is only stylistic, I see no reason to break > >> > compatibility

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 11:26:28PM +0100, Rasmus wrote: > Rick Frankel writes: > > > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: > >> Hi Rasmus and Nicolas, > >> > > > >> Nicolas Goaziou writes: > >> > >> >> Let me know if you find you'd be willing to merge something like this > >> >

[O] Org Agenda and BBDB File

2014-03-17 Thread Aric Gregson
Hello, I am wondering if it is possible to get org-mode to stop asking to read the bbdb file when creating the new agenda. It is a bit annoying because GNUS in another instance of emacs generally has the file. I have seemingly removed any calls to bbdb in my org set-up (initially used it for ann

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Stefan
> So, it only covers a single command (C-k). Sorry, forget my question: I had forgotten to turn my brain on, somehow (seems to happen too often lately). These numbers aren't call counts, they're just numbers of samples, so there's no evidence that flyspell-post-command-hook was run very many times

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Ilya Shlyakhter writes: > When I open emacs with this file, move to the emacs-lisp block, and > evaluate it, I get "aaa". I can reproduce your problem now, I'm on it, and the problem is real, but I need to make sure all tests pass fine before fixing this. Thanks, -- Bastien

[O] [PATCH] Only set org-hide foreground if one is available

2014-03-17 Thread Nikolai Weibull
* org.el (org-mode): Add guard around set-face-foreground. (org-mode): When loading Org buffers through desktop, there will not be a foreground set for org-hide. Therefore, simply do not set the foreground of org-hide unless there is one to set. --- lisp/org.el | 4 +++- 1 file changed, 3 inserti

Re: [O] [patch][ox-html] Stylistic changes

2014-03-17 Thread Rasmus
Hi Rick, Rick Frankel writes: > On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote: >> Hello, >> >> Nicolas Goaziou writes: >> >> > So if the change is only stylistic, I see no reason to break >> > compatibility with "ox-freemind.el". > >> I would favor a solution where the HTML backend us

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rasmus
Rick Frankel writes: > On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: >> Hi Rasmus and Nicolas, >> > >> Nicolas Goaziou writes: >> >> >> Let me know if you find you'd be willing to merge something like this >> > >> > I don't know enough HTML to have an opinion here. >> > > I don't thin

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Ilya Shlyakhter
On 3/17/14 5:43 PM, Achim Gratz wrote: The test case doesn't work as posted. A working test case produces the Try http://ilya.cc/testcase.org When I open emacs with this file, move to the emacs-lisp block, and evaluate it, I get "aaa". I could easily be wrong re: the logic of the code, but

Re: [O] babel completion notification

2014-03-17 Thread Nick Dokos
Ken Mankoff writes: > Hi Eric, > > On 2014-03-17 at 17:05, Eric Schulte wrote: >> Ken Mankoff writes: >> >>> Until asynchronous babel exists, it would be nice to at least be >>> notified when long-running tasks complete. Does anyone have advice >>> how to set up a hook on babel completion so tha

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-17 Thread Andreas Leha
Hi Bastien, Bastien writes: > "R. Michael Weylandt " > writes: > >> I've tried this with Org 7.9.3 and 8.2.5h to the same result: >> >> <--> >> #+TITLE: Test >> * One >> Here is a [[http://google.com/search?q=orgmode][link]] >> <--> >> >> Exporting to HTM

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Fabrice Niessen
Stefan wrote: >> I thought at using the profiler of Emacs 24, and it gives meaningful >> results. Good news #2. >> Here they are: >> --8<---cut here---start->8--- >> - flyspell-post-command-hook 3271 98% > > Does this report o

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Ilya Shlyakhter
In the current master branch, doing the example from the patch (reproduced below again) gives "aaa", because the line (let (org-file-properties org-global-properties org-global-properties-fixed) has been removed from org-entry-get-with-inheritance . I agree that patching a function as cor

Re: [O] org-element checks make flyspell prohibitively slow

2014-03-17 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > The rewrite of org-mode-flyspell-verify in commit > 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating > org-mode files with large chunks of text very slow. [...] > => Org-mode version 8.2.5h (release_8.2.5h-757-gc444e4 @ > /home/matt/org-mode

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Ilya Shlyakhter writes: > Here is the test case again: The test case doesn't work as posted. A working test case produces the result shown below (with and without your patch reverted) on current master (tested again via make vanilla just to be sure). --8<---cut here---sta

Re: [O] babel completion notification

2014-03-17 Thread Ken Mankoff
Hi Eric, On 2014-03-17 at 17:05, Eric Schulte wrote: > Ken Mankoff writes: > >> Until asynchronous babel exists, it would be nice to at least be >> notified when long-running tasks complete. Does anyone have advice >> how to set up a hook on babel completion so that growl or some >> other system

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-17 Thread Andreas Leha
Hi Nicolas and Eric, Eric Schulte writes: > Nicolas Goaziou writes: > >> Hello, >> >> Eric Schulte writes: >> >>> This sounds like a good compromise to me. As you say, this should >>> easily and visually support both use cases and is intuitive. I've not >>> touched the export machinery mysel

Re: [O] babel completion notification

2014-03-17 Thread Eric Schulte
Hi Ken, Ken Mankoff writes: > I see from old emails to this list that asynchronous babel does not > exist and is non-trivial to implement. Yes, at least my initial attempts to implement this did not succeed (see line 100 of ob-comint.el), and I haven't had the time to revisit the issue. In act

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz writes: > Bastien writes: >> What I meant is this: broken tests are not a sufficient reason to >> revert a commit. You need to show the commit is wrong and the tests >> are not outdated. > > No code breaking a test should have been committed in the first place, > then we wouldn't nee

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: > What I meant is this: broken tests are not a sufficient reason to > revert a commit. You need to show the commit is wrong and the tests > are not outdated. No code breaking a test should have been committed in the first place, then we wouldn't need to have this discussion. If t

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz writes: >> I meant: can you tell me how the tests fail? > > They don't produce the result they are supposed to produce. Thanks for this explanation. >> I'm interested in the answer. > > make BTEST_RE='\\(header-arg-defaults\\|property-accumulation\\)' > test-dirty Thanks! If

[O] babel completion notification

2014-03-17 Thread Ken Mankoff
I see from old emails to this list that asynchronous babel does not exist and is non-trivial to implement. Until asynchronous babel exists, it would be nice to at least be notified when long-running tasks complete. Does anyone have advice how to set up a hook on babel completion so that growl or s

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: > Achim Gratz writes: > >>> Can you tell a bit more about what's wrong with the test? >> >> There is nothing wrong with those tests. > > I meant: can you tell me how the tests fail? They don't produce the result they are supposed to produce. > I'm interested in the answer. make

Re: [O] Can I use an already defined agenda view in another agenda command?

2014-03-17 Thread Matt Lundin
M writes: > Salut Bastien, > > thanks a lot - that helps a little, however this will only work temporarily > and already for the next "r" refresh, the combined agendas are not there any > more, just one, if I am not mistaken. > > My question was more targeting in the direction if it could be poss

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz writes: >> Can you tell a bit more about what's wrong with the test? > > There is nothing wrong with those tests. I meant: can you tell me how the tests fail? I'm interested in the answer. >> If the patch is good and the tests are outdated, I'd rather >> fix the tests than revert t

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: > Can you tell a bit more about what's wrong with the test? There is nothing wrong with those tests. > If the patch is good and the tests are outdated, I'd rather > fix the tests than revert the patch to re-revert it again. No, the patch is bad, otherwise it wouldn't break the te

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Applied, thanks! > > That badly breaks the following tests: > >FAILED test-ob-header-arg-defaults/tree/accumulate/call >FAILED test-ob-header-arg-defaults/tree/accumulate/noweb >FAILED test-ob-header-arg-defaults/tree/complex/call >FAILE

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-17 Thread Achim Gratz
Bastien writes: > Applied, thanks! That badly breaks the following tests: FAILED test-ob-header-arg-defaults/tree/accumulate/call FAILED test-ob-header-arg-defaults/tree/accumulate/noweb FAILED test-ob-header-arg-defaults/tree/complex/call FAILED test-ob-header-arg-defaults/tree/c

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-17 Thread Eric Schulte
John Hendy writes: > On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte wrote: >> John Hendy writes: >> >>> On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote: On 02/07/14, 17:47 , Eric Schulte wrote: > Rainer M Krug writes: > >> On 02/07/14, 07:18 , John Hendy

Re: [O] [patch][ox-html] Support for level based containers

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 03:15:50AM +0100, Bastien wrote: > Hi Rasmus and Nicolas, > > Nicolas Goaziou writes: > > >> Let me know if you find you'd be willing to merge something like this > > > > I don't know enough HTML to have an opinion here. > I don't think it's a bad change, but i have a coup

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-17 Thread John Hendy
On Mon, Mar 17, 2014 at 10:00 AM, Eric Schulte wrote: > John Hendy writes: > >> On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote: >>> >>> >>> >>> On 02/07/14, 17:47 , Eric Schulte wrote: >>> > Rainer M Krug writes: >>> > >>> >> On 02/07/14, 07:18 , John Hendy wrote: >>> >>> Greetings, >>> >>

Re: [O] [patch][ox-html] Stylistic changes

2014-03-17 Thread Rick Frankel
On Mon, Mar 17, 2014 at 03:17:10AM +0100, Bastien wrote: > Hello, > > Nicolas Goaziou writes: > > > So if the change is only stylistic, I see no reason to break > > compatibility with "ox-freemind.el". > I would favor a solution where the HTML backend uses what's > readable (— and friends) and wh

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi, > Hi Bastien, > > · Bastien wrote: >> Thomas Holst writes: >> >>> Given a table with several sections and a capture template for entries >>> in this table. The sections are dynamic, so a static value for >>> table-line-pos does not help. With this patch table-line-pos can be: >>> >>> - a stri

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 11:16:03 Nicolas Goaziou napisał(a): > Another, more advanced option, is to use a parse tree filter to create > pseudo-types, i.e., element or object types that don't exist in > regular Org syntax. See `math-block' type in "ox-latex.el", in > particular `org-latex-math-bl

Re: [O] mobile-org http links not recognized on iPhone

2014-03-17 Thread Sean Escriva
Chris Henderson writes: > http links on mobile-org on iPhone is not click-able and I need to select > all, copy and paste the link on safari instead of just clicking and opening > it directly. Is this normal behavior? No links should be clickable, they are for me. For example, with the followin

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > path is always a string. Description is always parsed (and transcoded > already). In the most simple cases, they are equals. I found out I have to parse the path because "hello \alpha" would not be exported correctly otherwise. (But I agree this is a corne

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 15:12:46 Nicolas Goaziou napisał(a): > Marcin Borkowski writes: > > > So basically I can attach #+ATTR_WHATEVER attributes also to lists, > > paragraphs and other elements? Even list items? (This would mean > > that I could mark the "correct" answer using that syntax

Re: [O] Contribution: ob-groovy.el

2014-03-17 Thread Bastien
Hi Miro, Miro Bezjak writes: > it took a while, but my FSF papers finally pulled through. I guess > that means ob-groovy.el can now move from `contrib' and into `lisp'. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=4d32b9eb yes, I received the FSF confirmation and moved ob-groovy.el a fe

Re: [O] export ICal without evaluate code block

2014-03-17 Thread Simon Thum
Well, I was kind of shocked because the mails sounded to imply I need to switch evaluation off and, supposedly, extra-off-for-ical, too. In fact that is the default, or so the source code comment reads but I have no idea how that works out. Cheers, Simon On 03/13/2014 04:42 PM, Bastien wrot

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-17 Thread Eric Schulte
John Hendy writes: > On Fri, Feb 7, 2014 at 1:22 PM, Rainer M Krug wrote: >> >> >> >> On 02/07/14, 17:47 , Eric Schulte wrote: >> > Rainer M Krug writes: >> > >> >> On 02/07/14, 07:18 , John Hendy wrote: >> >>> Greetings, >> >>> >> >>> >> >>> I don't usually tangle, but am creating a code file

[O] place mark at entry for org-agenda-diary-entry

2014-03-17 Thread Tory S. Anderson
In Agenda view, 'i' executes org-agenda-diary-entry. However, the entry is just appears somewhere in the list, and if I want to further refine it, I need to search for it. How can I have my mark automatically moved to the newly created item?

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-17 Thread Stefan
> I thought at using the profiler of Emacs 24, and it gives meaningful > results. Good news #2. > Here they are: > --8<---cut here---start->8--- > - flyspell-post-command-hook 3271 98% Does this report only cover a single com

Re: [O] org-cook

2014-03-17 Thread Erik Hetzner
At Mon, 17 Mar 2014 10:34:55 -0400, Ken Mankoff wrote: > > Hi, > > This isn't directly related to Org, but I'll mention it anyway since > people are discussing quantities and "scale" for their > recipes. Various programming languages have "physical units" packages > that can make working with uni

Re: [O] org-cook

2014-03-17 Thread Ken Mankoff
Hi, This isn't directly related to Org, but I'll mention it anyway since people are discussing quantities and "scale" for their recipes. Various programming languages have "physical units" packages that can make working with units quite fun. I use the python "Quantities" package http://pythonhoste

[O] org-element checks make flyspell prohibitively slow

2014-03-17 Thread Matt Lundin
The rewrite of org-mode-flyspell-verify in commit 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating org-mode files with large chunks of text very slow. For instance, I started up a minimal emacs: /usr/bin/emacs -Q -l ~/config/minimal.el ...where minimal.el is... minimal

Re: [O] Contribution: ob-groovy.el

2014-03-17 Thread Miro Bezjak
Hi all, it took a while, but my FSF papers finally pulled through. I guess that means ob-groovy.el can now move from `contrib' and into `lisp'. Kind Regards, Miro On Mon, Dec 30, 2013 at 3:53 AM, Eric Schulte wrote: > Miro Bezjak writes: > > > Sure - attached. > > > > Applied, Thanks! > > --

Re: [O] org-cook

2014-03-17 Thread Fletcher Charest
That would be better yes, but it looked easier (to me and my limited skills) to access properties through Emacs Lisp than accessing tables. Org experts might have some useful tips. FC On Mon, Mar 17, 2014 at 3:26 PM, Xebar Saram wrote: > thank you all for the great answers > > Fletcher, your i

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien writes: > Bastien writes: > >> If we do this, I don't see the need to enforce case sensitivity. > > I attach a patch that illustrates the fix I propose on top on my > previous commit. I somehow missed this message. > With this, > > ==

Re: [O] org-cook

2014-03-17 Thread Xebar Saram
thank you all for the great answers Fletcher, your idea sounds great, but why not use org tables as people suggested for ingredients. ive started using it yesterday and im very pleased, in example: *** COOK Pancakes:American: :PROPERTIES: :Source: TV :Serves: :Time: :Ra

Re: [O] org-cook

2014-03-17 Thread Fletcher Charest
Hello everyone, Since we are on this subject, are you aware of any package that would make an 'automatic' shopping list based on recipes? My idea was to record recipes in this format: * Name of the recipe :tag: 1) Step one. 2) Step two. 3) Step three. :PROPERTIES: :ingredient_1: quanti

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Nicolas Goaziou writes: > I see the capitalization problem, but I still don't understand why you > think target and description are inverted. Well, they are. Okay, again: <<>> hello world

Re: [O] Is there an environment for Org syntax?

2014-03-17 Thread Fletcher Charest
Hello Phil, When I use the edit buffer (by pressing C-c '), my Org syntax is indented properly (in accordance with org-indent-mode, which is set to t). The code block itself looks like this after editing: #+BEGIN_SRC org :exports code ,* Top level headline ,** Second level ,*** Third level

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Reuben Thomas
On 17 March 2014 12:37, Bastien wrote: > Reuben Thomas writes: > > > I don't know, because I don't know whether it's the behavior or > > documentation that is wrong. > > If the behavior is wrong, what is wrong? > > If the documentation is wrong, what is wrong? > I shall assume it's a bug in the

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> >> Hello World >> >> >> >> Let’s say Hello World to test. >> >> It looks good to me. > > The target is the radio link: "Hello World". > > The link description in the second paragraph is "hello world". > > So the output is not good: > > 1) Hello W

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Nicolas Goaziou writes: > > Hello World > > > > Let’s say Hello World to test. > > It looks good to me. The target is the radio link: "Hello World". The link description in the second paragraph is "hello world". So the output is not good: 1) Hello World should be Hello World ^

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Bastien writes: > I don't get the logic: the output text has two parts: the target of > the link, the description of the link. It the example above, the > Target is "Hello World", and should be rewritten "Hello-World" to > escape spaces. The description is "hello world" and should not be > rewr

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Bastien
Reuben Thomas writes: > I don't know, because I don't know whether it's the behavior or > documentation that is wrong. If the behavior is wrong, what is wrong? If the documentation is wrong, what is wrong? Sorry to be plain, but you need to help me :) -- Bastien

Re: [O] Org-link-escape-chars (was Incorrect hexification in URLs in LaTeX Export)

2014-03-17 Thread Simon Thum
Hehe ;) No, I was merely suggesting that maybe someone tried too hard to fix non-working urls becauase of other use cases. Luckily it seems fixed now. On 03/06/2014 10:17 AM, Andreas Leha wrote: "R. Michael Weylandt" writes: On Tue, Mar 4, 2014 at 3:45 PM, Simon Thum wrote: This seems to

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-17 Thread Reuben Thomas
On 17 March 2014 02:11, Bastien wrote: > Hi Reuben, > > I'm confused and can't get what's the problem: is it a bug? > Is it a documentation bug? I don't know, because I don't know whether it's the behavior or documentation that is wrong. -- http://rrt.sc3d.org

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Bastien writes: > If we do this, I don't see the need to enforce case sensitivity. I attach a patch that illustrates the fix I propose on top on my previous commit. With this, <<>> Let's say hello \alpha world to test. =

[O] non-beamer :ignoreheading: does not work for html (org 8.2.5h)

2014-03-17 Thread Miguel Ruiz
Hi The Suvayu edited answer of Jul 26 '13 at 11:42 http://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents #+begin_src elisp (require 'ox) (defun sa-ignore-headline (contents backend info) "Ignore headlines with tag `ignorehead

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Bastien
Hi Nicolas, thanks for looking into this. Nicolas Goaziou writes: > Actually, even though it works if you test it on cases like: > > <<>> foo > > it isn't right on more complex cases: > > <<>> with \alpha True. It is not right on simpler example too, with just spaces: ==

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-17 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas, I modified the logic for radio link export in ox-html.el, > ox-latex.el and ox-beamer.el. I also modified the use of the target > instead of the path in ox-ascii.el. Can you review this change > (http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=d2e7b1b) and

Re: [O] calendar day face incorrect when Monday first day?

2014-03-17 Thread David Belohrad
Ok, I then send a copy of this email to emacs guys Bastien writes: > Hi David, > > David Belohrad writes: > >> Is the hard-wired face for weekend days intentional? I would propose to >> declare those days in an external variable so user could actually choose >> what he considers as weekend...

Re: [O] calendar day face incorrect when Monday first day?

2014-03-17 Thread Bastien
Hi David, David Belohrad writes: > Is the hard-wired face for weekend days intentional? I would propose to > declare those days in an external variable so user could actually choose > what he considers as weekend... I don't know if it is intentional but I observe the same. > any comments on th

Re: [O] [OT] document scanner with ADF

2014-03-17 Thread Andreas Hirczy
Hi! Samuel Wales writes: > We had a great discussion about scanners and ADFs here a while back. > The Fujitsu ScanSnap 1500 seemed to be a favorite. We have got Fujitsu ScanSnap S1500M and FI-6130Z - both work near perfect with Linux and SANE. If you use SANE, it is necessary to set the driver

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-17 Thread Igor Sosa Mayor
Am Mon, Mar 17, 2014 at 03:07:08AM +0100, Bastien schrieb: > Yes -- and I recently removed the fix I sent to Michael about S-RET > not aligning properly in table because of this ping pong. I'll > revisit this thoroughly and hopefully come up with a stable solution, > but the problems here are clos

[O] calendar day face incorrect when Monday first day?

2014-03-17 Thread David Belohrad
Dear All, this might be out for this group, but maybe there will be some help, as calendar is used extensively in org mode. In Czech Rep, the week starts always by monday, so I do (setq calendar-week-start-day 1) This perfectly sets the monday in the calendar view (so M-x calendar) as first day

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst writes: > >> Given a table with several sections and a capture template for entries >> in this table. The sections are dynamic, so a static value for >> table-line-pos does not help. With this patch table-line-pos can be: >> >> - a string like "II-2" >

Re: [O] [patch] file links from sunrise commander

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst writes: > >> Here is a path with implements this feature. > > I used a slightly different technique to avoid the reference to > `sr-mode'. > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5f2dce > > Thanks for the idea, thanks for implementing t