Hi.
Olivier Berger writes:
> Hi.
>
> John Kitchin writes:
>
>> Can you give us an example of what you are trying to do?
>
> For instance, I'd like to link my WebID to publications of mine in a
> semantic way, using dcterm or FOAF vocabularies.
>
> This is done as RDFa by using links like :
> Th
Hi,
Marc Ihm writes:
> Okay, this one only tries to fix, what seems broken ...
> Could someone please check ?
Please run pull the latest version and create your patch using git am.
I still don't know how to reproduce the error. I have tried with Emacs
24.4 and the git version.
Combining your
Nicolas Goaziou writes:
> Rasmus writes:
>
>> That's what I meant. Or rather a wrapper like org-latex--label. A
>> mapping like the one that was reverted for ox-latex only. Or are there
>> pitfalls in that approach?
>
> It will not give you predictability either since you cannot guess "4" in
Rasmus writes:
> So we could replace ^org with a mapping, e.g. "headline" → "sec:" and
> "table" → "tab:". Then there's the added safety of TYPE-NUMBER and the
> expected prefix.
Do you mean "orgheadline1" becomes "orgsec:1" and "orgtable1" becomes
"orgtab:1"? In this case, I don't mind, as lon
"Charles C. Berry" writes:
>> - orphaned affiliated keywords
>
> This generates an orphaned keyword warning, but seems innocuous and is
> what babel renders.
>
> #+NAME: abc
> #+BEGIN_SRC emacs-lisp
> nil #+END_SRC
>
> #+RESULTS: abc
Indeed, it is innocuous. It is meant to catch, e.g.,
#+CA
Nicolas Goaziou writes:
> Rasmus writes:
>
>> So we could replace ^org with a mapping, e.g. "headline" → "sec:" and
>> "table" → "tab:". Then there's the added safety of TYPE-NUMBER and the
>> expected prefix.
>
> Do you mean "orgheadline1" becomes "orgsec:1" and "orgtable1" becomes
> "orgtab:1
On Friday, 17 Apr 2015 at 22:20, Peter Davis wrote:
> Thanks. I've had some success with these headers:
[...]
> #+LATEX_HEADER: \setlength{\headsep}{0pt}
> #+LATEX_HEADER: \setlength{\topskip}{0pt}
> #+LATEX_HEADER: \setlength{\topmargin}{0pt}
> #+LATEX_HEADER: \setlength{\topsep}{-10pt}
[...]
Rasmus writes:
> No, like orgheadline1 → sec:headline1 and orgtable1 → tab:table1. It
> seems a bit repetitive.
I think this is no good.
"tab:table1" is something a user can use for its own LaTeX code, e.g. in
a latex block or environment. In this case, it might interfere with
Org's "tab:table
A problem has developed overnight where I am not able to display my
usual 3-week agenda. I can display a list of TODOs but no display of
agenda. When I try "C-c a a" It displays "21 days-agenda (W17-W19):"
and nothing else. But, it does throw up this debug info, rather long
unfortunately, but I'll
Nicolas Goaziou writes:
> However, "tab:orgtable1" or "sec:orgheadline1" are fine, IMO, since
> "org" part can keep the label out of userland.
That's fine with me as well.
—Rasmus
--
Evidence suggests Snowden used a powerful tool called monospaced fonts
Rasmus writes:
> Nicolas Goaziou writes:
>
>> However, "tab:orgtable1" or "sec:orgheadline1" are fine, IMO, since
>> "org" part can keep the label out of userland.
>
> That's fine with me as well.
Fair enough. Do you want to take care of extending `org-latex--label'
appropriately?
Regards,
Marco Wahl writes:
> I think it's too much that org-lint tries to follow ssh links.
It doesn't follow remote paths.
> 2278 low Link to non-existent local file
> "///ssh:root@127.0.0.1#:/etc/httpd/conf/httpd.conf"
^ ^^^
There's a bug in the par
Hello,
Sharon Kimble writes:
> A problem has developed overnight where I am not able to display my
> usual 3-week agenda. I can display a list of TODOs but no display of
> agenda. When I try "C-c a a" It displays "21 days-agenda (W17-W19):"
> and nothing else. But, it does throw up this debug in
Hi.
The '@@html:...@@' markers allow to embed raw HTML. Unfortunately, they
are not rendered in any special way in the Emacs editing mode, AFAIU.
It would be interesting, I think, to be able to colorize them, and/or
mask them somehow visually, to not clutter the plain org editing.
I haven't foun
Hi.
I wonder whether the @@html:...@@ syntax for embedding raw HTML is
extensible/customizable, for instance for embedding other stuff.
I imagine one could use @@rdf:...@@ for instance.
How would one do that ?
I can't figure out much doc or matching sources to check for hints.
Thanks in advanc
Hi,
Rasmus writes:
> I still don't know how to reproduce the error. I have tried with Emacs
> 24.4 and the git version.
Sorry for the noise. This should be fixed now.
Thanks,
Rasmus
--
I feel emotional landscapes they puzzle me
Hi,
Olivier Berger writes:
> I wonder whether the @@html:...@@ syntax for embedding raw HTML is
> extensible/customizable, for instance for embedding other stuff.
AFAIK, for all backends, @@BACKEND: code-snippet@@ will work.
> I imagine one could use @@rdf:...@@ for instance.
Maybe a macro wo
Hi.
John Kitchin writes:
> Can you give us an example of what you are trying to do? I don't think
> org-mode supports this rich of behavior out of the box, but see
> http://kitchingroup.cheme.cmu.edu/blog/2015/02/05/Extending-the-org-mode-link-syntax-with-attributes/
> for an example idea of wha
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>
>>> However, "tab:orgtable1" or "sec:orgheadline1" are fine, IMO, since
>>> "org" part can keep the label out of userland.
>>
>> That's fine with me as well.
>
> Fair enough. Do you want to take care of extending `org-late
Nicolas Goaziou writes:
> Hello,
>
> Sharon Kimble writes:
>
>> A problem has developed overnight where I am not able to display my
>> usual 3-week agenda. I can display a list of TODOs but no display of
>> agenda. When I try "C-c a a" It displays "21 days-agenda (W17-W19):"
>> and nothing else.
I'm looking for a way to reference a row or column on both the left side and
right side of a table formula that is "easily" manipulable.
At first, I thought the hline references would work for me @I..@II, except they
cannot be used on the left side of an equation. I hoped that maybe named
fi
On Mon, Apr 20, 2015 at 09:35:28AM -0400, Jeffrey Brent McBeth wrote:
> I'm looking for a way to reference a row or column on both the left side and
> right side of a table formula that is "easily" manipulable.
>
> At first, I thought the hline references would work for me @I..@II, except
> th
Rasmus writes:
> Can we have conditional dependence on texmathp?
I guess it doesn't hurt. You need to declare it as an external function
in order to silence byte-compiler, tho.
> If so, maybe something like the attached, though the latex-environment
> part is ugly.
Another option is to simply
Aloha,
Olivier Berger writes:
> Hi.
>
> Olivier Berger writes:
>
>> Hi.
>>
>> John Kitchin writes:
>>
>>> Can you give us an example of what you are trying to do?
>>
>> For instance, I'd like to link my WebID to publications of mine in a
>> semantic way, using dcterm or FOAF vocabularies.
>>
>
If you can define a regexp for those snippets, you can colorize them
like this, even getting a click function:
http://kitchingroup.cheme.cmu.edu/blog/2015/03/18/Clickable-links-for-Twitter-handles-in-Emacs/
This isn't all that portable, as others would need your code for the
colorization, but it
thanks. I fixed that. I am not sure how that happened. It had to work
right once ;)
Olivier Berger writes:
> Hi.
>
> John Kitchin writes:
>
>> Can you give us an example of what you are trying to do? I don't think
>> org-mode supports this rich of behavior out of the box, but see
>> http://kitch
Works for me too, and probably better than my suggestion :-)
best regards
Marc
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Can we have conditional dependence on texmathp?
>
> I guess it doesn't hurt. You need to declare it as an external function
> in order to silence byte-compiler, tho.
You are right. Thanks.
>> If so, maybe something like the attached, though the la
Rasmus writes:
> Yeah, I though of that, but that require us to maintain a list of latex
> math environments, which may or may not be annoying.
Well, if an environment is not recognized as a math one, it still gets
a label. So, that's not a big deal to miss some of them.
> If we add such a vari
I've contacted the author about it. In the mean time I pulled the repo, renamed
all org-toc to org-dyn-toc and got it to work. It would be nice to have a
long-term fix for it I guess.
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team
- Original Message -
From: "Rasmus"
To: emacs-
Hi,
Something that has been bugging me for many years now, everytime I
resolve conflicts in Org files with ediff, it's a pain. All the buffers
keep folding the outlines, hiding the conflicts. I keep going to the
buffers manually (which can be somewhat of a pain in a text terminal),
and unfolding
On Tue, 21 Apr 2015, Suvayu Ali wrote:
Hi,
Something that has been bugging me for many years now, everytime I
resolve conflicts in Org files with ediff, it's a pain. All the buffers
keep folding the outlines, hiding the conflicts. I keep going to the
buffers manually (which can be somewhat of
Hi,
On Apr 17 2015, Nikolaus Rath wrote:
> However, for me the global todo list in the Agenda very hard to digest
> (even when excluding sublevels), so I'd rather have a view that
> conserves the document structure.
>
> Is there a way to create a sparse tree that shows only undated TODOs
> (i.e.,
- i wonder if it might
+ be good to optionally make shift right
- change bullet style for the + line above and the * line below
* consistently so they do not get out of sync?
El Sat, 18 Apr 2015 15:57:15 +0200 Rasmus va escriure:
> >
> > Note that this also breaks any CSS styling for the section with the
> > CUSTOM_ID (which I also use). If I used a CUSTOM_ID because wanted a
> > swanky background for the heading saying "Bill Clinton", the current
> > export not only d
35 matches
Mail list logo