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

2014-03-03 Thread Matt Lundin
David Masterson 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 be Org v8.2.5h. Ho

[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... minimal.

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 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 accep

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? > > Th

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" 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 'sec

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

2014-03-03 Thread John Hendy
On Mar 3, 2014 6:51 PM, "Peter Davis" 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 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

Re: [O] http link character mistranslated

2014-03-03 Thread Daimrod
Daimrod writes: Fixed by ngz in commit 567ec87 > mirko 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 access the link, the `='

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 r

[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 lists

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 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 with class="org-src-container", and th

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 an

Re: [O] Bug -- Tag with space

2014-03-03 Thread David Masterson
Bastien writes: > Hi David, > > David Masterson 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 that >> org-mode doesn't

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
On 3/3/14, Sebastien Vauban 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 defeat the purpose of lin

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] 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 writes: I have some worries here; Why is it so hard to avoid evaluation/modif

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

2014-03-03 Thread Richard Lawrence
Xavier Garrido 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 with class="org-src-container", and the actual code appears >> insi

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

2014-03-03 Thread R. Michael Weylandt
On Feb 28, 2014, at 15:26, Andreas Leha wrote: > "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]] >> <-->

[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 expanded

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 P

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 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 "simp

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 definitions

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. http://kenmankoff.com/2012/0

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

2014-03-03 Thread Richard Lawrence
Hi Xavier, Xavier Garrido 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 "simpler"). The prob

Re: [O] MobileOrg 1.5.2 - Dropbox sync error

2014-03-03 Thread Sean Escriva
Erwin Panen 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 the current MobileO

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 writes: > Anyone using MobileOrg on iOS? I can't figure out how to set it up from > the documentation --

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 wrote: > Bastien 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 >

[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 Nick Dokos
Matt Lundin 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 link if one i

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 Matt Lundin
Bastien 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 commands, anot

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] Change Todo colors

2014-03-03 Thread Fabrice Niessen
zwz wrote: > Chris Henderson 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)" "|" "D

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

2014-03-03 Thread Nicolas Goaziou
Hello, Matt Lundin 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 (commi

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 Thomas Holst
Hello, · Matt Lundin 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 the name

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Matt Lundin
Bastien writes: > Hi Nicolas, > > Nicolas Goaziou 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 regul

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
Matt Lundin 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 to deal wit

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 r

Re: [O] sorting TODO items?

2014-03-03 Thread Matt Lundin
Sharon Kimble 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 for sorting all the su

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
Gmane Remailer writes: > This message was created automatically by mail delivery software (TMDA). > > Your message attached below is being held because the address > has not been verified. > > To release your message for delivery, please send an empty message > to the following address, or use

Re: [O] [bug] Incompatible agenda commands

2014-03-03 Thread Matt Lundin
Bastien writes: > Hi Sébastien, > > "Sebastien Vauban" > 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 '

[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) removed

[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 = https://bitbucket.org/boudiccas/dots

Re: [O] orgstruct-mode and strange keybindings

2014-03-03 Thread Bastien
Hi Bart, "Bart Bunting" 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

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

2014-03-03 Thread Bastien
Hi Olivier, Olivier Schwander 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 user: how can I bind the org-c

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] 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 "@CRYPT

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Jonathan Leech-Pepin 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 Jonathan Leech-Pepin
Hello, On 3 March 2014 07:28, Bastien wrote: > Hi David, > > David Belohrad 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 > :c

Re: [O] [bug] Incompatible agenda commands

2014-03-03 Thread Bastien
Hi Sébastien, "Sebastien Vauban" 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 'org-agenda-custom-commands

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

2014-03-03 Thread Bastien
Hi Alexey, Alexey Lebedeff 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. `org-all-links-display-format' is a bi

Re: [O] encrypted items, but not timestamp

2014-03-03 Thread Bastien
Hi David, David Belohrad 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 be encrypt

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

2014-03-03 Thread Bastien
Hi Ilya, Ilya Shlyakhter writes: > From e48a76355307d4f30df4d0e19bf9815ff8eca4a4 Mon Sep 17 00:00:00 2001 > From: Ilya Shlyakhter > Date: Mon, 24 Feb 2014 12:27:28 -0500 > Subject: [PATCH] When computing clock table, remove arbitrary limit on > hierarchy depth. > > * org-clock.el (org-clock-su

Re: [O] Including date in TaskJuggler exports

2014-03-03 Thread Bastien
Bastien writes: > Hi Luck, s/Luck/Luke (sorry) -- Bastien

Re: [O] Including date in TaskJuggler exports

2014-03-03 Thread Bastien
Hi Luck, Luke Crook 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 http://orgmode.org/worg/org-contribut

[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 <<> 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] 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

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-m

[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. For