Re: [O] How do you organize a project and its related sub-tasks

2017-06-19 Thread Samuel Wales
i have long thought it would be useful to dim entries in the agenda that are ancestors of entries in the same agenda view. regardless of sort order. similar to dim blocked. -- The Kafka Pandemic: The disease DOES progress. MANY people have died from it.

Re: [O] How do you organize a project and its related sub-tasks

2017-06-19 Thread Bala Ramadurai
> > Hello, Yes, having projects in the agenda is annoying. I use the philosophy from http://doc.norang.ca/org-mode.html where any task with subtasks is a project. Stuck projects are those with no next action. I have several projects which have many nested sub projects in them. Prior to org

Re: [O] How to use noweb reference with argument in other languages?

2017-06-19 Thread numbch...@gmail.com
Which Org-mode version are you using? I'm using the latest Org-mode version from source code branch `master`. When I use your `:noweb-ref` style like this: ```org * noweb reference with argument #+BEGIN_SRC sh :var str="" :noweb-ref sh-print-something echo "$str" #+END_SRC #+BEGIN_SRC sh

[O] Hanging indents in paragraphs just appeared

2017-06-19 Thread William Denton
I was away on vacation last week, and when I got back I refreshed my Org source code and recompiled the latest version. (I'm sure many of you do the same.) Text paragraphs now have hanging indents. What used to look like this (I have both visual-line-mode and org-startup-indented turned on):

[O] Bug: [Feature request] generate source blocks from filename [9.0.8 (9.0.8-elpaplus @ /Users/andreagiugliano/.emacs.d/elpa/org-plus-contrib-20170606/)]

2017-06-19 Thread Andrea
Hello everyone, Thanks immensely for your effort in developing/maintaining org mode. I learned to use it during my Ph.D. and now that I am working is even more useful (and fun :). I like literate programming, and I find really useful to work by using source blocks (as I can swap between org

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-19 Thread numbch...@gmail.com
After you two's discussion, I have some understanding about lexical scope and dynamic scope. I will add lexical binding if my code use it. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF

Re: [O] org-protocol documentation

2017-06-19 Thread Chunyang Xu
Mario Martelli writes: >> for what it's worth, the Emacs Mac Port supports org-protocol out of >> box. It works without the Emacs server (emacsclient), e.g., > > Good to know. I’ve listed it in the documentation. > Do you plan to provide ready built binaries? The

Re: [O] Org-mode table/links -> mediawiki

2017-06-19 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> I'm at the stage of building an org-mode table to be exported to >> mediawiki and its going to be the front page of my DrugFacts site. >> >> So far I'm here - >> >> | *Illegal*

Re: [O] org-protocol documentation

2017-06-19 Thread Mario Martelli
> for what it's worth, the Emacs Mac Port supports org-protocol out of > box. It works without the Emacs server (emacsclient), e.g., Good to know. I’ve listed it in the documentation. Do you plan to provide ready built binaries? >> - if not, I would update the documentation in general and for

Re: [O] org-protocol documentation

2017-06-19 Thread Chunyang Xu
Mario Martelli writes: > Hi, > > recently I’ve updated my macOS - Org mode setup. I had some pain setting up > org-protocol properly for what it's worth, the Emacs Mac Port supports org-protocol out of box. It works without the Emacs server (emacsclient), e.g., $

Re: [O] org-protocol documentation

2017-06-19 Thread Nicolas Goaziou
Hello, Mario Martelli writes: > recently I’ve updated my macOS - Org mode setup. I had some pain > setting up org-protocol properly which was mainly because the > documentation (http://orgmode.org/worg/org-contrib/org-protocol.html >

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-19 Thread Bastien Guerry
Hi Nicolas, I'm all for lexical-binding, and it's good to have it in Org's core. The author of ob-sclang.el used "2011-2017" for the copyright years, which was obviously a typo and tells that the header was simply copied from another file (which is 100% fine btw). >From that, I inferred that

Re: [O] org-indent-mode shows "noise" in the left-hand margin when using some themes

2017-06-19 Thread Nicolas Goaziou
Hello, Forrest Sedgwick writes: > Hello, > > 1. Open the attached org file using emacs -Q org-indent-text.org > I have emacs version "GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ > Version 3.22.10) of 2017-04-22" and thus org version 8.2.10 > > 2. Change to a built-in

Re: [O] How to use noweb reference with argument in other languages?

2017-06-19 Thread Kaushal Modi
On Mon, Jun 19, 2017, 12:59 AM numbch...@gmail.com wrote: > I found noweb reference with argument `<>` issue. > It has been working fine for me for org and sh source blocks. And this does not work: > ```org > #+NAME: sh-print-something > #+BEGIN_SRC

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-19 Thread Kaushal Modi
On Mon, Jun 19, 2017, 5:21 AM Nicolas Goaziou wrote: > There is absolutely no drawback in using lexical binding. Since Org > 9.0, it _is_ the default for Org core: almost every Org library > activates it nowadays. > > Again, lexical binding has _no_ drawback and

[O] org-protocol documentation

2017-06-19 Thread Mario Martelli
Hi, recently I’ve updated my macOS - Org mode setup. I had some pain setting up org-protocol properly which was mainly because the documentation (http://orgmode.org/worg/org-contrib/org-protocol.html ) is outdated. Especially for macOS. I

Re: [O] Org-mode table/links -> mediawiki

2017-06-19 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > I'm at the stage of building an org-mode table to be exported to > mediawiki and its going to be the front page of my DrugFacts site. > > So far I'm here - > > | *Illegal* | *Category's* |

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-19 Thread Nicolas Goaziou
Hello, Bastien Guerry writes: > Maybe I miss something: when I create a file with C-x C-f whatever.el RET > it does not use a template or does not get created with lexical > binding on. > What are you referring to when you say "every Elisp file created > activates it"? It

Re: [O] How do you organize a project and its related sub-tasks

2017-06-19 Thread Eric S Fraga
On Sunday, 18 Jun 2017 at 20:45, Narendra Joshi wrote: > Hi, > > I am curious about how people organize a project and its sub-tasks. For > example, say building a website. Do you make the task a TODO task and > then have TODO tasks under it? I don't like that the project appears in > my org-agenda