Re: [O] DTD prohibited

2014-06-04 Thread Eric S Fraga
On Tuesday, 3 Jun 2014 at 22:14, AW wrote: [...] > Hi, > > thank you, I started again digging into this strange thing and the culprit > seems the first line of the html-file: > > > > If I remove this line, no error. And removing simply Have a look at ,[ C-h v org-html-xml-declaration

Re: [O] DTD prohibited

2014-06-04 Thread Eric Abrahamsen
Eric S Fraga writes: > On Tuesday, 3 Jun 2014 at 22:14, AW wrote: > > [...] > >> Hi, >> >> thank you, I started again digging into this strange thing and the culprit >> seems the first line of the html-file: >> >> >> >> If I remove this line, no error. And removing simply > > Have a look at

Re: [O] problem with org-caldav and ox-icalendar: UID property wrapping

2014-06-04 Thread Eric S Fraga
On Tuesday, 3 Jun 2014 at 21:54, David Engster wrote: [...] > Well, that took a bit longer, but I pushed it now... > > -David Well, the good news is that you have indeed fixed the problem I noted about IDs on more than one line. The bad news is that other things are now broken. I haven't had

[O] small patch to org-mac-link (grab selected messages in Mail.app)

2014-06-04 Thread Alan Schmitt
Hello, Please find attached a small patch to org-mac-link.el for the functions creating links to messages in Mail.app. The problem was that calling the org-mac-message-insert-selected would always add a spurious first link with empty url and an escaped quote as text. It would also leave another e

Re: [O] How to find the headline matching a string

2014-06-04 Thread Thorsten Jolitz
Eric Abrahamsen writes: > Nicolas Goaziou writes: > >> Hello, >> >> Eric Abrahamsen writes: >> >>> I guess it shouldn't be too surprising -- the org element stuff is >>> completely parsing the entire buffer on every pass. The other function >>> probably boils down to passing a few targeted rege

Re: [O] DTD prohibited

2014-06-04 Thread AW
Am Mittwoch, 4. Juni 2014, 17:04:14 schrieb Eric Abrahamsen: > Eric S Fraga writes: > > On Tuesday, 3 Jun 2014 at 22:14, AW wrote: > > > > [...] > > > >> Hi, > >> > >> thank you, I started again digging into this strange thing and the > >> culprit > >> seems the first line of the html-file: >

[O] org-plus-contrib should provide org

2014-06-04 Thread Vladimir Alexiev
The org-plus-contrib package on http://orgmode.org/elpa/ should provide org- 8.0, since it does include org. Otherwise a bunch of addon packages (eg ox-reveal) install the org package anyway. Cheers!

[O] a minor patch to awk invocation

2014-06-04 Thread Greg Minshall
hi. i just wandered down a rathole others could avoid. the following program fails in (what was to me) a mysterious way: #+BEGIN_SRC awk :var a=2 BEGIN{print $a;} #+END_SRC it turns out values for variables to awk need to be strings (rather than a number, as above). below is a patch t

[O] link for tracking numbers using Org Link Abbrev Alist

2014-06-04 Thread Benjamin V Alexander
Hello! This is just a tip (a it probably belongs somewhere in the worg, but that's a bit beyond me at the moment). I use org-mode to track my todo list, which often requires followup with shippers such as fedex, usps, ups, and dhl. I found this website (link below) which shows how to build simpl

[O] Emphasizing multiple lines

2014-06-04 Thread Marvin Doyley
Hi there, I am trying to figure out how to emphasize multiple lines. Below, I have included some random text to highlight what I would like to do. Thanks M *Donec ut nulla nibh. Pellentesque interdum eros ut felis volutpat, vel lacinia tortor ullamcorper. Curabitur fermentum mi a neque gravi

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-06-04 Thread Achim Gratz
Nicolas Goaziou writes: > On second thought, we shouldn't bother too much about it, let the user > provide any keyword, and turn it into a block of the same name. > > So, for example, both > > #+include: "file.html" html > > and > > #+include: "file.html" center > > are valid, even though the s

[O] org-contacts email completion by tags

2014-06-04 Thread John Kitchin
Hi all, I have setup org-contacts and completion of emails in message mode. I have some contacts that are tagged :group: and some tagged :group:ms: If I put +group in the email To field, it completes to all of the entries (awesome!) But +group-ms does not work. Is that a bug, or a known limit of

Re: [O] copying files in the links while exporting to html

2014-06-04 Thread zhenjiang zech xu
That looks nice. Thanks, John! Best, Zhenjiang On Mon, Jun 2, 2014 at 8:00 PM, John Kitchin wrote: > there is no builtin way to do this that I know of. I do this in publishing > blogposts from org-mode. i use a filter on links that does this. The > copying code is here: > > https://github.com/

Re: [O] Emphasizing multiple lines

2014-06-04 Thread Eric Abrahamsen
Marvin Doyley writes: > Hi there, > > I am trying to figure out how to emphasize multiple lines. > > Below, I have included some random text to highlight what I would like to do. Check out the docstring for org-emphasis-regexp-components -- the fifth element determines how many newlines can be s

[O] Fwd: Emphasizing multiple lines

2014-06-04 Thread Doyley, Marvin M.
> >> Check out the docstring for org-emphasis-regexp-components -- the fifth >> element determines how many newlines can be spanned by emphasis markers. >> For instance, I've got: >> >> (setf (nth 4 org-emphasis-regexp-components) 3) > >> Hope that helps. > >> E > > Hi Eric, > > This works l

Re: [O] org-table: Reference *one* cell below a hline?

2014-06-04 Thread James Harkins
On Friday, May 30, 2014 7:50:39 PM HKT, Bastien wrote: James Harkins writes: I have this: | Section | Seconds | |--+-| | Theme| 54 | | 12/8 | 80 | | 6/8 | 66 | | Clarinet | 116 | | Oboe | 89 | | Bassoon | 60 | |--+

Re: [O] Fwd: Emphasizing multiple lines

2014-06-04 Thread Eric Abrahamsen
"Doyley, Marvin M." writes: >> >>> Check out the docstring for org-emphasis-regexp-components -- the fifth >>> element determines how many newlines can be spanned by emphasis markers. >>> For instance, I've got: >>> >>> (setf (nth 4 org-emphasis-regexp-components) 3) >> >>> Hope that helps. >>

Re: [O] org-contacts development

2014-06-04 Thread Daimrod
Michael Strey writes: > Hi Daimrod, > > On 2014-05-29, Daimrod wrote: > >> Hmm, I kinda like this. It seems a bit verbose but it's better than >> having multiple values per properties (IMHO). >> >> Though, if we adopt this scheme, we would need to add some helper >> bindings/functions so that we

Re: [O] still seeing semi-regular lockups

2014-06-04 Thread Daimrod
Eric Abrahamsen writes: > Daimrod writes: > >> Bastien writes: >> >>> Hi Eric, >>> >>> Eric Abrahamsen writes: >>> After Nicolas made the last round of improvements to the caching mechanism I got far fewer hangs with Org, but they are still happening. Maybe once a day or so, on

[O] Babel Clojure example problems

2014-06-04 Thread Lawrence Bottorff
I'm having trouble following the example page on babel and clojure ( http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html ). I believe I've done everything correctly, the first example works: #+begin_src clojure :results silent (+ 1 4) #+end_src but the next two. . . #+begin

Re: [O] org-contacts email completion by tags

2014-06-04 Thread Daimrod
John Kitchin writes: > Hi all, > > I have setup org-contacts and completion of emails in message mode. I have > some contacts that are tagged :group: and some tagged :group:ms: > > If I put +group in the email To field, it completes to all of the entries > (awesome!) > > But +group-ms does not

Re: [O] src blocks not fontified

2014-06-04 Thread Shiyuan
I need to download the htmlize.el from the org-mode git repos separately. After that, htmlize works magically and highlights the syntax in the resulting html without any extra markup. Thanks for the help. On Tue, Jun 3, 2014 at 11:53 AM, Nick Dokos wrote: > Shiyuan writes: > > > I can only

[O] inline images outside org

2014-06-04 Thread Christoph Held GMX
Hi I have recently switched from Aquamacs to railwaycat’s Emacs (https://github.com/railwaycat/emacs-mac-port) and noticed two things. First, inline images in org display really well and the erratic and jerky scrolling issues are completely gone, making inline images much more usable now. I don