[O] Using property values in source code blocks

2016-07-05 Thread Joon Ro
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:

[O] persistent marks upon g in agenda

2016-07-05 Thread Samuel Wales
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.

Re: [O] Draft of links-9.0

2016-07-05 Thread John Kitchin
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

[O] Export: Numbered subtree whose parent has unnumbered: t

2016-07-05 Thread Spencer Hill
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:

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-05 Thread Nicolas Goaziou
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?) >

Re: [O] Draft of links-9.0

2016-07-05 Thread Nicolas Goaziou
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

Re: [O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Nicolas Goaziou
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

Re: [O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Uwe Brauer
> 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

Re: [O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Nicolas Goaziou
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

Re: [O] Draft of links-9.0

2016-07-05 Thread John Kitchin
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

[O] problems with alphabetic ordering in tables containing non ASCII chars

2016-07-05 Thread Uwe Brauer
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

Re: [O] mobileorg agendas.org has no entries [8.3.4 (8.3.4-elpa @ c:/Users/Michael/AppData/Roaming/.emacs.d/elpa/org-20160222/)]

2016-07-05 Thread Michael Ziems
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

Re: [O] Draft of links-9.0

2016-07-05 Thread Nicolas Goaziou
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 properties) >...) > > used like > > (org-link-add "red" :follow (lambda (path desc backend) ...)

Re: [O] Draft of links-9.0

2016-07-05 Thread Nicolas Goaziou
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

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-05 Thread Nicolas Goaziou
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

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Uwe Brauer
> Uwe Brauer writes: > Yes. > Agreed. > Okay. > What about the following? > | group | round 1 | round 2 | > |---+-+-| > | A | | 2.4 | > | B | 4.7 | 11 | > | C | | MH |

[O] Draft of links-9.0

2016-07-05 Thread John Kitchin
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

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Marco Wahl
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 |

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Uwe Brauer
> 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

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-05 Thread Robert Klein
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. > >

Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Marco Wahl
Uwe Brauer writes: > Hello > > I tried to follow the instructions found in > http://orgmode.org/worg/org-tutorials/org-lookups.html > > So I want to count all strings NP MH in the following table > According to the instructions, the following will search the string MH. > > |