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
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
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
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
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
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:
>
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!
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
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
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
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
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
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/
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
>
>> 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
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 |
|--+
"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.
>>
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
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
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
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
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
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
23 matches
Mail list logo