[O] Again - Unable to filter agenda to show only non-tagged items

2016-01-22 Thread sgeorgii .
Hello!

This was already discussed:

https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html

And I believe was addressed back then.

So I could just press  without entering any filter value and get my
agenda filtered to show only empty tags.

Unfortunately with release 20160118 or Org I get wrong result with this - I
just get all the item without any filtering at all.

So I have to resort back to entering   -{.}  as filtering criteria to only
see items in agenda which have no tags assigned to them.

Not very intuitive, don't you think?

Could this please be fixed back? To work as it used to work:
https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html


Re: [O] Again - Unable to filter agenda to show only non-tagged items

2016-01-22 Thread sgeorgii .
Update: with org-mode 20160118 I am getting error:

Press key for agenda command (unrestricted):
Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
org-agenda-filter-make-matcher: Args out of range: "", 0, 1



On 22 January 2016 at 13:03, sgeorgii .  wrote:

> Hello!
>
> This was already discussed:
>
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html
>
> And I believe was addressed back then.
>
> So I could just press  without entering any filter value and get my
> agenda filtered to show only empty tags.
>
> Unfortunately with release 20160118 or Org I get wrong result with this -
> I just get all the item without any filtering at all.
>
> So I have to resort back to entering   -{.}  as filtering criteria to only
> see items in agenda which have no tags assigned to them.
>
> Not very intuitive, don't you think?
>
> Could this please be fixed back? To work as it used to work:
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html
>


Re: [O] Again - Unable to filter agenda to show only non-tagged items

2016-01-22 Thread Kyle Meyer
Hello,

"sgeorgii ."  writes:

> Update: with org-mode 20160118 I am getting error:
>
> Press key for agenda command (unrestricted):
> Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
> org-agenda-filter-make-matcher: Args out of range: "", 0, 1

I'm not able to reproduce this on release_8.3.3-475-g58af2e0.

With emacs -Q and

--8<---cut here---start->8---
* no tag
DEADLINE: <2016-01-22 Fri>

* one  :atag:
DEADLINE: <2016-01-22 Fri>


* two  :btag:
DEADLINE: <2016-01-22 Fri>
--8<---cut here---end--->8---

set as my agenda file, pressing "/" or "/" in the
agenda filters to the no tag heading.

--
Kyle



[O] is orgmode.org's git repo down?

2016-01-22 Thread Gary Oberbrunner
I can't clone the repo, I get this error:
% git clone git://orgmode.org/org-mode.git
fatal: read error: Connection reset by peer

Is it just me?

-- 
Gary


Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Nick Dokos
Gary Oberbrunner  writes:

> I can't clone the repo, I get this error:
> % git clone git://orgmode.org/org-mode.git
> fatal: read error: Connection reset by peer
>
> Is it just me?
>

No - I get:

$ git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin

--
Nick





Re: [O] [RFC] Change \[..\] and $$...$$ into elements

2016-01-22 Thread Ethan Ligon
Rasmus  gmx.us> writes:

> 
> Nicolas Goaziou  nicolasgoaziou.fr> writes:
> 
> > Hello,
> >
> > Rasmus  gmx.us> writes:
> >
> >> What's wrong with equation (potentially coupled with mathtools for
> >> handling numbering automatically)?  Is it worth breaking old documents
> >> (irrespective of org-lint) for this inconvenience?
> >
> > Actually, the idea behind this patch is to mimic the expected LaTeX
> > behaviour,i.e., treat \[..\] as an equivalent
> > to \begin{equation*}...\end{equation*}.
> >
> > This was requested at least once before, so I guess it may make sense 
to
> > follow the path of least surprise.
> 
> And I'm saying that people should just write:
> 
>  #+latex_header: \usepackage{mathtools} \mathtoolsset{showonlyrefs}
>  aaa
>  \begin{equation}
>  bbb
>  \end{equation}
>  ccc
> 
> Org isn't LaTeX and there’s no difference in the output from \[⋯\]
> and \begin{equation*}⋯\end{equation*} or the above.
> 
> Nonetheless, I don't feel strongly about the (non)issue so if this
> behavior is better, somehow, go for it.
> 
> Rasmus
> 

At the risk of sounding flip, I've gotta say that the question of whether
#+begin_example
aaa
\[
bbb
\]
ccc
#+end_example

is "somehow better" than

#+begin_example
#+latex_header: \usepackage{mathtools} \mathtoolsset{showonlyrefs}
aaa
\begin{equation}
bbb
\end{equation}
ccc
#+end_example

sort of answers itself.  It's not so much that we must make Org mimic 
LaTeX; it's that people actually use Org to compose documents with 
equations, and making this easier and simpler is a good thing.

