Re: [O] [BUG] Cannot export a raw link

2014-04-16 Thread Nicolas Goaziou
I suggest the following for the 8.2.6 release: - revert the whole patches line - at the parser level - if scheme is not file or derived (e.g., file+sys or docview), assume PATH is a correct URI and do not change anything ; - otherwise, if PATH is absolute and do not

Re: [O] How to change org-export-html-style

2014-04-16 Thread Rustom Mody
Ok Thanks Nick I had to change org-export-html-style to org-html-head and now its working How the 7.xx variable was working is still somewhat a mystery though.

[O] Strings inside code blocks

2014-04-16 Thread Rustom Mody
I want to put a string-literal inside an inline code-block Neither ~Hello World~ nor =Hello World= seem to work If it cant be done then I need an html specific solution; I'd prefer a generic one though. Thanks Rusi

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody rustompm...@gmail.com writes: I want to put a string-literal inside an inline code-block Neither ~Hello World~ nor =Hello World= seem to work If it cant be done then I need an html specific solution; I'd prefer a generic one though. This ,-- | *

[O] noninteractive use of org-export

2014-04-16 Thread Julien Cubizolles
How can I use org-beamer-export-to-pdf for example for an org file that the current buffer isn't visiting? My setup is the following : I have two org files cours-beamer.org and cours-notes.org each containing different +LATEX_CLASS and +LATEX_CLASS_OPTIONS choices and the same +#INCLUDE cours.org

Re: [O] How to change org-export-html-style

