Hi,
are those Patches still being worked on?
Thanks and best regards
Robert
On Wed, 01 Jun 2016 17:34:56 +0200
Nicolas Goaziou wrote:
> Hello,
>
> Rasmus writes:
>
> > This was by far the hardest part...
>
> Thank you. Some comments follow.
>
> > +(defun org-publish-find-property (fil
> Uwe Brauer writes:
> What about
> #+TBLFM: @>$3='(+ (length(org-lookup-all "NP" '(@2$2..@-1$3) nil))
(length(org-lookup-all "MH" '(@2$2..@-1$3) nil)));
> ?
You mean
| group | round 1 | round 2 |
|---+-+-|
| A | | 2.4 |
| B | 4.7 |
Uwe Brauer writes:
> You mean
>
> | group | round 1 | round 2 |
> |---+-+-|
> | A | | 2.4 |
> | B | 4.7 | 11 |
> | C | | MH |
> | D | 5 | |
> | E | | 7.2 |
> | F | 3.2 | 4.3 |
> | G
Hi all,
I have completed a draft of links-9.0
(https://github.com/jkitchin/org-mode/tree/link-9.0). This centralizes
almost all link properties into a variable `org-link-parameters' and
makes it possible to customize almost everything in the link.
This branch passes all the tests except these: 2
> Uwe Brauer writes:
> Yes.
> Agreed.
> Okay.
> What about the following?
> | group | round 1 | round 2 |
> |---+-+-|
> | A | | 2.4 |
> | B | 4.7 | 11 |
> | C | | MH |
> | D | 5
Hello,
Konstantin Kliakhandler writes:
> I have an additional, similar patch - In this one I changed the unicode
> symbol for \circ from something looking like ^ to [image: \circ] (#x2218 =
> "ring operator" = \circ in TeX input method).
For some reason, I'm unable to apply it to maint branch.
Hello,
John Kitchin writes:
> I have completed a draft of links-9.0
> (https://github.com/jkitchin/org-mode/tree/link-9.0). This centralizes
> almost all link properties into a variable `org-link-parameters' and
> makes it possible to customize almost everything in the link.
Thank you.
> which
Completing myself,
Nicolas Goaziou writes:
> It is better to create a new function, e.g., `org-link-add' with the
> following signature
>
> (defun org-link-add (type &rest properties)
>...)
>
> used like
>
> (org-link-add "red" :follow (lambda (path desc backend) ...) :export )
Basi
Hello,
i actually still have the same issue. Is there any way, that i can try
to debug the "org-mobile-push" to understand why it does not fill the
agendas.org with any of my headlines?
Thanks in advance for any help :)
Michael
Am 29.02.2016 um 22:04 schrieb Michael Ziems:
Hello,
i updat
Hello
Consider please the following example:
| Anton |
| Álvarez |
| Arrieta |
org-table-sort-lines using alphabetic ordering results in
| Anton |
| Arrieta |
| Álvarez |
Which is contra intuitive to say the least. The accented A should be
treated as if it did not have an accent resu
Nicolas Goaziou writes:
> Hello,
>
> John Kitchin writes:
>
>> I have completed a draft of links-9.0
>> (https://github.com/jkitchin/org-mode/tree/link-9.0). This centralizes
>> almost all link properties into a variable `org-link-parameters' and
>> makes it possible to customize almost everythi
Hello,
Uwe Brauer writes:
> Consider please the following example:
>
> | Anton |
> | Álvarez |
> | Arrieta |
>
>
> org-table-sort-lines using alphabetic ordering results in
>
>
> | Anton |
> | Arrieta |
> | Álvarez |
>
> Which is contra intuitive to say the least. The accented A should be
> Hello,
> Uwe Brauer writes:
Thanks for the fast answer
> Alphabetic ordering uses `string-lessp', which doesn't fulfill your
> needs here. You can however, sort by an arbitrary function using f or
> F key.
Which function could you recommend?
> In any case, char foldi
Uwe Brauer writes:
> Which function could you recommend?
I don't know. There may be something readily available in Emacs 25.
Otherwise, you'll have to write you own.
> I am using GNU emacs 25.1.50 so that requirement is fulfilled. Do you
> have any pointers?
Probably look for "char-fold.el".
John Kitchin writes:
> I pasted the diffs at the end. There are a lot because it touched a lot of
> files, and I committed each one separately, and forgot a few commits
> that ended up as extras. Probably some could be combined and squashed if
> that is desirable. I am not sure how to do it yet t
Hello,
Eli Zaretskii writes:
>> From: Glenn Morris
>> Cc: Rares Vernica , 23...@debbugs.gnu.org
>> Date: Mon, 04 Jul 2016 12:30:48 -0400
>>
>> (Isn't it weird to have a component of Emacs for which we effectively
>> don't accept bug reports?)
>
> It is. But as long as the Org maintainers are
C.f. this emacs.stackexchange question:
http://emacs.stackexchange.com/q/24313/8818
As of version 8.3 of org, numbering of subtrees in export can be toggled via
the :UNNUMBERED property. This applies to subheadings regardless of their own
:UNNUMBERED property value. MWE:
* Heading
:PROPERTIES:
Thanks for the feedback. Here is a second round of revised commits. I
addressed the comments you made. I have not pushed these to the branch
yet. Let me know what you think about these. Thanks for the help!
commit f5bcdaac6e3d4507c934b8872c4a53c4d90e9143
Author: John Kitchin
Date: Tue Jul 5 10
we have persistent marks upon bulk action. can you make persistent
marks upon g to refresh?
thanks.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Hi,
I'm aware of passing variables through header arguments, and also inserting
another source code block using the noweb syntax.
I was wondering, however, would it be possible to directly input values of
properties inside source code blocks? For example,
* Subtree:PROPERTIES::DUMMY: Value:END:
20 matches
Mail list logo