Re: [O] odt exporter on mixed org setup

2014-01-15 Thread Andreas Leha
Rustom Mody writes: > Just helped a friend to install and upgrade to latest org. > Method summary: > $ git clone > $ make update > combined with setup of load-paths > > Ended with: ox-odt cannot find factory style files > > I remember that I too had this problem > http://lists.gnu.org/archive/ht

[O] odt exporter on mixed org setup

2014-01-15 Thread Rustom Mody
Just helped a friend to install and upgrade to latest org. Method summary: $ git clone $ make update combined with setup of load-paths Ended with: ox-odt cannot find factory style files I remember that I too had this problem http://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00341.html an

Re: [O] Add "legacy" time tracking as CLOCK entries

2014-01-15 Thread Richard Walker
On 15/01/2014, Sebastien Vauban wrote: > Richard Walker wrote: >> I note that I can add an entry that looks like this: >> >> CLOCK: => 0:30 >> >> and have this contribute to totals. But I would >> also like to record the date for this entry. ... > > Can't you try to convert your lines to: > >

Re: [O] tooltips

2014-01-15 Thread Rustom Mody
On Thu, Jan 16, 2014 at 3:44 AM, Christian Moe wrote: > > Rustom Mody writes: > >> Thanks Christian for that. >> Just one small thing -- Can we remove the number? > > Sure, try this new version of fntooltip.js: Super! Thanks Christian!

Re: [O] [ANN, OT] Emacs web-server, a new option for serving Org-mode files

2014-01-15 Thread Andrea Rossetti
Eric Schulte writes: > I've written an Emacs web-server [1], which may be used to interact with > Org-mode over HTTP. It has no dependencies aside from needing Emacs 24 > or later and it should be easy to install and use [2]. Thanks Eric for having shared this project. Unfortunately in my setup

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Melleus
Thank you. Now I have working 2.8.4 from testing repositories. And comparing to latest 2.8.5 that I couldn't manage I happily accept such price.

Re: [O] [poll] Fontify code in code blocks

