Re: [O] Agenda broken after update to 9.1

2017-09-06 Thread Loris Bennett
Nicolas Goaziou writes: > Hello, > > "Loris Bennett" writes: > >> I have just updated to 9.1 from whatever version was current on ELPA >> last week. When I noe try to generate the agenda I get the following >> error: >> >> Press key for agenda command: >> org-agenda-list: Wrong type argumen

Re: [O] Automatic mtime and ctime on all or select group of trees?

2017-09-06 Thread Adam Porter
Jorge Morais Neto writes: > Thank you for the tip. But instead of adding precisely what you > suggested, I have added “:group 'org-expiry”. The warning is gone and > the option does show up when I invoke customize-group and type > “org-expiry”. I have run some other minimal tests and it seems

Re: [O] org-agenda-current-time-string partly fontified with emphasis

2017-09-06 Thread Samuel Wales
On 9/6/17, Samuel Wales wrote: > in the new release, org-agenda-current-time-string is partly fontified > if it contains emphasis like "=== test ===". my guess is best to not > fontify as it is not possible to > fix unless you turn it off for the entire buffer. the above is correct, but the caus

[O] attachments in html export

2017-09-06 Thread kevinbanjo
is there an easy way to auto-generate a link to the attachments when exporting org html?

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-09-06 Thread Adam Porter
By the way, one of its features is that, when a test doesn't pass, it shows a line-by-line diff of the agenda buffer compared with the saved result. It's saved me a lot of time when debugging test failures, as otherwise I'd have to visually compare a large agenda buffer. :)

Re: [O] How to use the list search?

2017-09-06 Thread Adam Porter
Nick Dokos writes: > Ah, Gmane, Gmane - wherefore art thou, Gmane? Indeed. In the meantime, this might also be useful, as it has a decent UI. I haven't tested its searching extensively, but it seems to give more useful results than the lists.gnu.org server. https://www.mail-archive.com/emacs

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-09-06 Thread Adam Porter
Nicolas Goaziou writes: > If you feel like it, some tests in "test-org-agenda.el" would be nice, > too. Hi Nicolas, I looked at that file and I see that it's pretty basic. I recently put together a sort of testing framework for org-super-agenda that makes it pretty easy to develop and run cons

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
Nicolas Goaziou writes: > Hello, > > Alex Bennée writes: > >> So calling scramble-string works as expected... >> >> #+tblname: reversed-strings >> | abcde | #ERROR | >> >> | flibble | #ERROR | >> | dibble | #ERROR | >> | xyzzy | #ERROR | >> | another | #ERROR | >> >

[O] org-agenda-current-time-string partly fontified with emphasis

2017-09-06 Thread Samuel Wales
in the new release, org-agenda-current-time-string is partly fontified if it contains emphasis like "=== test ===". my guess is best to not fontify as it is not possible to fix unless you turn it off for the entire buffer. -- The Kafka Pandemic: The diseas

Re: [O] Release 9.1

2017-09-06 Thread Samuel Wales
Congratulations and thanks -- The Kafka Pandemic: The disease DOES progress. MANY people have died from it. And ANYBODY can get it at any time. "You’ve really gotta quit this and get moving, because this is murder by neglect." ---

Re: [O] setting local variables

2017-09-06 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Eric Abrahamsen writes: > >> I think I ran into trouble just doing a simple `org-store-link' from an >> Info file, then `org-insert-link' in the Org mode manual. >> >> That produced: >> >> [[info:org#Installation][info:org#Installation]] --> >> @ref{Installation,@ref{In

Re: [O] Release 9.1

2017-09-06 Thread Eduardo Mercovich
Hello Bastien. Org-mode 9.1 is out! http://orgmode.org/Changes.html Congratulations and thanks a lot to you and everyone involved in Orgmode, for such marvelous work. :) -- eduardo mercovich Donde se cruzan tus talentos con las necesidades del mundo, ahí está tu vocación. (Anónimo)

Re: [O] setting local variables

2017-09-06 Thread Nicolas Goaziou
Eric Abrahamsen writes: > I think I ran into trouble just doing a simple `org-store-link' from an > Info file, then `org-insert-link' in the Org mode manual. > > That produced: > > [[info:org#Installation][info:org#Installation]] --> > @ref{Installation,@ref{Installation,,,org,},,org,} --> > *not

Re: [O] setting local variables

2017-09-06 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Rasmus writes: > >> I could not get it to work. I tried stuff like "[[(org) Tables]]", >> "[[*(org) Tables]]" and , [[texinfo:(org) tables]]. > > You are talking about a special case for cross-referencing (which could > include internal reference, URL referencess). Thi

Re: [O] org-agenda-skip-function does not find inherited tags

