Re: [O] Cannot export bash src

2016-02-25 Thread Grant Rettke
On Tue, Feb 23, 2016 at 4:23 AM, Giuseppe Lipari wrote: > Anybody has any idea of what is going on? I am available to give you more > information (my init.org, and the whole org file, if necessary). Depending on your version of Org try: #+BEGIN_SRC shell bash

[O] How to obtain a list of items completed this week.

2016-02-25 Thread chopps
I've been trying on and off to figure out how to obtain a list of all the TODOs that I've marked completed (DONE) during the last week (or whatever time period, but typically I want the last 7 days). There's undoubtedly some very simple way to obtain this that I just can't locate for whatever reas

Re: [O] Bug and possible fix / work-around using org-mobile with group tags

2016-02-25 Thread John Hutchinson
Hi Nicolas: I think the diff patch you sent had an "off-by-one-line" error. If I remove the nested lambdas, so your lambda simply replaces the one in the distributed source, the patch seems to work. I'm not sure how to generate a "patch" to your "patch". Here's a diff-listing that seems to work

Re: [O] Cannot export bash src: more details

2016-02-25 Thread Giuseppe Lipari
Great news, thanks a lot! Giuseppe Le jeu. 25 févr. 2016 à 19:10, Eric S Fraga a écrit : > On Thursday, 25 Feb 2016 at 15:04, Nicolas Goaziou wrote: > > Completing myself, > > > >> An ECM would be great. However, some backtrace using un-compiled Org > >> would help, too. > > > > Actually, the i

