[O] Context of interaction vs. literal syntactic interpretation (was: link interfering with brackets when abbreviated)

2014-03-03 Thread Bastien
Hi Gustav, Josiah and Michael, thanks *a lot* for your feedback, it triggered an idea I want to turn into a proposal. I changed the subject of this thread to better frame the issue at stake, and explain my proposal. Emacs commands depend on their context: this is the modal approach we love.

Re: [O] Error with org-adaptive-fill-function and mu4e

2014-03-03 Thread Igor Sosa Mayor
Am Sat, Feb 08, 2014 at 06:41:49PM +0100, Igor Sosa Mayor schrieb: Hi, I have the following enable in my .emacs: (add-hook 'message-mode-hook 'turn-on-orgstruct++) (add-hook 'mail-mode-hook 'turn-on-orgstruct++) When I use mu4e (which mu4e-compose-mode is based upon the message-mode) I

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Christian Moe
+1 -- Another user chiming in, broadly in agreement with Gustav, details below. Gustav Wikström writes: Hi, a user signing in. Although not involved in the development of this piece of software I'm taking the opportunity to chime in anyway. I'd like to give Nicolas Goaziou my support in

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

2014-03-03 Thread Noah Slater
Experiencing a bug with radio targets and html export. IF set a radio target like Foo then the text foo in the body will be linked to #foo, but the radio target has an anchor id of Foo, so the link doesn't work. I expected the foo text to be linked to #Foo instead.

Re: [O] Including date in TaskJuggler exports

2014-03-03 Thread Bastien
Hi Luck, Luke Crook l...@balooga.com writes: The following small change to ox-taskjuggler.el will export the date stored in #+DATE: the display is messed up -- can you - repost the patch as an attachement - use git format-patch to produce it - include a ChangeLog See

Re: [O] Including date in TaskJuggler exports

2014-03-03 Thread Bastien
Bastien b...@gnu.org writes: Hi Luck, s/Luck/Luke (sorry) -- Bastien

Re: [O] [PATCH] When computing clock table, remove arbitrary limit on hierarchy depth.

2014-03-03 Thread Bastien
Hi Ilya, Ilya Shlyakhter ilya_...@alum.mit.edu writes: From e48a76355307d4f30df4d0e19bf9815ff8eca4a4 Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter ilya_...@alum.mit.edu Date: Mon, 24 Feb 2014 12:27:28 -0500 Subject: [PATCH] When computing clock table, remove arbitrary limit on hierarchy

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Hi David, David Belohrad da...@belohrad.ch writes: I have followed this: http://orgmode.org/worg/org-tutorials/encrypting-files.html to encrypt subtree of my journal. So e.g. something like this: testing subree encryption :crypt: this text should

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-03 Thread Bastien
Hi Alexey, Alexey Lebedeff bina...@gmail.com writes: This screenshot https://www.dropbox.com/s/g3obxpigr8gg69f/-Org%20Agenda-%20-%20emacs_017.png shows how it looked before the patch. It's no good unless you have very good memory for numbers ) Thanks for the patch.

Re: [O] [bug] Incompatible agenda commands

