On Sat, 06-02-2016, at 19:03, cschr wrote:
> Thanks Ramon and Eric
>
> Are you using custom agenda views ? Someone wrote on the web that this
Not that I am aware of. Where would I have done that (so I can check)?
> is required - is he right ?
>
> Chris
>
> -Original Message-
> From:
Hi there,
I found google-contacts which can download my contacts from google and
save it as org-contact. But ist there anything like org-caldav-sync
(where I really sync google calender very well) with the org-concats?
In my case I have Project specific contacts in different org files (one
per p
I cannot get archiving to work as expected.
Example:
With the cursor on
* DONE Werk aan die normalisering van skrywers
CLOSED: [2015-10-13 Di 07:50]
:PROPERTIES:
:ID: d48a7607-0a66-42a6-8819-b98be5f612aa
:END:
and
#+ARCHIVE: %s_done::
in the file
Then I did C-c $
As a result,
* ob-sql.el (org-babel-execute:sql): fix typo (introduced in 8c2e232)
which prevented correct parsing of mysql table headers.
---
lisp/ob-sql.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 724f7c6..6488afe 100644
--- a/lisp/ob-sql.el
++
Hi,
somehow pabbrev mode doesn't work anymore with org, since I use org from
elpa.
after loading org, pabbrev is a minor mode, as indicated in the
modeline.
However runs the command org-cycle instead of
pabbrev-expand-maybe.
So I wrote the following functions:
(defun org-cycle-or-pabbr
On Tuesday, 9 Feb 2016 at 15:43, orgmode wrote:
> Hi,
>
> somehow pabbrev mode doesn't work anymore with org, since I use org
> from elpa.
>
> after loading org, pabbrev is a minor mode, as indicated in the
> modeline.
>
> However runs the command org-cycle instead of
> pabbrev-expand-maybe.
In
On Saturday, 6 Feb 2016 at 19:03, cschr wrote:
> Thanks Ramon and Eric
>
> Are you using custom agenda views ? Someone wrote on the web that
> this is required - is he right ?
I am using some custom views but not sure if this is necessary for
calendar synchronisation. It should be easy enough t
Johann Spies writes:
[...]
> org-archive-subtree: Symbol's function definition is void: outline-show-all
In (what will be) Emacs 25.1, outline.el functions were moved under the
"outline-" prefix. For older versions, org-compat.el defines an alias
with that prefix, so outline-show-all should no
The #+BEGIN_LaTeX... #+END_LaTeX has been deprecated in favor of
#+BEGIN_EXPORT latex ... #+END_EXPORT. I have however a lot of older org
files that I will need to export again. I can manually change the
blocks but I was wondering if some automatic conversion function has
been implemented.
Julien.
Hi List,
just out of curiosity, a few functions in org-element.el contain _ in
their parameter list, but its not used in the body.
What does it stand for?
--
cheers,
Thorsten
Trying to figure out how to switch buffers when visiting an entry given an
ID in Elisp. To elaborate:
http://stackoverflow.com/questions/35299171/org-mode-elisp-how-does-one-switch-the-buffer-when-using-an-id-to-visit-an-en
Does anyone have an answer for this?
I guess it is a required signature for the function (i.e. some other
function will call it with some argument), and _ indicates it is not
used in the body. If you were to give it the arg a name, then checkdoc
would complain about it not being in the docstring.
Thorsten Jolitz writes:
> Hi List,
>
I posted this answer on SO:
(defun open-id (id)
(org-id-goto id)
(message "%s" (current-buffer)))
It seems to do what you want.
Alan Parker Lue writes:
> Trying to figure out how to switch buffers when visiting an entry given an
> ID in Elisp. To elaborate:
>
> http://stackoverflow.com/ques
Erik Hetzner writes:
> Sorry - I misunderstood how `org-test-for-executable' works. I’ll fix the
> issue.
Thanks.
> As for the rm -rf, it does not work in the way you suggest, at least on ubuntu
> GNU/Linux. Here is the result I get locally without the chmod:
For pete's sake, what are the permi
That's perfect, thanks!
On Tuesday, February 9, 2016, John Kitchin wrote:
> I posted this answer on SO:
>
> (defun open-id (id)
> (org-id-goto id)
> (message "%s" (current-buffer)))
>
> It seems to do what you want.
>
> Alan Parker Lue writes:
>
> > Trying to figure out how to switch buffers
Hello,
Damien Cassou writes:
> Then, I quit Emacs, I remove all .elc files, then I launch Emacs again and
>
> - M-x toggle-debug-on-error
> - open an empty org file, try to export to .odt, and get
>
> OpenDocument export failed: Buffer is read-only: #
I cannot reproduce it.
> - now, if I a
Hi Achim,
On Tue, 09 Feb 2016 11:40:54 -0800,
Achim Gratz wrote:
>
> Erik Hetzner writes:
> > Sorry - I misunderstood how `org-test-for-executable' works. I’ll fix the
> > issue.
>
> Thanks.
>
> > As for the rm -rf, it does not work in the way you suggest, at least on
> > ubuntu
> > GNU/Linux.
Hello,
Gary Oberbrunner writes:
> * ob-sql.el (org-babel-execute:sql): fix typo (introduced in 8c2e232)
> which prevented correct parsing of mysql table headers.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Erik Hetzner writes:
> Here are the permissions:
>
> 0755 /tmp/tmp-orgtest/
> 0700 /tmp/tmp-orgtest/org-annex-test19785b6F/
> 0775 /tmp/tmp-orgtest/org-annex-test19785b6F/.git/
> 0775 /tmp/tmp-orgtest/org-annex-test19785b6F/.git/annex/
> 0775 /tmp/tmp-orgtest/org-annex-test19785b6F/.git/annex/objec
Hello Julien,
Julien Cubizolles writes:
> The #+BEGIN_LaTeX... #+END_LaTeX has been deprecated in favor of
> #+BEGIN_EXPORT latex ... #+END_EXPORT. I have however a lot of older org
> files that I will need to export again. I can manually change the
> blocks but I was wondering if some automatic
Check out this announcement email about the syntax change:
https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html
It has a snippet to convert the old syntax files to new syntax.
--
Kaushal Modi
On Feb 9, 2016 6:45 PM, "Myles English" wrote:
> Hello Julien,
>
> Julien Cubizolles
21 matches
Mail list logo