[O] Bug: org-ellipsis face not applied correctly [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)]

2016-10-03 Thread Vasilij Schneidermann
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Kanban board as an agenda view

2016-10-03 Thread Adam Porter
e...@fea.st writes: > I started thinking if this kind of visualization could be done > automatically by implementing a view like the agenda, that would use > `org-todo-keywords' as column headings and layout TODO items from > `org-agenda-files' into a columnar view. > > Is there any prior work on

Re: [O] Gmane search and link

2016-10-03 Thread Adam Porter
They're working on it. You can watch the Gmane blog for updates: http://home.gmane.org/

Re: [O] Bug? org-export-babel-evaluate setting breaks :exports results

2016-10-03 Thread Grant Rettke
On Mon, Oct 3, 2016 at 8:22 PM, William Denton wrote: > There's always something new to learn in Org---and something new to be > learned from this mailing list. Never evaluating on export or tangle is my favorite way, too:

Re: [O] Bug? org-export-babel-evaluate setting breaks :exports results

2016-10-03 Thread William Denton
On 29 September 2016, Charles C. Berry wrote: I'm working on a big Org file on a slow machine, so I set org-export-babel-evaluate to nil so exporting to PDF just generates the file from what's in the buffer, without doing any calculating. Actually it does a lot LESS than that. My sincere

Re: [O] Bug with capture template having %? cursor in the tags section

2016-10-03 Thread Michael Fiano
Curious, has anyone been able to look into this and my other bug report that has gone unnoticed, or is more information needed? On Fri, Sep 30, 2016 at 6:42 PM, Michael Fiano wrote: > If I create a capture template that creates a headline such as: > > "* %? :note:\n",

Re: [O] Fwd: comment lines inside org tables

2016-10-03 Thread Rolf Sander
Hello Nicolas, Allowing to comment anything is a can of worms I really don't want to open. Maybe you are misinterpreting what I wrote. I don't want to comment "anything". All I want is that a table line starting with "|-/" is not expanded to "|---+---+---|" on the next re-align. Instead, it

Re: [O] Is there a *Org PDF LaTeX Output* buffer ?

2016-10-03 Thread Nick Dokos
Eric S Fraga writes: > On Friday, 30 Sep 2016 at 21:09, Julien Cubizolles wrote: >> When an export from org to pdf fails, the error message refers to a *Org >> PDF LaTeX Output* buffer that doesn't seem to have been created on my >> setup. Is it an old message from a previous

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> I started using attachments and really like them. But I have a problem with the completion of file names. I use ido usually and it

Re: [O] Bug: Feature request: more automatic updating of cookies [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-10-03 Thread Jorge
command-execute nil nil] 8 [profiler-cpu-profile profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute execute-extended-command smex-read-and-run smex funcall-interactively call-interactively command-execute nil nil nil nil] 4 [Automatic\ GC] 272)) (22514

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >>> I started using attachments and really like them. But I have a problem >>> with the completion of file names. I use ido usually and it works fine - >>> but not here. How can I register ido

Re: [O] Bug: malformed property drawers [8.3.6 (8.3.6-3-gf46b92-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20160919/)]

2016-10-03 Thread Nicolas Goaziou
Hello, "Tamulis, Andrius" writes: > 1) I've just spent a lot of time trying various searches at the > emacs-orgmode Archives, and reading through many pages of results, but > I can't find the mailing list discussion mentioned below by Nicolas. > Can anyone help? Until I

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: >> I started using attachments and really like them. But I have a problem >> with the completion of file names. I use ido usually and it works fine - >> but not here. How can I register ido completion for org-attach? > > Forgot to mention - it

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Rainer M Krug writes: > Hi > > I started using attachments and really like them. But I have a problem > with the completion of file names. I use ido usually and it works fine - > but not here. How can I register ido completion for org-attach? Forgot to mention - it always

[O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Hi I started using attachments and really like them. But I have a problem with the completion of file names. I use ido usually and it works fine - but not here. How can I register ido completion for org-attach? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982

Re: [O] Is there a *Org PDF LaTeX Output* buffer ?

2016-10-03 Thread Julien Cubizolles
Nick Dokos writes: > No, it should be present: it is created when you export to PDF through > LaTeX (it is created by org-latex-compile which is called by > org-latex-export-to-pdf). I just tried a (successful, but I don't > think it matters) export and was able to visit it

Re: [O] Fwd: comment lines inside org tables

2016-10-03 Thread Eric S Fraga
Sorry to interrupt this conversation but I wonder: could you not simply use the / label and then have a comment in one of the existing columns, a column that is width restricted so that a large amount of text doesn't affect alignent? You can then use the special edit mode (C-c `) for long entries

Re: [O] Fwd: comment lines inside org tables

2016-10-03 Thread Rolf Sander (MPI)
Hello Nicolas, Allowing to comment anything is a can of worms I really don't want to open. Maybe you are misinterpreting what I wrote. I don't want to comment "anything". All I want is that a table line starting with "|-/" is not expanded to "|---+---+---|" on the next re-align. Instead, it

Re: [O] manipulate org tables using emacs-lisp

2016-10-03 Thread Alan Schmitt
Thanks a lot for all the suggestions. For the moment I’ve put the table at the beginning of the file, but I’ll probably tweak the following functions to use Heikki’s trick of using a regexp to find the named table. I don’t think I want to convert the table to a lisp structure, work on it, and

Re: [O] Making DocBook xml books from org mode?

2016-10-03 Thread Peter Davis
On Sun, Oct 2, 2016, at 10:09 PM, Norman Walsh wrote: > Joost Kremers writes: > > There's also a `docbook' writer, > > which has been part of Pandoc much longer and which outputs to (I > > assume) DocBook v4. So I suspect you either need to upgrade your Pandoc > > or

Re: [O] Making DocBook xml books from org mode?

2016-10-03 Thread Peter Davis
On Sun, Oct 2, 2016, at 11:38 PM, Marcin Borkowski wrote: > > On 2016-10-02, at 23:23, Peter Davis wrote: > > > I'm trying this again, on a Mac instead of Windows. I managed to get > > ox-pandoc working. (It now displays an org export menu too big to fit on > > my screen,

Re: [O] Bug: malformed property drawers [8.3.6 (8.3.6-3-gf46b92-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20160919/)]

2016-10-03 Thread Colin Baxter
Hi Andrius, On Sun, Oct 02 2016, Tamulis, Andrius wrote: > I hope this gets to the mailing list. I'm not sure how the mailing > list works. > > As for the below, > 1) I've just spent a lot of time trying various searches at the > emacs-orgmode Archives, and reading through many pages of