2014-01-15 Thread Bastien
Hi Carsten, Carsten Dominik writes: > I don’t have strong feelings either way. Lets turn it on a see what > the impact will be. Done in master, thanks, -- Bastien

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Bastien
Nicolas Goaziou writes: > (defun org-mode-restart () > (interactive) > (let ((indent-status (org-bound-and-true-p org-indent-mode))) > (funcall major-mode) > (hack-local-variables) > (when (and indent-status (not (org-bound-and-true-p org-indent-mode))) > (org-

Re: [O] Link error to latest stable version

2014-01-15 Thread Bastien
Alan L Tyree writes: > I just attempted to download the latest stable version from > orgmode.org: Stable version 8.2.5e (Jan. 2014) > > The tar.gz link gave me a 404 error. This is now fixed, thansk for reporting this! -- Bastien

Re: [O] SH-ALT-RightArrow works but not SH-ALT-LeftArrow to uniformly promote subheadings

2014-01-15 Thread Bastien
Susan Cragin writes: > Silly me. I should have checked both directions. So your fix fixed > half the problem. Silly *me*. Fixed, thanks. -- Bastien

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Bastien
Melleus writes: > Fortunately I have found the org-mode install in official Debian > repositories. And even it has the ox-bibtex package I was looking for. > It turned out to be fully compatible with my installation of Emacs. And > now, after some tweaks in my .emacs I have it up and running.

Re: [O] Error when trying to show the agenda view for the current day

2014-01-15 Thread Bastien
Marcelo de Moraes Serpa writes: > Not sure what I did, but when I try to C-a a a, the agenda view fails > to be built, and I get the following message: > > "byte-code: Before first headline at position 169 in buffer gtd.org" Can you get a more complete backtrace? (setq debug-on-error t) in your

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Nick Dokos
Melleus writes: > Fortunately I have found the org-mode install in official Debian > repositories. And even it has the ox-bibtex package I was looking for. > It turned out to be fully compatible with my installation of Emacs. And > now, after some tweaks in my .emacs I have it up and running. D

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Melleus
Fortunately I have found the org-mode install in official Debian repositories. And even it has the ox-bibtex package I was looking for. It turned out to be fully compatible with my installation of Emacs. And now, after some tweaks in my .emacs I have it up and running. Debian is a kind of thing-i

Re: [O] tooltips

2014-01-15 Thread Christian Moe
Rustom, Bastien, Bastien writes: >> I made a micro screencast for demoing it: >> http://bzg.fr/u/org-footnotes-jquery.ogv Thanks, Bastien, that's cool! Rustom Mody writes: > Thanks Christian for that. > Just one small thing -- Can we remove the number? Sure, try this new version of fntooltip

[O] SH-ALT-RightArrow works but not SH-ALT-LeftArrow to uniformly promote subheadings

2014-01-15 Thread Susan Cragin
Bastien, Silly me. I should have checked both directions. So your fix fixed half the problem. Susan

Re: [O] Fwd: [bug] Beamer export fails in current master

2014-01-15 Thread Nicolas Goaziou
Hello, James Harkins writes: > Fine thought, but my bisect regimen went something like this: > > 1. Delete all elc files from the location from which I'm loading org. > > 2. Quit emacs. > > 3. At every bisect step, launch Emacs fresh with "emacs > /path/to/test-file.org" and then do nothing exce

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> Bastien writes: >> >>> Nicolas Goaziou writes: >>> (cond (org-startup-indented (require 'org-indent) (org-indent-mode 1)) ((org-bound-and-true-p org-indent-mode) (org-indent-mode -1))) >>> >>> This will not work, because (org-b

[O] Link error to latest stable version

2014-01-15 Thread Alan L Tyree
I just attempted to download the latest stable version from orgmode.org: Stable version *8.2.5e* (Jan. 2014) The tar.gz link gave me a 404 error. Cheers, Alan -- Alan L Tyreehttp://www2.austlii.edu.au/~alan Tel: 04 2748 6206 sip:typh...@iptel.org

Re: [O] python :session does return

2014-01-15 Thread John Hendy
On Wed, Jan 15, 2014 at 6:22 AM, Ken Mankoff wrote: > Hi John, > > Yes, you and others in that thread seem to be experiencing the same problem, > although there are also different issues discussed there. > > I'm a bit surprised... With the popularity of python I would expect more org > users to ha

Re: [O] Buffer local alias?

2014-01-15 Thread Andreas Leha
Hi Achim, Achim Gratz writes: > Andreas Leha writes: >> I am not as organized as Tom is. So the chances to use my up-to-date >> orgmode and successfully export any of my org documents from a year ago >> (they are almost all 'Literate Programming' documents and, thus, maybe >> more fragile?) are

Re: [O] auto-fill-mode for text changes (plain-lists) indentation

2014-01-15 Thread Andreas Leha
Hi Rémy, Rémy Abergel writes: > Hi Org users, > > I am trying to set auto-fill-mode for text, adding in my .emacs: > > (add-hook 'text-mode-hook '(lambda () (auto-fill-mode t))) > > it works quite well but it seems to change the plain-lists > indentation. > > * without auto-fill-mode > + item 1

Re: [O] Buffer local alias?

2014-01-15 Thread Achim Gratz
Andreas Leha writes: > I am not as organized as Tom is. So the chances to use my up-to-date > orgmode and successfully export any of my org documents from a year ago > (they are almost all 'Literate Programming' documents and, thus, maybe > more fragile?) are slim. I do not have numbers, but it s

Re: [O] python :session does return

2014-01-15 Thread Eric Schulte
I think the issue here is that python users seem less likely (per user on average) to edit the related Org-mode support (i.e., ob-python.el) than users of some other languages which may be less popular in the large but have better Org-mode support. Also, as a maintainer of Org-mode's code block su

Re: [O] Automatically add a repeater when scheduling

2014-01-15 Thread Marcelo de Moraes Serpa
Thank you. This might be a good feature and I might looking into creating a new version that does this automatically, since I use the current day agenda view as my next actions list, and use it to automatically carry tasks to the following day, so the +1d repeater really keeps things clean for my

[O] Error when trying to show the agenda view for the current day

2014-01-15 Thread Marcelo de Moraes Serpa
Hi, Not sure what I did, but when I try to C-a a a, the agenda view fails to be built, and I get the following message: "byte-code: Before first headline at position 169 in buffer gtd.org" Does anyone know what this means? Thanks in advance.

[O] modifying header when in columns mode

2014-01-15 Thread David Rees
ago and it still doesn't seem to reflected in group.> Is there a way to modify a header line in column view other than manually navigating to the field? If I try to use a standard key like S-up I get: "org-self-insert-command: Text is read-only: "Type `e' to edit property"". If I try to eval

Re: [O] Changing behaviour of {:} in column view?

2014-01-15 Thread Luke Crook
Sebastien Vauban writes: > > Luke Crook wrote: > > In column view, org-mode sums 3xSubtasks each having an effort of "1d" as "1d > > 0:00". Is there a way to change the sum to display this as "3d"? > > You could try to attach an ECM (« Exemple Complet Minimal », or minimal > working example)

Re: [O] tooltips

2014-01-15 Thread Rustom Mody
On Wed, Jan 15, 2014 at 10:26 PM, Bastien wrote: > Christian Moe writes: > >> Let me know if this doesn't work or isn't clear. > > It works very well! > > I made a micro screencast for demoing it: > http://bzg.fr/u/org-footnotes-jquery.ogv > > Thanks for packaging this. > > -- > Bastien Thanks

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Melleus
Thank you for replying! That was the first thing I did. The second was installing Emacs sources. But results were just the same. To me it looks like that orgmode.org repository is not compatible with Emacs from Debian or there are some unmaintained dependencies issues at least, which could be under

Re: [O] org-store-link without having to press Enter?

2014-01-15 Thread Nick Dokos
Bastien writes: > 1. collect various links through a session > 2. store the last one for a new task > 3. dump all links into some "read later" heading > > so I think this feature deserves to be in core. > > What do you and others think? > Much better! > > diff --git a/lisp/org.el b/lisp/org.el

Re: [O] tooltips

2014-01-15 Thread Bastien
Christian Moe writes: > Let me know if this doesn't work or isn't clear. It works very well! I made a micro screencast for demoing it: http://bzg.fr/u/org-footnotes-jquery.ogv Thanks for packaging this. -- Bastien

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Bastien
Bastien writes: > Try to edebug-defun `org-mode' with the recipe I posted and you'll > see: yes, `org-startup-indented' and `org-indent-mode' are off, > but the org-indent properties have not been removed from the before, ^^

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Bastien
Nicolas Goaziou writes: > Bastien writes: > >> Nicolas Goaziou writes: >> >>> (cond (org-startup-indented (require 'org-indent) (org-indent-mode 1)) >>> ((org-bound-and-true-p org-indent-mode) (org-indent-mode -1))) >> >> This will not work, because (org-bound-and-true-p org-indent-mo

Re: [O] Italicise block of text

2014-01-15 Thread Alexander Baier
Hello Roger, when answering a mail/post from the list, please Cc the list in your response, so other members of the list can see your mail to. On 2014-01-15 14:30 Roger Mason wrote: > But this does not: > > /Perhaps, but [...] to replacement./ > I just get a block of text bounded by / and / in t

Re: [O] Plentiful warnings & errors installing org+contrib

2014-01-15 Thread Bastien
Melleus writes: > Got numerous warnings and some errors when trying to install org+contrib > package from orgmode.org/elpa repository. Please carefully read the "Installation" section of the Org manual: when installing Org from GNU ELPA, you need to do it from a fresh Emacs session. Let us know

Re: [O] org-store-link without having to press Enter?

2014-01-15 Thread Bastien
Hi Sébastien, please test the attached patch against master. It creates a new command `org-insert-last-stored-link' bound to `C-c M-l'. You can use `C-2 C-c M-l' to insert the last two links. So the set of commands around inserting links would be: C-c l => store link (the suggested use

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> (cond (org-startup-indented (require 'org-indent) (org-indent-mode 1)) >> ((org-bound-and-true-p org-indent-mode) (org-indent-mode -1))) > > This will not work, because (org-bound-and-true-p org-indent-mode) > returns nil at the time `org-

Re: [O] M-right does not demote some subheadings in a region

2014-01-15 Thread Bastien
Samuel Wales writes: > I can't produce an ECM at this time, or compare with Susan's > bug, but there is a serious demote bug in recent Org. > > In this tree: > > # * a > # *** a > # *** b > # *** c > # * ca > # * cb > # * cc > # *** d > # *** e > #

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > There is no attached patch in your mail. Though, I don't understand why > you think your approach is wrong. In `org-mode' mode definition, we can > change: > > (when org-startup-indented (require 'org-indent) (org-indent-mode 1)) > > into: > > (cond (org

Re: [O] colorize html output when batch exporting

2014-01-15 Thread Alan Schmitt
Hi Rick, Rick Frankel writes: > Yes, it should. Something is not right with your output. I'm not > familiar with coq, and i don't have coq-mode.el, but from the above it > looks like a BNF grammar. Are you sure coq-mode was loaded when you > did the export? This was the problem! I added the cod

Re: [O] colorize html output when batch exporting

2014-01-15 Thread Rick Frankel
On 2014-01-15 03:04, Alan Schmitt wrote: Quick summary: I'm now able to generate the css, but I don't understand how it can change the colors. However, I still find there is a problem. Here is the html source generated from a snippet of the file: #+BEGIN_SRC html Inductive expr := | expr_th

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-15 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Nicolas Goaziou writes: > >> I'd like to fix it, yes. It will not help you with older documents, but >> what do you think about the export snippet exception I suggested? > > Sorry, I didn't get back to you on this. Although obviously more > cumbersome than my curr

[O] auto-fill-mode for text changes (plain-lists) indentation

2014-01-15 Thread Rémy Abergel
Hi Org users, I am trying to set auto-fill-mode for text, adding in my .emacs: (add-hook 'text-mode-hook '(lambda () (auto-fill-mode t))) it works quite well but it seems to change the plain-lists indentation. * without auto-fill-mode + item 1 :: description comes here indentation makes text

Re: [O] [BUG, PATCH] org-indent-mode not correctly deactivated

2014-01-15 Thread Nicolas Goaziou
Hello, Bastien writes: > With a file like > > , > | #+STARTUP: indent > | > | * Heading > | ** Subheading > ` > > org-mode will correctly use org-indent-mode when displaying it. > > Now edit the file to deactivate org-indent: > > , > | #+STARTUP: noindent > | > | * Heading > | ** S

Re: [O] subtree export title w/ tags

2014-01-15 Thread Robert Klein
Bastien, Sebastien, thank you both for your help. I'll check out `org-export-with-tags'. I do need the tags, but only in the -export-as- function of a derived exporter. Probably I still can get them. Thanks a lot Best regards Robert On 01/15/2014 12:53 PM, Bastien wrote: > > > "Sebastien

Re: [O] Citations and references in ODT

2014-01-15 Thread Ken Mankoff
Aric, perhaps you could add markdown support using export filters? I have just come across this feature and it looks useful. http://thread.gmane.org/gmane.emacs.orgmode/74816/focus=74876 -k. On Mon, Jan 13, 2014 at 7:16 PM, Aric Gregson wrote: > Ken Mankoff writes: > > > I find the ODT e

Re: [O] How to signal end of a section or subsection

2014-01-15 Thread Ken Mankoff
Hi Eric, On Tue, Jan 14, 2014 at 11:55 AM, Eric S Fraga wrote: > > > What I would do is make the A, B and C paragraph items. Then add > checkboxes (C-u C-c C-x C-b) to any list item you want to mark as a todo > item. You can set/unset using C-c C-x C-b. If you add the text [/] to > the headlin

Re: [O] python :session does return

2014-01-15 Thread Ken Mankoff
Hi John, Yes, you and others in that thread seem to be experiencing the same problem, although there are also different issues discussed there. I'm a bit surprised... With the popularity of python I would expect more org users to have run into this and it to be fixed, but perhaps it isn't as wide

Re: [O] Adding a new column in the agenda view

2014-01-15 Thread Bastien
HI Marcelo, Marcelo de Moraes Serpa writes: > Is org-agenda-filter-by-top-headline a new func? I can't find it in > org 7.9.4. For org 7.9.4, the name of the function is `org-agenda-filter-by-top-category'. HTH, -- Bastien

Re: [O] subtree export title w/ tags

2014-01-15 Thread Bastien
"Sebastien Vauban" writes: > `org-export-with-tags' seems to be the option to do that, nope? > > ╭ org-export-with-tags > │ > │ If nil, do not export tags, just remove them from headlines. > ╰ I think the OP wants to remove tags just from the titles. -- Bastien

Re: [O] [poll] Fontify code in code blocks

2014-01-15 Thread Carsten Dominik
On 14 Jan 2014, at 21:47, Bastien wrote: > Hi Sébastien, > > "Sebastien Vauban" > writes: > >> I think this overall results of the poll is quite clear, no? > > Well, I think we should wait for Carsten's vote on this. > > Carsten, do you think `org-src-fontify-natively' should > be set to

Re: [O] Buffer local alias?

2014-01-15 Thread Andreas Leha
Hello Sebastien, "Sebastien Vauban" writes: > Hello Andreas, > > Andreas Leha wrote: >> The drop of the implicit naming of call lines, for example, was (and >> still will be for some of my files) a bigger issue. > > Could you remind me what's the problem you're talking of? Evaluating a #+call l

Re: [O] Buffer local alias?

2014-01-15 Thread Eric S Fraga
> Andreas Leha writes: [...] >> I know that this problem is a problem of balancing backward >> compatibility with new features, better design, etc and cannot be >> solved. And I see the win in (most of) the breaking changes. I agree wholeheartedly with the sentiment expressed here. Despite th

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-15 Thread Eric S Fraga
Nicolas Goaziou writes: [...] > I'd like to fix it, yes. It will not help you with older documents, but > what do you think about the export snippet exception I suggested? Sorry, I didn't get back to you on this. Although obviously more cumbersome than my current approach, your suggestion woul

Re: [O] Add "legacy" time tracking as CLOCK entries

2014-01-15 Thread Sebastien Vauban
Richard Walker wrote: > Hi, while I've been using org-mode for some time, I'm now working > on a project where I've decided to use the time-tracking functions. > But I've got some "legacy" time on the project that I would like > to incorporate. I.e., I have in my (paper) log book a record of > (say

Re: [O] Buffer local alias?

2014-01-15 Thread Sebastien Vauban
Hello Andreas, Andreas Leha wrote: > The drop of the implicit naming of call lines, for example, was (and > still will be for some of my files) a bigger issue. Could you remind me what's the problem you're talking of? Best regards, Seb -- Sebastien Vauban

Re: [O] Automatically add a repeater when scheduling

2014-01-15 Thread Sebastien Vauban
Marcelo de Moraes Serpa wrote: > Does org allow automatically adding a repeater (say, +1d) to a schedule > when adding it with C-c C-s? No -- at least, not yet: ╭ │ C-c C-s runs the command org-schedule, which is an interactive Lisp function in │ `org.el'. │ │ It is bound to C-c C

Re: [O] Buffer local alias?

2014-01-15 Thread Sebastien Vauban
Nick Dokos wrote: >> I read about defalias and saw that this should be used at the >> point that the original definition is made, so I followed the pointer to >> fset and naively tried this in the local variables: >> >> # eval: (and (boundp 'org-sbe) (not (boundp 'sbe)) (fset 'sbe 'org-sbe)) >> # e

Re: [O] org-store-link without having to press Enter?

2014-01-15 Thread Sebastien Vauban
Hello Nick, Nick Dokos wrote: > Sebastien Vauban writes: >> >> I'd like to use org-store-link in a piece of code. However, it currently >> requires the user to select some link from a list of store links. > > I think you mean org-insert-link, right? Yes; you're right! >> If I always want to sele

Re: [O] [poll] Fontify code in code blocks

2014-01-15 Thread Sebastien Vauban
Hello Bastien, Bastien wrote: > When `org-src-fontify-natively' will be `t' by default, > it will be important to keep the distinction between source > blocks and HTML/LaTeX blocks. > > So HTML blocks should remain unfontified by default, just > to mark the difference with "active" source blocks.

Re: [O] Changing behaviour of {:} in column view?

2014-01-15 Thread Sebastien Vauban
Luke Crook wrote: > In column view, org-mode sums 3xSubtasks each having an effort of "1d" as "1d > 0:00". Is there a way to change the sum to display this as "3d"? You could try to attach an ECM (« Exemple Complet Minimal », or minimal working example) demo'ing your problem. That'd save time fo

Re: [O] subtree export title w/ tags

2014-01-15 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Robert Klein writes: > >> Is there something I can do, so the tag doesn't end up in the title? > > You can add the :EXPORT_TITLE: property in the subtree. > > Still, I think tags should be removed from the title by default, > I will look into this. `org-export-with-t

Re: [O] Buffer local alias?

2014-01-15 Thread Andreas Leha
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: > Aloha Andreas, > > Andreas Leha writes: > >> I am not as organized as Tom is. So the chances to use my up-to-date >> orgmode and successfully export any of my org documents from a year ago >> (they are almost all 'Literate Programming' documents

Re: [O] colorize html output when batch exporting

2014-01-15 Thread Alan Schmitt
Quick summary: I'm now able to generate the css, but I don't understand how it can change the colors. Rick Frankel writes: > Which version of emacs are you using? FWIW, I just had this problem > yesterday (although it choked on a different face) in emacs trunk > (24.4.x). But on my machine @work