2017-09-06 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > I have the following custom agenda command: > > (setq org-agenda-custom-commands > '(("ww" "Work 2 day view" > ((agenda "" >((org-agenda-files '("~/tmp/tmp.org")) > (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregex

Re: [O] Release 9.1

2017-09-06 Thread Kyle Meyer
Rasmus writes: > Bastien writes: > >> Org-mode 9.1 is out! >> >> http://orgmode.org/Changes.html > > Great news! > > Thank you Nicolas, Kyle, Marco, Bastien, Kaushal, Achim and other code- > and mailing list contributors. > > Rasmus Great. Rasmus, I've pushed the updated emacs-sync branch, so

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Nicolas Goaziou
Hello, Alex Bennée writes: > So calling scramble-string works as expected... > > #+tblname: reversed-strings > | abcde | #ERROR | > > | flibble | #ERROR | > | dibble | #ERROR | > | xyzzy | #ERROR | > | another | #ERROR | > > #+TBLFM: $2='(org-sbe scramble-string

Re: [O] Agenda broken after update to 9.1

2017-09-06 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > I have just updated to 9.1 from whatever version was current on ELPA > last week. When I noe try to generate the agenda I get the following > error: > > Press key for agenda command: > org-agenda-list: Wrong type argument: listp, #("" 0 16 >

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
Nicolas Goaziou writes: > Hello, > > Frederick Giasson writes: > >> Now, if I put a string in the format column, I al getting the following: >> >> >> >> #+NAME: average-dataset-size >> #+BEGIN_SRC clojure :var f="turtle" :exports none :results value >> (identity f) #+END_SR

Re: [O] Agenda broken after update to 9.1

2017-09-06 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have just updated to 9.1 from whatever version was current on ELPA > last week. When I noe try to generate the agenda I get the following > error: > > Press key for agenda command: > org-agenda-list: Wrong type argument: listp, #("" 0 16 >

[O] Agenda broken after update to 9.1

2017-09-06 Thread Loris Bennett
Hi, I have just updated to 9.1 from whatever version was current on ELPA last week. When I noe try to generate the agenda I get the following error: Press key for agenda command: org-agenda-list: Wrong type argument: listp, #("" 0 16 (org-heading t)) Any ideas what the prob

Re: [O] Release 9.1

2017-09-06 Thread Jonas Bernoulli
> Org-mode 9.1 is out! Congratulations!

Re: [O] [RFC] Shrink columns dynamically

2017-09-06 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I made some final changes to "hide-table-column" branch: > > - Now C-u C-c TAB shrink columns with a width cookie and expands the > others; > > - When point is before the first column or after the last one, C-c TAB > asks for columns ranges; > > - I added d

Re: [O] setting local variables

2017-09-06 Thread Nicolas Goaziou
Rasmus writes: > I could not get it to work. I tried stuff like "[[(org) Tables]]", > "[[*(org) Tables]]" and , [[texinfo:(org) tables]]. You are talking about a special case for cross-referencing (which could include internal reference, URL referencess). This is the job of "org-info.el": [[

Re: [O] setting local variables

2017-09-06 Thread Rasmus
Hi, Nicolas Goaziou writes: > Rasmus writes: > >> Eric Abrahamsen writes: >> >>> The only real problem I encountered was that links to external Info >>> manuals did not export correctly, and couldn't be followed. I gave up on >>> learning the exact syntax of texinfo's @[px]ref commands because

Re: [O] [PATCH] Update statistic cookies when archiving

2017-09-06 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Done. Applied. Thank you! > > I'm not sure if I did the tests 'correctly' though. I placed them in > test-org-element.el since there was a little bit of archive based > testing there, is there a better place to put them? I couldn't find any > file for org-archive test

Re: [O] [PATCH] Fix table variable with commas in ob-sqlite

2017-09-06 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > ob-sqlite.el: Enable table with fields containing commas to be used as > arguments to sqlite source blocks > > * lisp/ob-sqlite.el: Stop interfering with the 'orgtbl-to-csv' default > formatting. > > * testing/lisp/test-ob-sqlite.el:: Adds a test using a table

Re: [O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-09-06 Thread Nicolas Goaziou
Hello, Adam Porter writes: > Here is another patch series with the requested changes. Applied. Thank you! If you feel like it, some tests in "test-org-agenda.el" would be nice, too. Regards, -- Nicolas Goaziou

Re: [O] link recognition in orgmode

2017-09-06 Thread Nicolas Goaziou
Hello, John Kitchin writes: > The reason this came up is related to restructured text in a src block > docstring. For example, using > http://sphinxcontrib-bibtex.readthedocs.io/en/latest/usage.html#roles-and-directives, > one can write: "See :cite:`1987:nelson` for an introduction to > non-stan

Re: [O] setting local variables

2017-09-06 Thread Nicolas Goaziou
Hello, Rasmus writes: > Eric Abrahamsen writes: > >> The only real problem I encountered was that links to external Info >> manuals did not export correctly, and couldn't be followed. I gave up on >> learning the exact syntax of texinfo's @[px]ref commands because it was >> dinnertime, but I ca

Re: [O] Release 9.1

2017-09-06 Thread Rasmus
Bastien writes: > Org-mode 9.1 is out! > > http://orgmode.org/Changes.html Great news! Thank you Nicolas, Kyle, Marco, Bastien, Kaushal, Achim and other code- and mailing list contributors. Rasmus -- Summon the Mothership!

Re: [O] setting local variables

2017-09-06 Thread Rasmus
Eric Abrahamsen writes: > The only real problem I encountered was that links to external Info > manuals did not export correctly, and couldn't be followed. I gave up on > learning the exact syntax of texinfo's @[px]ref commands because it was > dinnertime, but I can figure out what went wrong and

[O] Release 9.1

2017-09-06 Thread Bastien
Hi all, Org-mode 9.1 is out! http://orgmode.org/Changes.html Enjoy, -- Bastien

Re: [O] directory from which attachments are taken

2017-09-06 Thread Rasmus
kevinbanjo writes: > I'm downloading files into my "~/Downloads" directory and attaching them to > an org file in "~/Private/org" and every time it tries to look in the > latter for the attachment and I have to navigate back to the former. Is > there a setting where I can direct it where to init