Re: [O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Aaron Miller
The difficulty here is that ID attribute values are not easily predictable, and dependent on the source block's position in the document. This complicates tasks like styling a specific source block -- with the previous ID generation method, this could be reliably done with an ID selector; with t

Re: [O] Bug: Incorrect type in ob-C.el for D code [8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Nicolas Goaziou
Hello, Chris Andrews writes: > Issue is fairly straightforward. When evaluating a D code block that > includes a table var, this error is thrown by the DMD compiler. > > ~\Temp\babel-1032v-N\C-src-1032Xig.d(25): Error: cannot implicitly convert > expression (row) of type ulong to uint > Failed:

Re: [O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Nicolas Goaziou
Hello, Aaron Miller writes: > Expected: When exporting an Org document with named source blocks to > HTML, each generated to contain a source block has an ID attribute > matching the source block's name. > > Actual: Instead, ID attributes come out with values like "orgsrcblock1". > > Test cas

[O] Bug: Incorrect type in ob-C.el for D code [8.3.4 (8.3.4-elpa @ ~/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Chris Andrews
Issue is fairly straightforward. When evaluating a D code block that includes a table var, this error is thrown by the DMD compiler. ~\Temp\babel-1032v-N\C-src-1032Xig.d(25): Error: cannot implicitly convert expression (row) of type ulong to uint Failed: ["dmd", "-v", "-o-", "~/Temp/babel-1032v-N

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Nicolas Goaziou
Oleh Krehel writes: > Nicolas Goaziou writes: >> I do not feel like asking users to write directly the AST for their >> plain text documents, really. > > It's not an AST though. It's simply nested lists. So is Lisp. > Like JSON or XML but better. And the idea is to both have it automatic > an

[O] Bug: HTML export fails to set source IDs correctly [8.3.4 (8.3.4-elpa @ /Users/aaron/.emacs.d/elpa/org-20160222/)]

2016-02-25 Thread Aaron Miller
Expected: When exporting an Org document with named source blocks to HTML, each generated to contain a source block has an ID attribute matching the source block's name. Actual: Instead, ID attributes come out with values like "orgsrcblock1". Test case: --- >8 cut here --- #+TITLE: bug test c

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: > I do not feel like asking users to write directly the AST for their > plain text documents, really. It's not an AST though. It's simply nested lists. Like JSON or XML but better. And the idea is to both have it automatic and manual. For example, `org-set-property' would

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Eric S Fraga
On Thursday, 25 Feb 2016 at 17:52, Nicolas Goaziou wrote: > If they are about reducing visual clutter, you can work it out at the > display level. I'm pretty sure this improvement would be appreciated. And the OP's use of prettify-symbols-mode brings a number of possibilities to mind! Can anybody

Re: [O] streamlined capture on iphone

2016-02-25 Thread Eric S Fraga
On Wednesday, 24 Feb 2016 at 17:59, Skip Collins wrote: [...] > If anyone is interested in the Drafts action, Gmail filter, Google > script, and org-feed configuration that make this work, I would be > happy to share. This setup can easily be adapted for Android phones. Please do share. Althoug

Re: [O] Cannot export bash src: more details

2016-02-25 Thread Eric S Fraga
On Thursday, 25 Feb 2016 at 15:04, Nicolas Goaziou wrote: > Completing myself, > >> An ECM would be great. However, some backtrace using un-compiled Org >> would help, too. > > Actually, the issue should now be fixed. Thanks! I'm sorry we couldn't provide you with an ECM but very happy you were a

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Michael Brand
Hi Oleh On Thu, Feb 25, 2016 at 11:59 AM, Oleh Krehel wrote: > - Tags - there are always a pain to re-align, they show up as diffs in > git commits Did you consider to set org-tags-column to 0? Or put the tags into your own property :MyTag: in the property drawer instead of using Org's tags?

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Nicolas Goaziou
Oleh Krehel writes: > I would most definitely make Org easier in some respects. Suppose a > person wants to parse an Org file's content, just for displaying it on a > website (like Github does right now). If all properties were in a single > place, they could be trivially skipped with a regex, re

Re: [O] streamlined capture on iphone

2016-02-25 Thread John Rakestraw
Hi, Skip — On 24 Feb 2016, at 17:59, Skip Collins wrote: If anyone is interested in the Drafts action, Gmail filter, Google script, and org-feed configuration that make this work, I would be happy to share. This setup can easily be adapted for Android phones. I’m an iphone (and Drafts) user i

Re: [O] How to stop () or [] from messing up text color

2016-02-25 Thread Nicolas Goaziou
Hello, Roman Milner writes: > I figured this out. It was rainbow delimiters mode. Specifically > calling (global-rainbow-delimiters-mode) causes the issue. > > Thanks for your help. Thank you for letting us know. Regards, -- Nicolas Goaziou

Re: [O] How to stop () or [] from messing up text color

2016-02-25 Thread Roman Milner
I figured this out. It was rainbow delimiters mode. Specifically calling (global-rainbow-delimiters-mode) causes the issue. Thanks for your help. On Wed, Feb 24, 2016 at 5:40 PM, Nicolas Goaziou wrote: > Roman Milner writes: > > > Can you tell me what version of org you are on? I'm on 8.3.3. >

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: > Because not everything is a node property. This shouldn't prevent us from keeping things that /are/ node properties all in one place. > TODO keywords, tags and properties are all different, and blurring the > distinction between them would not make Org easier. Note tha

Re: [O] Cannot export bash src: more details

2016-02-25 Thread Nicolas Goaziou
Completing myself, > An ECM would be great. However, some backtrace using un-compiled Org > would help, too. Actually, the issue should now be fixed.

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Nicolas Goaziou
Oleh Krehel writes: > Nicolas Goaziou writes: > >>> Here's a list of the diverse things that I'd like to hide into >>> :PROPERTIES: >>> >>> - Tags - there are always a pain to re-align, they show up as diffs in >>> git commits >>> - The clock entries - they are stored in a :LOGBOOK:, separatel

Re: [O] Bug: Invalid search bound (wrong side of point) upon latex code execution [8.3.4 (release_8.3.4-607-gaa7815 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-02-25 Thread Nicolas Goaziou
Hello, Dominik Schrempf writes: > if I try to execute the following latex code block after a list item and > followed by two blank lines I get an error. If I remove one blank line > the code executes fine. > > -- > - Very conve

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: >> Here's a list of the diverse things that I'd like to hide into >> :PROPERTIES: >> >> - Tags - there are always a pain to re-align, they show up as diffs in >> git commits >> - The clock entries - they are stored in a :LOGBOOK:, separately from >> :PROPERTIES: >> - T

Re: [O] Confusion about org-refile-targets-verify-function

2016-02-25 Thread Nicolas Goaziou
Hello, Florian Adamsky writes: > I'm using Emacs 24.5.1 and Org-mode 8.3.3 (15d591e) and try to filter > the output of my refile targets. For me, every headline that contains a > subtree with the name "tasks" is a project. Therefore, I would to filter > my refile targets to those which contains

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Nicolas Goaziou
Hello, Oleh Krehel writes: > I've recently gotten back to reorganizing my Org setup. There are a few > things I find lacking, one of which is having all the auxiliary > information for a heading stored in a single place, that I can further > make less noticeable with `prettify-symbols-mode'. > >

Re: [O] streamlined capture on iphone

2016-02-25 Thread Xebar Saram
another android user very interested in this :D thx Z On Thu, Feb 25, 2016 at 3:16 PM, Giacomo M wrote: > On 2/24/2016 11:59 PM, Skip Collins wrote: > >> If anyone is interested in the Drafts action, Gmail filter, Google >> script, and org-feed configuration that make this work, I would be >>

Re: [O] streamlined capture on iphone

2016-02-25 Thread Giacomo M
On 2/24/2016 11:59 PM, Skip Collins wrote: If anyone is interested in the Drafts action, Gmail filter, Google script, and org-feed configuration that make this work, I would be happy to share. This setup can easily be adapted for Android phones. Android user here, and I would be very interested

[O] Bug: Invalid search bound (wrong side of point) upon latex code execution [8.3.4 (release_8.3.4-607-gaa7815 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-02-25 Thread Dominik Schrempf
Hello, if I try to execute the following latex code block after a list item and followed by two blank lines I get an error. If I remove one blank line the code executes fine. -- - Very convenient for typesetting the integral va

Re: [O] Help with fixing an org-mode multicolumn implementation - LaTeX special characters

2016-02-25 Thread mcg
Hello Aaron, [I noticed I did not answer to the list; just writing again to add it to the list] this fix works perfect! Thank you very much. Never mind about multirow... Michael On 22/02/16 16:48, Aaron Ecay wrote: Hi mcg, 2016ko otsailak 21an, mcg-ek idatzi zuen: I found a very nice imp

[O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Hi all, I've recently gotten back to reorganizing my Org setup. There are a few things I find lacking, one of which is having all the auxiliary information for a heading stored in a single place, that I can further make less noticeable with `prettify-symbols-mode'. (add-to-list 'prettify-symb

Re: [O] Icalendar export and contacts

2016-02-25 Thread Nicolas Goaziou
Hello, Simon Thum writes: > Well, I had intended the link target to become visible but now that > you ask, my primary concern was "not wrecking the export". I expect > that tel links are only relevant to the vcard export, which handles > them on its own terms (and which still works). > > So perh

Re: [O] link glitches in maint

2016-02-25 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > a link on a header will change to include priority if you change > priority. I don't understand this report. > ret after a link or ts will activate. should insert newline. > requires variable. This is already fixed in master. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Implement RSS_FEED_URL option keyword

2016-02-25 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > My FSF copyright assignment process is now complete. What details should > I submit here to have my patch included in org mode? Do let me know. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Cannot export bash src: more details

2016-02-25 Thread Nicolas Goaziou
Hello, Giuseppe Lipari writes: > Unfortunately I have *a lot* of old slides that I am correcting and > regenerating step by step. > They used to compile just fine with the previous version, and now this > strange problem make me lose a lot of time just for changing indentation... > Maybe I shoul

Re: [O] what happened to :wrap HTML ?

2016-02-25 Thread Giuseppe Lipari
Hello, :wrap export HTML is perfectly fine for me, and it opens more possibilities, so I am willing to upgrade my org files to the new syntax (they are not so many). Thank you for the fast response, Giuseppe Lipari Le mer. 24 févr. 2016 à 23:56, Rasmus a écrit : > Nicolas Goaziou writes: > >