2014-04-16 Thread Rick Frankel
On 2014-04-15 23:25, Rustom Mody wrote: On Tue, Apr 15, 2014 at 10:39 PM, Rick Frankel r...@rickster.com wrote: On 2014-04-15 07:30, Rustom Mody wrote: I need (for various reasons) to inline these styles I have this code in my init to change the html style (defun rusi/load-css()   Returns

Re: [O] noninteractive use of org-export

2014-04-16 Thread Thorsten Jolitz
Julien Cubizolles j.cubizol...@free.fr writes: How can I use org-beamer-export-to-pdf for example for an org file that the current buffer isn't visiting? My setup is the following : I have two org files cours-beamer.org and cours-notes.org each containing different +LATEX_CLASS and

Re: [O] Strings inside code blocks

2014-04-16 Thread Rustom Mody
Thorsten Jolitz wrote: This ,-- | * 1st Level | src_emacs-lisp{Hello World} `-- renders this... does not seem to work for me. Some requirements I need python code inline inside tables.

[O] ob-clojure :session echo settings

2014-04-16 Thread Michael Bach
Hi, Emacs 24.4. org-mode latest master clojure-mode latest MELPA cider latest MELPA Following the instructions in [1], I set up session evaluation for clojure in the snippet: #+BEGIN_SRC org #+PROPERTY: header-args:clojure :session :cache no #+begin_src clojure (+ 1 2 3) #+end_src #+RESULTS:

Re: [O] The Org Package

2014-04-16 Thread Achim Gratz
David Masterson writes: Hmmm. I would think that this process might work as well: 1. Start with emacs -Q This fails with some older versions of Emacs since these had a bug where parts of the init scripts were processed even when you said explicitly that they shouldn't be read. 2. Bring up

Re: [O] Possible regexp bug in org.el

2014-04-16 Thread Bastien
Hi Thorsten and Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr writes: It's almost certainly a typo, but it introduces no bug because '*' can't bear its special meaning after '^', so the regexp engine will make it match exactly the '*' character. But it'd be better written as ^*+

Re: [O] Org-Babel concise named scalar variables

2014-04-16 Thread Achim Gratz
William Kunkel writes: Is there a more concise way to do simple variables, or am I stuck with the named example blocks? It seems you'll want to define those through var properties. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ DIY Stuff:

Re: [O] Centos 6.5 = emacs 23.1 = org 6.21b = Need help

2014-04-16 Thread Bastien
Hi Suhas, Suhas Pai suhas...@yahoo.com writes: sudo yum groupupdate emacs Package 1:emacs-23.1-25.el6.x86_64 already installed and latest version In order to preserve the integrity of all pacakges installed, I prefer not deviate from yum so I don't have the latest emacs (24.1) or the

Re: [O] How can you sort an Org clock table?

2014-04-16 Thread Bastien
Hi Noah, from master, you can now use a :sort parameter in clocktable to sort a column. For example: #+BEGIN: clocktable :maxlevel 2 :scope file :sort (2 . ?t) #+CAPTION: Clock summary at [2014-04-16 mer. 18:12] | Headline | Time | |--+| | *Total time* | *0:34* |

Re: [O] [PATCH] No title in org-export-as-odt

2014-04-16 Thread Bastien
Hi Brady, Brady Trainor algeb...@uw.edu writes: I wanted to return to this and attempt it, here is my first patch ever: Thanks, diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index da2ca3f..8c7f0fe 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -1491,7 +1491,7 @@ original parsed

Re: [O] Mobileorg doesn't correctly import one .org file

2014-04-16 Thread Bastien
Hi Pere, Pere Quintana Seguí p...@quintanasegui.com writes: Everything looks fine except one file which is not correctly imported. If you don't get an answer here, and if you still have this problem, maybe you can try asking directly on MobileOrg bug reporting page:

Re: [O] Org-Babel concise named scalar variables

2014-04-16 Thread Thomas S. Dye
Aloha Will, You can set system-wide header arguments or set default values for a buffer or heading. See the Org mode manual, Section 14.8.1, Using header arguments. hth, Tom William Kunkel w...@wkunkel.com writes: I'm just getting started using Org Babel and I've run into a bit of an

Re: [O] How to test a draft of a new worg page?

2014-04-16 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com writes: I assume I need to specify the worg CSS and perhaps some other export properties, but the details are not easy to find and I don't care to guess at the moment. I sent them to you in private. Can somebody explain *really* how to

Re: [O] in-buffer settings, tags, org-element, org-id. . .

2014-04-16 Thread Bastien
Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: . . . I'm getting confused about how to use these features. Sometimes, by chance, I'll find an example/use. but often as not I'm looking at a raw reference dump with no clue how to use (best practices) these features. For example,

Re: [O] Add TODO from external app?

2014-04-16 Thread Bastien
Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to add new TODO items from, say, an email or a PHP-based web page

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-04-16 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: I know, but the users should not have to guess this. Maybe a note about the allowed structure here in the manual would be useful. Done in e84c1d8442b857f9275e86bb34f12811f49fcdd6. Perfect, thanks, -- Bastien

Re: [O] How can you sort an Org clock table?

2014-04-16 Thread Noah Slater
Thanks Bastien! I'll look into this and report back. On 16 April 2014 18:26, Bastien b...@gnu.org wrote: Hi Noah, from master, you can now use a :sort parameter in clocktable to sort a column. For example: #+BEGIN: clocktable :maxlevel 2 :scope file :sort (2 . ?t) #+CAPTION: Clock

[O] How do I chain babel blocks with arguments?

2014-04-16 Thread Alan Schmitt
Hello, I have several babel blocks that each work well, but I'm now trying to chain them to build some bigger functionality out of them. I'm having trouble finding out how to pass arguments between blocks. Here is a small example: --8---cut here---start-8---

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody rustompm...@gmail.com writes: Thorsten Jolitz wrote: This ,-- | * 1st Level | src_emacs-lisp{Hello World} `-- renders this... does not seem to work for me. Some requirements I need

Re: [O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-16 Thread Bastien
Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: Pretty much what the headline says. This incorrect interpretation means that if for example one tries to use org-cdlatex completions in that line or later in the block, they won't work: Instead, new cells will be created.

Re: [O] Multiple agenda buffers

2014-04-16 Thread Bastien
Hi Robert, Robert P. Goldman rpgold...@sift.info writes: I find if I accidentally return over an item's date, I get a second agenda buffer for that date. That seems fine, but what I don't like is that from now on, any org agenda commands go to THAT buffer, rather than going into the old

Re: [O] Chaining strings between babel blocks: why so many '\'?

2014-04-16 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I see you are the author of ob-dot.el. Should I push the attached patch? I applied the patch in the master branch, so that Eric can revert it without too much trouble if needed -- but I think it's not needed. Thanks, -- Bastien

Re: [O] :no-expand not working on variables?

2014-04-16 Thread Bastien
Hi Rainer, Rainer M Krug rai...@krugs.de writes: Sorry - sure. Attached. Applied in master, thanks, -- Bastien

Re: [O] [Patch] Few small fixes to html header

2014-04-16 Thread Bastien
Hi Marcin and Rick, Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Another good question. Bastien- Do you think it makes sense to do a whitespace cleanup only commit of ox-html to master? +1 from me. The practice I've seen on Emacs is to not do whitespace commits, but the cleanup

Re: [O] Org-set-repeat

2014-04-16 Thread Bastien
Hi Michael, R. Michael Weylandt michael.weyla...@gmail.com writes: I see that Org provides a `org-cancel-repeater` and `org-get-repeat` but I don't see a `org-set-repeat` (or function which can be made to do so). Is there something like that that I've missed or should I write a wrapper

Re: [O] Chaining strings between babel blocks: why so many '\'?

2014-04-16 Thread Alan Schmitt
On 2014-04-16 17:37, Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I see you are the author of ob-dot.el. Should I push the attached patch? I applied the patch in the master branch, so that Eric can revert it without too much trouble if needed

Re: [O] Add TODO from external app?

2014-04-16 Thread Tim Visher
On Wed, Apr 16, 2014 at 12:31 PM, Bastien b...@gnu.org wrote: Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: I've seen various things for interacting with org mode from external apps. I found org-protocol, as well as a Mutt-to-org mode article. Per the tittle, I want to be able to

Re: [O] Possible to always show items in clocktable?

2014-04-16 Thread Sacha Chua
Noah Slater nsla...@tumbolia.org writes: Hello, Noah! I would like to my clocktable include a line for every node, regardless of whether there is any time clocked, or whether the time clocked is 0:00. My intention here is to highlight notes that have received no attention. I want them to

Re: [O] [BUG] Cannot export a raw link

2014-04-16 Thread Achim Gratz
Nicolas Goaziou writes: […] I think it is sufficient for 8.2.6. We can still discuss if more parsing is needed for 8.3. I agree that this should take care of it. Unless Org honestly tries to be RFC3986 conformant in the future, I don't really see the point in further changes at the moment.

Re: [O] Trouble with Tables and Python

2014-04-16 Thread Martin Schöön
Thanks for the explanations and guiding. Now this works the way I want it to. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Agenda items refer to the wrong headline

2014-04-16 Thread Bastien
Hi Nick, Nick Dokos ndo...@gmail.com writes: But I *did* reproduce it with latest: I reproduced the bug too, and it's pretty bad. Thanks for the recipe, and thanks to Florian for reporting this. I'm busy right now but this is top priority. -- Bastien

Re: [O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-16 Thread Konstantin Kliakhandler
Thanks! On Wed, Apr 16, 2014 at 6:26 PM, Bastien b...@gnu.org wrote: Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: Pretty much what the headline says. This incorrect interpretation means that if for example one tries to use org-cdlatex completions in that line or

Re: [O] Mobileorg doesn't correctly import one .org file

2014-04-16 Thread Ken Mankoff
On 2014-04-16 at 12:49, Bastien wrote: Pere Quintana Seguí p...@quintanasegui.com writes: Everything looks fine except one file which is not correctly imported. I missed and can't find the original email, but does the erroneous file have an in the filename? That is a known MobileOrg bug.

[O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-16 Thread M
This is off-topic, but I hope that someone can give me some good advice: During the last years, I'be become a real org-mode fan and I want to stay current and be active in the great org-mode community. I've subscribed to the orgmode mailinglist about 1,5 years ago and so I have 17.500 mails in my

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-16 Thread Alexander Baier
Hello Martin, you might want to have a look at gnus - an news/email client for emacs. It has something called scoring (I believe this is a concept from usenet/nntp). It allowes to do exactly what you want to do and even more. You can tell gnus to hide a particular thread, so you do not have to

Re: [O] How do I chain babel blocks with arguments?

2014-04-16 Thread Charles Berry
Alan Schmitt alan.schmitt at polytechnique.org writes: Hello, I have several babel blocks that each work well, but I'm now trying to chain them to build some bigger functionality out of them. I'm having trouble finding out how to pass arguments between blocks. Here is a small example:

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-16 Thread Sacha Chua
Alexander Baier lexi.ba...@gmail.com writes: Hello, Alexander, Martin! you might want to have a look at gnus - an news/email client for emacs. It has something called scoring (I believe this is a concept from usenet/nntp). It allowes to do exactly what you want to do and even more. You can

Re: [O] Agenda items refer to the wrong headline

2014-04-16 Thread Bastien
Bastien b...@gnu.org writes: I'm busy right now but this is top priority. I reverted the patch and need more time fixing the issues in this area. Filtering agenda works by adding overlays and when point finds itself in an invisible overlay, funny stuff happens. I need to wrap my head around

Re: [O] Agenda items refer to the wrong headline

2014-04-16 Thread Bastien
Hi Fletcher, Fletcher Charest fletcher.char...@gmail.com writes: This (in my opinion) serious bug still appears when using the last ELPA version of Org (8.2.5h-98-g0820d0-elpa @ ~/.emacs.d/elpa/ org-20140407/) on Windows with GNU Emacs 24.3.1. This is now fixed. Thanks for raising it, and

Re: [O] Agenda items refer to the wrong headline

2014-04-16 Thread Bastien
Bastien b...@gnu.org writes: I'm busy right now but this is top priority. Done -- I fixed the problem that 3559ff84 was supposed to fix differently. There are still glitches when changing the date in a filtered agenda, but it's not about data corruption anymore. Thanks, -- Bastien

Re: [O] Is it possible to add a class to a paragraph in HTML export?

2014-04-16 Thread Rick Frankel
On Wed, Apr 02, 2014 at 09:06:48AM +0200, Nicolas Goaziou wrote: If deemed useful, I think this patch should use `org-html--make-attribute-string' instead of hard-coding class attribute: (attributes (org-html--make-attribute-string (org-export-read-attribute :attr_html

Re: [O] Export Org checkboxes in ox-html using UTF-8 symbols

2014-04-16 Thread Rick Frankel
On Sat, Mar 29, 2014 at 03:12:14PM +0100, Marcin Borkowski wrote: Dnia 2014-03-28, o godz. 10:59:43 Rick Frankel r...@rickster.com napisał(a): On 2014-03-28 10:01, Sebastien Vauban wrote: Rick Frankel wrote: BTW, i used [nbsp;] for the unchecked box (we use the same for checked and