Hi all,
At Sun, 25 May 2014 07:56:15 +0200,
Bastien wrote:
>
> Hi Michael,
>
> "R. Michael Weylandt "
> writes:
>
> > TLDR: remove ?\= from org-link-escape-chars.
>
> Done (in master.)
>
> I'm copying David since he's the author of this commit:
> http://orgmode.org/w/?p=org-mode.git;a=commit
Hi David,
David Maus writes:
> I can only speculate why they were escaped in the first place: + ; and
> = do have special meaning in HTTP URIs and IIRC Org did not draw a
> strict distinction between escaping for internal purposes and escaping
> of HTTP URIs.
Yes, that's certainly it -- thanks
Followup: There has been a discussion about hex-escaping last year
with some back-and-forth on the topic of link escaping:
http://thread.gmane.org/gmane.emacs.orgmode/74983/focus=75002
It's quite a muddy area.
Best,
-- David
At Sun, 25 May 2014 09:09:50 +0200,
David Maus wrote:
>
> Hi all,
Suvayu Ali writes:
> Hi Bastien,
>
> On Wed, May 21, 2014 at 03:28:28PM +0200, Bastien wrote:
>> Suvayu Ali writes:
>>
>> > BTW, the ignoreheading thing has been asked so many times, maybe I
>> > should put it in an FAQ. But then, the content is more appropriate for
>> > org-hacks ... I'm unde
nice. I have similar code in org-ref for a ref links to labels, but it
doesn't have #+name in it yet, but it does do table names. You might find
the function org-label-store-link (
https://github.com/jkitchin/jmax/blob/master/org-ref.org#label)
interesting, so you can use C-c l and C-c C-l to put
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> For some reason I've been sorting lots of TODOs recently, and found the
>> default behavior of org-sort-entries a little odd. It sorts according to
>> the order found in org-todo-keywords-1, which apparently just comes from
>> the order
On Sat, May 24, 2014 at 1:11 AM, Xebar Saram wrote:
> need to sync my main work TODO org file between my work PC and laptop i
> carry around on work related trips and when im at home. i have tried
> several methods buy really none of them work.
>
> i mainly used git over the last 6 months but th
I sent the following to the wrong recipient earlier today:
-- Forwarded message --
Programs such as rsync and BittorrentSync only work if both computers are
up and running.
My computer at home is switched off when I don't use it and the same goes
for my
computer at work...
I have
Hello,
for some time I've noticed that the export to odt options were not
being offered in the export menu options (C-c E-c), even though I have
(require ox-odt) in my startup file. Attempts to evaluate ox-odt
manually failed with this error:
defconst: Wrong type argument: stringp, nil
I've tra
Dear Org mode hackers,
When `org-agenda-sticky' and `org-agenda-persistent-filter' are
both set, filters are not carried over to new agenda views, at least
in some cases. I'm using the maint branch. Here is a recipe:
1. Run Emacs with `emacs -Q -l setup.el'.
2. Open the day agenda with `M-x or
Hi, Bastien,
I've noticed some new issues on maint.
Sometimes refreshing with `r' can empty an agenda of all its contents.
I'm using sticky agendas and the only way to recover seems to be to
kill the agenda buffer and create a new one.
Sometimes scheduling in the agenda with `C-c C-s' or `S-rig
Here is a small patch for this bug. It works as far as I can tell
though it's possible that it introduces other problems or that there's
a better solution.
>From 3181ee87106275bf947324b75054c6e2acb18ed1 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Sun, 25 May 2014 13:40:35 -0400
Subject: [
Dear Org hackers,
I have a question about tangling LilyPond code blocks.
Is there a way to put the commands `\sourcefilename' and
`\sourcefileline' in the tangled file before each block,
perhaps in place of the comment that includes the same information?
(These commands are equivalent to the `#li
Dear Org mode hackers,
This is a recipe for a bug involving Org player, though the bug
might be in Org mode itself.
1. Start Emacs with `emacs -Q -l setup.el'. This opens the day agenda,
which looks like this.
,
| Day-agenda (W21):
| Friday 23 May 2014
| test-case: 1:23.. Sch
Hi, Bastien,
Here is a recipe for the bug where scheduling hangs.
1. Change the load path entry in `setup.el'.
2. Start Emacs with `emacs -Q -l setup.el'.
3. Open a TODO list with `M-x org-todo-list'.
4. Filter out tag with `C-u / TAB foo RET'.
5. Move point to first item with `C-s todo RET'
On 25 May 2014 07:26, Bastien wrote:
> Hi Noah,
>
> Noah Slater writes:
>
> > As for the rest, please try C-u C-u C-c C-x C-d from master.
> >
> > We can enhance it by having an option setting the default custom
> > range for such display, but going further would be too much.
> >
> >
Hello,
- I am trying to build a statically-generated website purely with Org
mode. I would like to use Bootstrap CSS to make the site mobile
friendly. Bootstrap uses for the "main" part
of the of HTML; Org mode export produces
for that part.
Is there a variable to set/way to make Org
Omid writes:
> Hello,
>
> - I am trying to build a statically-generated website purely with Org
> mode. I would like to use Bootstrap CSS to make the site mobile
> friendly. Bootstrap uses for the "main" part
> of the of HTML; Org mode export produces
> for that part.
>
> Is there a
Alexis writes:
> Daimrod writes:
>
>> So, as you said, we would need to define and document a specification
>> for org-contacts. And we need to be clear from the beginning about
>> what it can do and what it can not do. For example, it is unlikely
>> that org-contacts will be a 1:1 mapping with
Matt Price writes:
> Hello,
>
> for some time I've noticed that the export to odt options were not
> being offered in the export menu options (C-c E-c), even though I have
> (require ox-odt) in my startup file. Attempts to evaluate ox-odt
> manually failed with this error:
>
Not sure what that
Daimrod writes:
> Sure, but then how would we define the map? with a fixed set of rules?
> with a user customizable map (e.g. '(("MOBILE" -> "TELL;CELL")
> ("EMAIL_WORK" -> "EMAIL;TYPE=work")))?
More the latter. My initial (again, brainstorming!) thinking has an
user-modifiable data structure a
Thank you, Eric for your quick response.
- I am using Org mode 8.2.6 (from ELPA) and Emacs 24.3.1.
- org-html-divs does almost what I have been looking for, except for
one, unfortunately crucial, shortcoming: I don't see any way of
changing the "id" tag to "class". Bootstrap's container is a "c
I think I found the answer to my second question: in
org-publish-project-alist, there is the property completion-function
that can be set to a (list of) functions to do some post processing.
My first question still stands, though.
Omid
Sent from my Emacs
On 05/26/2014 12:08 AM, Omid wrote:
> Tha
Omid writes:
> I think I found the answer to my second question: in
> org-publish-project-alist, there is the property completion-function
> that can be set to a (list of) functions to do some post processing.
> My first question still stands, though.
Yup, that's a bit of a pain.
When you need
Hi Eric,
Eric Abrahamsen writes:
> Sure! The actual ordering of stuff was an arbitrary choice on my part --
> the only thing I cared about was getting done and not-done separated.
> This looks like a tidier solution, to boot...
Applied, thanks!
--
Bastien
Hi Kevin,
Kevin Van Horn writes:
> The attached PNG files illustrate the problem, for two different
> cases: one without any notes under the heading, and one with notes
> under the heading.
In the screenshots, I see that the point is not really at the start of
the line when you hit M-RET, but a
Hi Noah,
Noah Slater writes:
> How do I configure the filtering?
What filtering?
Please re-read the whole thread (where I mention that we *could* have
an option for the default filtering option). Also put more context in
your questions -- such terse sentences makes me feel like I'm just an
an
Hi David,
David Maus writes:
> It's quite a muddy area.
Yes, I can see this. I'm all for the status quo right now, as long
as there are no real bugs behind the current code. Removing chars
from `org-link-escape-chars' won't fix anything deepl, but it may
help clearing the waters.
Thanks agai
Hi Rasmus,
Rasmus writes:
> The intention is nice, but this entry is flawed to the point that it
> should be removed or undergo some heavy editing IMO. . .
Yes, the sa-ignore-headline function should be updated.
Can you give it a go?
I don't see why this should not be easy: you can simply try
Hi Thomas,
Thomas Morgan writes:
> This is a recipe for a bug involving Org player, though the bug
> might be in Org mode itself.
Fixed in maint, thanks!
--
Bastien
Eric,
Thanks a lot for the pointer to the "Filter System." I was not aware
of it and, as you pointed out, the
org-export-filter-final-output-functions variable will help me achieve
what I was looking for.
Cheers,
Omid
Sent from my Emacs
On 05/26/2014 01:11 AM, Eric Abrahamsen wrote:
> Omid wr
31 matches
Mail list logo