-Ethan

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Jacob MacDonald
> Is it just me?-- Gary

Nope. Thirding this. repo.or.cz mirror works.

Jacob.




Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
On Fri, 22 Jan 2016 13:56:20 -0500
Gary Oberbrunner  wrote:

> I can't clone the repo, I get this error:
> % git clone git://orgmode.org/org-mode.git
> fatal: read error: Connection reset by peer
> 
> Is it just me?
> 

Is your public key registered on the server?

If not, please use 

 git clone http://orgmode.org/org-mode.git

Best regards
Robert



Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
Hi,

On Fri, 22 Jan 2016 14:09:44 -0500
Nick Dokos  wrote:

> Gary Oberbrunner  writes:
> 
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Connection reset by peer
> >
> > Is it just me?
> >  
> 
> No - I get:
> 
> $ git remote update
> Fetching origin
> fatal: read error: Connection reset by peer
> error: Could not fetch origin
> 


I restarted the git daemon.  Does it work now?

Best regards
Robert



Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Charles Millar


On 01/22/2016 04:19 PM, Robert H. Klein wrote:

On Fri, 22 Jan 2016 13:56:20 -0500
Gary Oberbrunner  wrote:


I can't clone the repo, I get this error:
% git clone git://orgmode.org/org-mode.git
fatal: read error: Connection reset by peer

Is it just me?


Is your public key registered on the server?

If not, please use

  git clone http://orgmode.org/org-mode.git

Best regards
Robert



I encountered this early today as well and failed  and still can't update

rm -f
git checkout
Your branch is up-to-date with 'origin/master'.
git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
mk/targets.mk:111: recipe for target 'up0' failed
make: *** [up0] Error 1
t

Charlie Millar



Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
Hi,

On Fri, 22 Jan 2016 22:19:12 +0100
"Robert H. Klein"  wrote:

> On Fri, 22 Jan 2016 13:56:20 -0500
> Gary Oberbrunner  wrote:
> 
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Connection reset by peer
> > 
> > Is it just me?
> >   
> 
> Is your public key registered on the server?

Please forget I said the above.

Cloning via http works, though.  Cloning via git still has issues.

> 
> If not, please use 
> 
>  git clone http://orgmode.org/org-mode.git
> 




Re: [O] Bug: [PATCH] Tiny timezone bug in ox-icalendar [8.3.3 (release_8.3.3-2-g6bc48c @ /home/rwl/src/org-mode/lisp/)]

2016-01-22 Thread Nicolas Goaziou
Hello,

Richard Lawrence  writes:

> I finally got annoyed enough to debug a problem with the timezone field
> in the .ics export of my agenda.
>
> Turns out the problem was simple: org-icalendar--vcalendar was being
> called with the wrong argument order in
> org-icalendar-export-current-agenda, so the timezone was going into the
> description field rather than the timezone field.
>
> Here's a patch that fixes that.  Note that it should be applied to
> maint.  I did not generate a commit against master, but I can if need
> be.

Applied. Thank you.


Regards,


-- 
Nicolas Goaziou



Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Nick Dokos
"Robert H. Klein"  writes:

> Hi,
>
> On Fri, 22 Jan 2016 14:09:44 -0500
> Nick Dokos  wrote:
>
>> Gary Oberbrunner  writes:
>> 
>> > I can't clone the repo, I get this error:
>> > % git clone git://orgmode.org/org-mode.git
>> > fatal: read error: Connection reset by peer
>> >
>> > Is it just me?
>> >  
>> 
>> No - I get:
>> 
>> $ git remote update
>> Fetching origin
>> fatal: read error: Connection reset by peer
>> error: Could not fetch origin
>> 
>
>
> I restarted the git daemon.  Does it work now?
>

No - but the error is different now either when cloning
anew:

$ git clone git://orgmode.org/org-mode.git
Cloning into 'org-mode'...
fatal: unable to connect to orgmode.org:
orgmode.org[0: 104.239.132.130]: errno=Connection refused

or trying to update the existing repo:

$ git remote update
Fetching origin
fatal: unable to connect to orgmode.org:
orgmode.org[0: 104.239.132.130]: errno=Connection refused

error: Could not fetch origin

--
Nick





Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Gary Oberbrunner
Restarting didn't make git: work, but now http: does. Thanks!

On Fri, Jan 22, 2016 at 5:29 PM, Nick Dokos  wrote:

> "Robert H. Klein"  writes:
>
> > Hi,
> >
> > On Fri, 22 Jan 2016 14:09:44 -0500
> > Nick Dokos  wrote:
> >
> >> Gary Oberbrunner  writes:
> >>
> >> > I can't clone the repo, I get this error:
> >> > % git clone git://orgmode.org/org-mode.git
> >> > fatal: read error: Connection reset by peer
> >> >
> >> > Is it just me?
> >> >
> >>
> >> No - I get:
> >>
> >> $ git remote update
> >> Fetching origin
> >> fatal: read error: Connection reset by peer
> >> error: Could not fetch origin
> >>
> >
> >
> > I restarted the git daemon.  Does it work now?
> >
>
> No - but the error is different now either when cloning
> anew:
>
> $ git clone git://orgmode.org/org-mode.git
> Cloning into 'org-mode'...
> fatal: unable to connect to orgmode.org:
> orgmode.org[0: 104.239.132.130]: errno=Connection refused
>
> or trying to update the existing repo:
>
> $ git remote update
> Fetching origin
> fatal: unable to connect to orgmode.org:
> orgmode.org[0: 104.239.132.130]: errno=Connection refused
>
> error: Could not fetch origin
>
> --
> Nick
>
>
>
>


-- 
Gary


[O] void-function outline-show-all?

2016-01-22 Thread Gary Oberbrunner
I'm running emacs 25.0.50.1 (2014-12-10 nightly) with latest org-mode (now
that git's working again) on Windows 7.

I have org-startup-folded set to nil (show everything). When I visit an
org-mode file, I get an error in org-set-startup-visibility saying
"void-function outline-show-all" and sure enough I have no such function.
(This is lisp/org.el:6950.)

This happens even with emacs -Q -L . Any ideas?

If it helps, the outline-mode.el I'm using is packaged with emacs, and has
a "show-all" function but no "outline-show-all".

-- 
Gary


Re: [O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-22 Thread Andreas
Thanks for your answer Kyle,

Good that you pointed me to ob-julia, was unsure that that was the correct
venue to take for a contrib package.
I posted an issue there and ones I got the changelog you posted I tried the
following change
from
(mapcar #'cdr (org-babel-get-header params :var))
to
(mapcar #'cdr (org-babel--get-vars params))

This seems to works for my setup.

regards
Andreas

2016-01-22 0:28 GMT+01:00 Kyle Meyer :

> Hi Andreas,
>
> Andreas  writes:
>
> > Hi list,
> > I was hoping to get some help with this issue
> >
> > I use:
> > Org-mode version 8.3.3 (release_8.3.3-468-gf3f4b2)
> > GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of
> 2016-01-17
> > ess-version: 15.09-2 patched [git:
> 6d05ba7c89371764c43e30a436d7166417cabd4d]
> > julia version 0.4.2
> >
> > I'm trying to execute julia code src blocks but have come across a
> problem.
> >
> > When trying to do C-c C-c in the src block emacs complain about an
> > undefined function org-babel-get-header.
>
> org-babel-get-header was removed in 0d000f5 (babel: small change in API,
> 2015-10-29) and has the following NEWS entry:
>
> *** ~org-babel-get-header~ is removed.
> Use ~org-babel--get-vars~ or ~assq~ instead, as applicable.
>
> However, ob-julia, along with several other packages in contrib, still
> use org-babel-get-header.
>
> > I think I have tracked down the error to ob-julia where
> org-babel-get-header
> > is used.
> > I found a reference to a similar problem for ob-html package here:
> > https://github.com/zweifisch/ob-http/issues/12
> > I tried to edit the ob-julia file based on that fix but failed to make it
> > work.
>
> I think something like the fix at that link should work.  What did you
> try and how did it fail?
>
> Also, perhaps it's worth raising the issue here:
>
> https://github.com/gjkerns/ob-julia
>
> --
> Kyle
>


[O] ob-stan.el is empty.

2016-01-22 Thread Toshiaki Ara
I use org-20160118 (ELPA).

However, an error occurred when "(require 'ob-stan)" was executed.
because lisp/ob-stan.el is empty (0 byte).

The file in org-mode repository is right.
(http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/ob-stan.el) 

Toshiaki Ara



[O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-22 Thread Xebar Saram
Hi all

Was wondering about input regarding having all my orgmode files on a remote
server and editing from there?

I keep syncing (via git,unison etc) all my org files all the time between 4
machines and i just had enough :) im not (and probably never will be)
disciplined enough to properly save and close all my 100's of buffer before
i leave each machine each time and im always faced with conflict/merging
hell..

I was thinking of putting all my org file in one of these cloud servers and
access the files directly and edit them there from any machine..is that a
silly though?

i dont have any real privacy concerns in my files (i use another system for
sensitive info) so that shouldn't be a concern

I would love to hear everyone's thoughts, and if they have a magic
git/unison solution for idiots like me id also welcome that ;-)

thx alot in advance

Z