2014-03-03 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Sebastien Vauban wrote: Bastien wrote: Sebastien Vauban writes: While a custom agenda command such as the following used to work some time ago, it does not anymore. (add-to-list

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Jonathan Leech-Pepin
Hello, On 3 March 2014 07:28, Bastien b...@gnu.org wrote: Hi David, David Belohrad da...@belohrad.ch writes: I have followed this: http://orgmode.org/worg/org-tutorials/encrypting-files.html to encrypt subtree of my journal. So e.g. something like this: testing subree

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: I can think of one possible method (although slightly more work to do so): Indeed, good idea! -- Bastien

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread David Belohrad
Nice. So far I have made a capture template, which enters the timestamp into heading. Surprisingly it works pretty nicely as the timestamp does not appear in agenda heading 'name'. Have something like this: (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-crypt-tag-matcher

Re: [O] Namespace problem org-mode / Clojure

2014-03-03 Thread Bastien
Hi Volker and Greg, I hopefully fixed this in master. Can you pull and test? Thanks, -- Bastien

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-03-03 Thread Bastien
Hi Olivier, Olivier Schwander olivier.schwan...@chadok.info writes: I would like to announce the first version of an extension to call org-capture through org-protocol from Firefox: - http://chadok.info/firefox-org-capture/ This is very neat, thanks a lot. One question from a casual FF

Re: [O] orgstruct-mode and strange keybindings

2014-03-03 Thread Bastien
Hi Bart, Bart Bunting b...@bunting.net.au writes: Has anyone seen this and or can suggest how I should go about tracking it down? I have never seen this. Can you replay the problem with a bare emacs* and by activating orgstruct-mode manually in some buffer? * emacs -Q Thanks, -- Bastien

[O] sorting TODO items?

2014-03-03 Thread Sharon Kimble
I'm using C-c S-^ to sort my checkboxes very nicely and easily, but how do I do it to sort my TODO items please? I've been looking in the org-mode manual but can't see how to do it. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk my git repo =

[O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Matt Lundin
When I create a link with org-insert-link, it automatically escapes spaces. E.g., C-c C-l shell:ls *.org [RET] a shell link [RET] results in [[shell:ls%20*.org][a shell link]] The problem is that the recent rewrite of org-open-at-point (commit fc9ce86cfc1ecf7e86028027a12875a26500e774)

Re: [O] [bug] Incompatible agenda commands

2014-03-03 Thread Matt Lundin
Bastien b...@gnu.org writes: Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Sebastien Vauban wrote: Bastien wrote: Sebastien Vauban writes: While a custom agenda command such as the following used to work some time ago, it does not anymore.

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
Gmane Remailer public-emacs-orgmode-mXXj517/z...@plane.gmane.org writes: This message was created automatically by mail delivery software (TMDA). Your message attached below is being held because the address m...@imapmail.org has not been verified. To release your message for delivery,

Re: [O] sorting TODO items?

2014-03-03 Thread Matt Lundin
Sharon Kimble boudic...@talktalk.net writes: I'm using C-c S-^ to sort my checkboxes very nicely and easily, but how do I do it to sort my TODO items please? I've been looking in the org-mode manual but can't see how to do it. If you call org-sort (C-c ^) on a heading, it will give options

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
This email resulted from my attempt to reply to an obfuscated email from the gmane public mailer. I have no idea why it sent my reply to the list. As an aside, is there a graceful with these emails in gnus. ( When I do a wide reply to emails with addresses obfuscated by gmane, I always get these

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: This email resulted from my attempt to reply to an obfuscated email from the gmane public mailer. I have no idea why it sent my reply to the list. As an aside, is there a graceful with these emails in gnus. When I do Should read: is there a graceful way

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Matt Lundin
Bastien b...@gnu.org writes: Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Sorry for not being clear. I did try, I didn't get any error. My dummy entry was: * TODO [[http://orgmode.org]] in a block agenda and * [[http://orgmode.org]] DEADLINE: 2014-03-01 sam. in

Re: [O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Thomas Holst
Hello, · Matt Lundin m...@imapmail.org wrote: When I create a link with org-insert-link, it automatically escapes spaces. E.g., C-c C-l shell:ls *.org [RET] a shell link [RET] results in [[shell:ls%20*.org][a shell link]] the same holds true for a link to a file which has spaces in

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

2014-03-03 Thread Igor Sosa Mayor
Am Sun, Mar 02, 2014 at 10:21:18PM -0600, Matt Lundin schrieb: Does it happen when you have filtered the agenda? If so, then I can confirm this bug... I am using... - emacs 24.3.1 - org 8.2.5h yes. And I have the same versions as you.

Re: [O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Nicolas Goaziou
Hello, Matt Lundin m...@imapmail.org writes: When I create a link with org-insert-link, it automatically escapes spaces. E.g., C-c C-l shell:ls *.org [RET] a shell link [RET] results in [[shell:ls%20*.org][a shell link]] The problem is that the recent rewrite of org-open-at-point

Re: [O] Change Todo colors

2014-03-03 Thread Fabrice Niessen
zwz wrote: Chris Henderson henders...@gmail.com writes: I'd like to change the color of Next to Red and Started to brown. At the moment, todo/ next and started all showing as red. Here is my .emacs snippet. (setq org-todo-keywords '((sequence TODO(t) Next(n) Started(s) |

Re: [O] Change Todo colors

2014-03-03 Thread Jonathan Leech-Pepin
Should be able to just use `org-todo-keyword-faces` the way he was trying in the original post. I've got the following in my init.el. Re-evaluating it after changes (C-M-x) and then switching back to an org buffer makes the changes on the fly:

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-03 Thread Matt Lundin
Bastien b...@altern.org writes: For most commands, the first literal syntactic interpretation is the only relevant context of interaction: e.g., it would not make sense to try updating a tag outside of a headline (i.e. outside of where a tag is a tag, from the parser's view.) For some

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Sebastien Vauban
Gustav Wikström wrote: About the issue of links in comments (My opinion, for what it's worth): It's a comment.. Expect it to behave as one. Worst case: copy the link and paste it in the browser. Or use `M-x ffap' (find-file-at-point)... Best regards, Seb -- Sebastien Vauban

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-03 Thread Nick Dokos
Matt Lundin m...@imapmail.org writes: ... My view is that precision and usability need not be mutually exclusive.Might we have a bunch of precise, modular functions that rely on the new parser? E.g., something like org-open-link-at-point. This would do exactly what it says -- i.e., open a

[O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Dear Orgers, I am facing one issue when I am exporting from orgmode to html. I like to write LaTeX code within #+BEGIN_SRC latex ... #+END_SRC block mainly to take benefit/advantage of the syntax highlighting (debugging long LaTeX equations is simpler). The problem is that these code blocks

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-03 Thread Jonathan Leech-Pepin
Hello, On 3 March 2014 11:09, Matt Lundin m...@imapmail.org wrote: Bastien b...@altern.org writes: For most commands, the first literal syntactic interpretation is the only relevant context of interaction: e.g., it would not make sense to try updating a tag outside of a headline (i.e.

Re: [O] MobileOrg

2014-03-03 Thread Sean Escriva
Hi David, Yes, the maintainers are watching this list :) I'm one of them. It looks like John gave a nice thorough answer for most things, so I won't repeat his responses. David Masterson dsmaster...@gmail.com writes: Anyone using MobileOrg on iOS? I can't figure out how to set it up from

Re: [O] MobileOrg 1.5.2 - Dropbox sync error

2014-03-03 Thread Sean Escriva
Erwin Panen erwinpa...@fastmail.fm writes: Hi everybody, I'm trying to re-enable MobileOrg on my 1st gen iPad. iOS is version 5.1.1 (9B206) MobilOrg is version 1.5.2 Unfortunately this version is outdated at this point. Due to the way the app store works for transitioning maintainership

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Richard Lawrence
Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: I am facing one issue when I am exporting from orgmode to html. I like to write LaTeX code within #+BEGIN_SRC latex ... #+END_SRC block mainly to take benefit/advantage of the syntax highlighting (debugging long LaTeX equations is

Re: [O] MobileOrg

2014-03-03 Thread Ken Mankoff
Some more tips: * I have some code to monitor the mobile org file that changes and automagically update the desktop based Org. This means if you forget to push and the mobile Org is stale, you can also remotely force a push by adding a dummy item and syncing 2x.

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
tldr, and wary of bikeshedding, but a fool so i rush in: 1] currently in maint the awesome package org-mouse.el activates links in comments. RET does not. Perhaps this could be made more consistent or optional? 2] currently in maint links are not fontified in comments or footnote

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Hi Richard, Le 03/03/2014 20:24, Richard Lawrence a écrit : I am facing one issue when I am exporting from orgmode to html. I like to write LaTeX code within #+BEGIN_SRC latex ... #+END_SRC block mainly to take benefit/advantage of the syntax highlighting (debugging long LaTeX equations is

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
if and only if it is not desirable to highlight links, then perhaps they could be un-collapsed so that you [[http://dangerous-place.com][know they are links]].

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Ista Zahn
Hi Xavier, I think #+begin_src latex :results drawer :exports results \begin{align*} x=x\\ y=y \end{align*} #+end_src will give both syntax highlighting (in the code block) as well as properly displayed equations in both latex and html export. Best, Ista On Mon, Mar 3, 2014 at 2:39

[O] How to ensure that (org-get-heading) is pretty?

2014-03-03 Thread Oleh
Hi all, I'm working on a helm interface to org headings. To get the candidates, I'm using `org-map-entries` and `org-get-heading` (see `worf-goto` function at: https://github.com/abo-abo/worf) If the document is fully expanded it works fine, but when it's initially folded and hasn't been

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

2014-03-03 Thread R. Michael Weylandt michael.weyla...@gmail.com
On Feb 28, 2014, at 15:26, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: R. Michael Weylandt michael.weyla...@gmail.com michael.weyla...@gmail.com writes: I've tried this with Org 7.9.3 and 8.2.5h to the same result: -- #+TITLE: Test * One Here is a

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Richard Lawrence
Xavier Garrido xavier.garr...@gmail.com writes: #+BEGIN_SRC latex \begin{align*} x=x\\ y=y \end{align*} #+END_SRC When I export this using the HTML exporter, the LaTeX code is wrapped in a div with class=org-src-container, and the actual code appears

Re: [O] export ICal without evaluate code block

2014-03-03 Thread Simon Thum
Greppig org confirms icalendar is likely the only exception. While i find this surprising I guess there is a good reason, right? Cheers, Simon On 02/26/2014 10:21 PM, Nicolas Goaziou wrote: Hello, Simon Thum simon.t...@gmx.de writes: I have some worries here; Why is it so hard to

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Sebastien Vauban
Samuel Wales wrote: if and only if it is not desirable to highlight links, then perhaps they could be un-collapsed so that you [[http://dangerous-place.com][know they are links]]. M-x visible-mode Best regards, Seb -- Sebastien Vauban

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
On 3/3/14, Sebastien Vauban sva-n...@mygooglest.com wrote: [[http://dangerous-place.com][know they are links]]. M-x visible-mode the whole point is that comments and footnote definitions obscure the fact that there is a link there. who wants to run visible-mode all the time? that would

Re: [O] Bug -- Tag with space

2014-03-03 Thread David Masterson
Bastien b...@gnu.org writes: Hi David, David Masterson dsmaster...@gmail.com writes: I see that Org-mode places tags on the same line as the task header. It also puts whitespace between the header and the tags so that the tags line up on the right side of the screen. I think I've found

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Hi Ista, Le 03/03/2014 20:55, Ista Zahn a écrit : Hi Xavier, I think #+begin_src latex :results drawer :exports results \begin{align*} x=x\\ y=y \end{align*} #+end_src will give both syntax highlighting (in the code block) as well as properly displayed equations in both latex and

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Le 03/03/2014 21:54, Richard Lawrence a écrit : Xavier Garrido xavier.garr...@gmail.com writes: #+BEGIN_SRC latex \begin{align*} x=x\\ y=y \end{align*} #+END_SRC When I export this using the HTML exporter, the LaTeX code is wrapped in a div with

[O] Bug? -- installing and updating on Windows

2014-03-03 Thread David Masterson
I installed a pre-built version of GNU Emacs 24.3.1 on Windows 8.1. It came with v7.9.3f of Org. I used the package management option to update to the latest version which (I think) it installed into my ~/.emacs.d directory (ELPA?). This looks to be Org v8.2.5h. However, org-version still

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Robert Horn
I'm a user who doesn't much care about link following command behavior, but Bastien's point about context is important. The behavior of a command needs to depend upon much more than just syntax. Two really dramatic examples are region narrowing and outline folding. When operating on a narrowed

Re: [O] http link character mistranslated

2014-03-03 Thread Daimrod
Daimrod daim...@gmail.com writes: Fixed by ngz in commit 567ec87 mirko mirko.vuko...@gmail.com writes: Hi, Hello, (Org-mode version 8.2.5h (release_8.2.5h-651-g897b60) I have an https address with an equal sign `=': https://forums.virtualbox.org/viewforum.php?f=3 When I try to

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread Peter Davis
On Sat, Mar 1, 2014, at 02:19 PM, John Hendy wrote: I can confirm Peter's results, ... Thanks, John. I searched things like latex page break 'section*' vs section with no obvious lead on why the two section styles would be different. Regarding a bug report, if that's what this is, I just

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread John Hendy
On Mar 3, 2014 6:51 PM, Peter Davis p...@pfdstudio.com wrote: On Sat, Mar 1, 2014, at 02:19 PM, John Hendy wrote: I can confirm Peter's results, ... Thanks, John. I searched things like latex page break 'section*' vs section with no obvious lead on why the two section styles would be

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread Peter Davis
On Mon, Mar 03, 2014 at 07:08:35PM -0600, John Hendy wrote: On Mar 3, 2014 6:51 PM, Peter Davis p...@pfdstudio.com wrote: On Sat, Mar 1, 2014, at 02:19 PM, John Hendy wrote: I can confirm Peter's results, ... Thanks, John. I searched things like latex page break 'section*'

Re: [O] Namespace problem org-mode / Clojure

2014-03-03 Thread Soapy Smith
Hi Bastien- I will check it tomorrow and report. Thank you! Regarding TODOs related to Clojure code blocks; where is the best place for them? Greg On Mon, 2014-03-03 at 13:54 +0100, Bastien wrote: Hi Volker and Greg, I hopefully fixed this in master. Can you pull and test? Thanks,

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread John Hendy
On Mon, Mar 3, 2014 at 7:13 PM, Peter Davis p...@pfdstudio.com wrote: [snip] Regarding a bug report, if that's what this is, I just googled latex bugs and got this page as the first hit: - http://latex-project.org/bugs.html Unfortunately, that site says they can't accept bugs

[O] [Bug] marking repeating task done destroys property/logbook drawers

2014-03-03 Thread Matt Lundin
When I mark a repeating task done (with the settings in the minimal.el file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when trying to insert a :LAST_REPEAT: property. Here are the steps to reproduce consistently: 1. emacs -Q -l ~/minimal.el where minimal.el contains...

Re: [O] Bug? -- installing and updating on Windows

2014-03-03 Thread Matt Lundin
David Masterson dsmaster...@gmail.com writes: I installed a pre-built version of GNU Emacs 24.3.1 on Windows 8.1. It came with v7.9.3f of Org. I used the package management option to update to the latest version which (I think) it installed into my ~/.emacs.d directory (ELPA?). This looks to