Re: [O] Working on iPad Pro

2016-01-31 Thread Ido Magal
The issue with the smart keyboard is that it does not have an ESC key. >> On Jan 31, 2016, at 09:54, John Hendy wrote: >> >>> On Sun, Jan 31, 2016 at 11:52 AM, John Hendy wrote: >>> On Sun, Jan 31, 2016 at 11:27 AM, Peter Davis

Re: [O] Working on iPad Pro

2016-01-31 Thread Peter Davis
Thanks for the input, all. I did discover after posting this that vSSH has a setting to make 'Alt' act as the meta key. The Apple Smart Keyboard Cover doesn't actually have an Alt key, but ... lo and behold ... it works with the Option key! This is great for me, since it's the same key I use

Re: [O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-01-31 Thread Nicolas Goaziou
Hello, Matt Moriarity writes: > If I include a #+TITLE: directive at the top of my Org file, when I try > to export it to HTML or markdown, I get an error: > > apply: Wrong type argument: listp, #("Guide" 0 5 (:parent (#0))) > > Removing the #+TITLE seems to make

Re: [O] Bug: org-activate-plain-links assumes that 'face is a list [8.3.3 (8.3.3-26-ge92a06-elpa @ /home/clement/.emacs.d/elpa/org-20160125/)]

2016-01-31 Thread Nicolas Goaziou
Hello, Clément Pit--Claudel writes: > Updating org a few days ago broke syntax highlighting. The function > org-activate-plain-links has this snippet: > > (memq 'org-tag > (get-text-property > (max (1- (match-beginning 0)) (point-min)) 'face)) > >

Re: [O] Bug: wrong-type-argument listp org-level-2 [8.3.3 (8.3.3-26-ge92a06-elpa @ /home/manuel/.emacs.d/elpa/org-20160125/)]

2016-01-31 Thread Nicolas Goaziou
Hello, Manuel Uberti writes: > using latest Org, I get this error whenever I have a link (file: or > http:) as a heading. > > Debugger entered--Lisp error: (wrong-type-argument listp org-level-2) > org-activate-plain-links(2510) >

Re: [O] Bug: org-babel-tangle fails with :comments org [8.3beta (release_8.3beta-1286-g20795f @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2016-01-31 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > I used the following org-mode document: > > #+PROPERTY: header-args:R :tangle yes :comments org > > * Test > > Text for testing. > > #+BEGIN_SRC R > message(1) > #+END_SRC > > #+BEGIN_SRC R > message(2) >

Re: [O] asymptote evaluation

2016-01-31 Thread Nicolas Goaziou
Hello, Jan-Mark Batke writes: > using a source block of asymptote code I found that the global eval > property is silently ignored, e.g. despite the fact that > > #+property: :eval no-export The syntax is #+property: header-args :eval no-export Regards, --

Re: [O] [babel] is there a chance to split arguments in src block calls or noweb syntax

2016-01-31 Thread Charles C. Berry
On Sun, 31 Jan 2016, O.Hamann wrote: Hi all, Splitting header arguments for source blocks into different lines works very fine, (and leads one to put more and more args in the header... ) Is there a chance or trick to do similarly when calling such src blocks? Somehow like in shell scripts

[O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-01-31 Thread Matt Moriarity
If I include a #+TITLE: directive at the top of my Org file, when I try to export it to HTML or markdown, I get an error: apply: Wrong type argument: listp, #("Guide" 0 5 (:parent (#0))) Removing the #+TITLE seems to make everything ok. It seems like this should not be an issue, but I’m

[O] org-mac-link: add "M" option to include Mail content inline.

2016-01-31 Thread Stacey Marshall
I have been using this addition to org-mac-link for a while so thought it was about time I shared it with the org-mode community. https://github.com/alls0rts/org-mode/tree/org-mac-link It could do with some additional options added, such as not backgrounding Mail. And perhaps a catch for

[O] org mode unavailable in GNU's (and org's) archives

2016-01-31 Thread Ujjwal Pandey
Hello, I can't find the org package in the package lists. I have both the gnu and org archives added to my list of package archives. Earlier today I could still see org in the list of packages under both gnu and org archive. However, I had noticed that the package was marked obsolete under gnu

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

2016-01-31 Thread Eric Brown
Xebar Saram writes: 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

[O] Help

2016-01-31 Thread Heartsayer
> On Jan 31, 2016, at 10:00, emacs-orgmode-requ...@gnu.org wrote: > > Send Emacs-orgmode mailing list submissions to >emacs-orgmode@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit >https://lists.gnu.org/mailman/listinfo/emacs-orgmode > or, via email, send a

Re: [O] elpa/org-plus-contrib-20160111 problem(with fix)

2016-01-31 Thread Nicolas Goaziou
Hello, Mike Brown writes: > I wasn't sure who to send this to. > > I was getting 2 errors: > An element cannot be parsed line XX # When filling text (fill-paragraph) > undefined org-clock-line-re # when editing \C-' #+BEGIN_SRC > > Because of

Re: [O] Bug: Time called when org-element--cache-sync-keys is nil [8.3.3 (8.3.3-elpa @ /home/mah/.emacs.d/elpa/org-20160108/)]

2016-01-31 Thread Nicolas Goaziou
Hello, "Mark A. Hershberger" writes: > When I open begin to write an email using mu4e, I get an error > complaining that clrhash wants a hash-table and got nil. > > Patch that fixes this: > > diff --git a/lisp/org-element.el b/lisp/org-element.el > index f407578..0941468

Re: [O] Working on iPad Pro

2016-01-31 Thread John Hendy
On Sun, Jan 31, 2016 at 11:52 AM, John Hendy wrote: > On Sun, Jan 31, 2016 at 11:27 AM, Peter Davis wrote: >> >> >> I've been using org-mode for a few years, mainly for writing blog posts and >> documents, and, to a lesser extent, for keeping track of

Re: [O] org-agenda-filter-by-tag-refine defaults to exclude

2016-01-31 Thread Gustav Wikström
Hi Viktor, Kyle Fair enough. I’m not attached to the refine-function at all. If you like to have it removed, then remove it, unless others are of different opinion ofc. The functionality is fairly complex, so removing the keybinding might make it seem less complicated. /G From: Viktor

[O] Bug: Ampersand is not replaced in URLs in html export [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2016-01-31 Thread mail
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.

[O] asymptote evaluation

2016-01-31 Thread Jan-Mark Batke
Hi list, using a source block of asymptote code I found that the global eval property is silently ignored, e.g. despite the fact that #+property: :eval no-export is set in document asymptote blocks want to get evaluated while exporting. I can get along with (eval-after-load 'ob-asymptote

Re: [O] Adjust Keywords

2016-01-31 Thread Michael Strey
(org-align-all-tags) -- Michael Strey http://www.strey.biz * https://twitter.com/michaelstrey

[O] Bug: org-babel-tangle fails with :comments org [8.3beta (release_8.3beta-1286-g20795f @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2016-01-31 Thread Titus von der Malsburg
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] Problem with org-babel-detangle

2016-01-31 Thread Titus von der Malsburg
Thanks for looking into it. Detangling seems to work now but there is one problem left: If I open the org-buffer and the tangled files side by side, and then detangle, both windows show the org-buffer afterwards. I think detangling should leave the buffers alone. Perhaps there is a misplaced

[O] Problem with src blocks line numbers when generating PDF output using latex listings.

2016-01-31 Thread P-O Gustafsson
Hello, I ran into what I think is a bug in ox-latex.el. I tried to generate a PDF document that contains the source code for two files. The first file is split into two src block snippets and I used the switches '-n' and '+n' to have the line numbering starting in the first snippet and continue

[O] [ox-html] Why are dedicated targets automatically renamed?

2016-01-31 Thread Sébastien Brisard
Hi, I have noticed that org-mode now renames dedicated targets. More precisely, the following org file = beginning of a.org = - <>Item 1 - <>Item 2 = end of a.org = gets exported to html as = beginning of a.html (extract) = Item 1 Item 2 Author: Sébastien

[O] Bug: Time called when org-element--cache-sync-keys is nil [8.3.3 (8.3.3-elpa @ /home/mah/.emacs.d/elpa/org-20160108/)]

2016-01-31 Thread Mark A. Hershberger
When I open begin to write an email using mu4e, I get an error complaining that clrhash wants a hash-table and got nil. Patch that fixes this: diff --git a/lisp/org-element.el b/lisp/org-element.el index f407578..0941468 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -5055,7

[O] a problem about insert link

2016-01-31 Thread mails
how to set the link in org-mode ? like [[/her.mp3][her]], but export to html it is her, but I want her if I use [[file:her.mp3][her]] it generate not "/her.mp3" and can I use target="_blank" in it ?

[O] bug#22399: org-mode fontification

2016-01-31 Thread Phillip Lord
Rasmus writes: > Hi Phillip, > > Thanks for your report. > > phillip.l...@russet.org.uk (Phillip Lord) writes: > >> On emacs-25 ox-html, line 1847, org-html-fontify-code does this... >> >> (setq code (with-temp-buffer >> ;; Switch to language-specific mode. >>

Re: [O] Bug: Ampersand is not replaced in URLs in html export [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2016-01-31 Thread Nicolas Goaziou
Hello, m...@fritzreichwald.de writes: > I write down some notes including URLs like this one: > > http://www.reichelt.de/Drehschalter/DS-3/3/index.html?=7217 > > afterwards I do C-c C-e h h to export my notes to an html-file. > > I expect that the & is replaced by . > > But it's not replaced. >

Re: [O] Problem with org-babel-detangle

2016-01-31 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > I tangeled the following org-mode file: > > #+BEGIN_SRC R :tangle /tmp/test.R :comments link > 1 + 2 > #+END_SRC > > #+BEGIN_SRC R :tangle /tmp/test.R :comments link > 3 + 4 > #+END_SRC > > The result was: > > ##

[O] buglet in org-babel-expand-body:R ?

2016-01-31 Thread Charles C. Berry
org-babel-expand-body:R has this arglist: (body params ) which seems to work OK. But edebug does not like it. The error message is: edebug-syntax-error: Invalid read syntax: "Failed matching"... when I try to instrument the function. Unless somebody can point me toward a

[O] Bug: Ampersand is not replaced in URLs in html export [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2016-01-31 Thread mail
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.

[O] Bug: wrong-type-argument listp org-level-2 [8.3.3 (8.3.3-26-ge92a06-elpa @ /home/manuel/.emacs.d/elpa/org-20160125/)]

2016-01-31 Thread Manuel Uberti
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] Use of deprecated org-log-note-marker variable in outshine

2016-01-31 Thread Nicolas Richard
Nicolas Goaziou writes: > Actually, it was a mistake to remove the variable in the first place. As > a consequence, I re-introduced it in master. > > However, it doesn't store the same location as before, i.e., it merely > points to the entry where the note is going to be

[O] Bug: Clocktable does not count columns for properties when using :formula % [8.3.3 (8.3.3-elpaplus @ /home/fvaresi/.emacs.d/elpa/org-plus-contrib-20160108/)]

2016-01-31 Thread Fernando Varesi
Hi there! Let me first introduce a test case. Example content: === * DONE Task A :tag1: CLOCK: [2016-01-09 Sat 04:36]--[2016-01-09 Sat 05:20] => 0:44 * DONE Task B :tag2: CLOCK:

[O] Bug: org-activate-plain-links assumes that 'face is a list [8.3.3 (8.3.3-26-ge92a06-elpa @ /home/clement/.emacs.d/elpa/org-20160125/)]

2016-01-31 Thread Clément Pit--Claudel
Hi all, Updating org a few days ago broke syntax highlighting. The function org-activate-plain-links has this snippet: (memq 'org-tag (get-text-property (max (1- (match-beginning 0)) (point-min)) 'face)) However, the text property that gets returned on my machine is

[O] elpa/org-plus-contrib-20160111 problem(with fix)

2016-01-31 Thread Mike Brown
I wasn't sure who to send this to. I was getting 2 errors: An element cannot be parsed line XX # When filling text (fill-paragraph) undefined org-clock-line-re # when editing \C-' #+BEGIN_SRC Because of ~/.emacs.d/elpa/org-plus-contrib-20160111/ (and prev version) To fix it I edited

[O] Working on iPad Pro

2016-01-31 Thread Peter Davis
I've been using org-mode for a few years, mainly for writing blog posts and documents, and, to a lesser extent, for keeping track of TODO items, etc. I barely scratch the surface of what org-mode can do, and I keep learning new bits incrementally, largely by reading this list. I'm now

Re: [O] Working on iPad Pro

2016-01-31 Thread John Hendy
On Sun, Jan 31, 2016 at 11:27 AM, Peter Davis wrote: > > > I've been using org-mode for a few years, mainly for writing blog posts and > documents, and, to a lesser extent, for keeping track of TODO items, etc. I > barely scratch the surface of what org-mode can do, and I

Re: [O] Working on iPad Pro

2016-01-31 Thread Ido Magal
I'm in the same boat. The ios app Serverauditor is the only one I've found (of many tested) that sends Alt as Meta. You'll want to use the Homebrew color scheme otherwise the cursor is invisible. (Would be too easy if it didn't require any troubleshooting, right?) Unfortunately C-c comes

Re: [O] Bug: org-babel-tangle fails with :comments org [8.3beta (release_8.3beta-1286-g20795f @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2016-01-31 Thread Titus von der Malsburg
There were apparently bad characters in the backtrace. Sorry about that. Below it is again, plus my org config. Debugger entered--Lisp error: (error "Nothing to comment") signal(error ("Nothing to comment")) error("Nothing to comment") comment-region-default(1 3 nil) comment-region(1

Re: [O] Problem with src blocks line numbers when generating PDF output using latex listings.

2016-01-31 Thread Nicolas Goaziou
Hello, P-O Gustafsson writes: > I ran into what I think is a bug in ox-latex.el. I tried to generate a PDF > document that contains the source code for two files. The first file is > split into two src block snippets and I used the switches '-n' and '+n' to > have the line

[O] Adjust Keywords

2016-01-31 Thread Martin
Hi there. I don't know why, but sometimes the Keywords which are ragged right are not in line anymore. Is there a way to put them all in the correct position as if I would do C-c C-c RET on the header in all the lines? Thanks, Martin -- Lösungen statt Diagnosen

Re: [O] [ox-html] Why are dedicated targets automatically renamed?

2016-01-31 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > I have noticed that org-mode now renames dedicated targets. More > precisely, the following org file > > = beginning of a.org = > - <>Item 1 > - <>Item 2 > = end of a.org = > > gets exported to html as > > =

Re: [O] Use of deprecated org-log-note-marker variable in outshine

2016-01-31 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > Did you consider renaming it, in the case some code relies on it ? I don't consider it worth the hassle to rename internal variables whenever we change their value. >> (with-current-buffer (marker-buffer org-log-note-marker) >>

Re: [O] org-player and switch to lexical binding in org.el

2016-01-31 Thread Michael Brand
Hi Nicolas and Paul On Sun, Jan 31, 2016 at 12:30 AM, Nicolas Goaziou wrote: > Michael Brand writes: > >> Only slowly I begin to get it partially. My observation is that if the >> current `org-open-file' would be changed to >> >> (eval

Re: [O] display org-link url

2016-01-31 Thread Satoru KURASHIKI
hi, Thank you guys. I've tried them and found C-c C-l way is handy for me. regards, -- KURASHIKI Satoru

Re: [O] Radio target appears as a link in html export (in Emacs stable)

2016-01-31 Thread H. Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> But then I would have to turn all my radio links into proper links, >> which I see no method - except with radio targets - to do this >> automatically. > > Instead of > >

[O] New error when setting the publishing directory

2016-01-31 Thread Julien Cubizolles
I've been using the following for a long time to export to a remote ftp site. --8<---cut here---start->8--- #+begin_src emacs-lisp :exports none (setq org-export-in-background t) (setq org-publish-project-alist '(("orgfiles"

[O] ascii sublist indentation configurable?

2016-01-31 Thread Samuel Wales
ascii export i get 8) low - prefer - is indented too far configurable?

Re: [O] Adjust Keywords

2016-01-31 Thread William Denton
On 31 January 2016, Martin wrote: I don't know why, but sometimes the Keywords which are ragged right are not in line anymore. Is there a way to put them all in the correct position as if I would do C-c C-c RET on the header in all the lines? Tags on headlines? They will realign with C-u

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-01-31 Thread Erik Hetzner
Hi Rasmus, Thanks again for the feedback! On Wed, 27 Jan 2016 14:20:59 -0800, Rasmus wrote: > > Hi Erik, > > Thanks for the updated patch! > > A couple of more comments follow. > I hope I’m not being too annoying! Not at all, I appreciate it. > Erik Hetzner

[O] [babel] is there a chance to split arguments in src block calls or noweb syntax

2016-01-31 Thread O.Hamann
Hi all, Splitting header arguments for source blocks into different lines works very fine, (and leads one to put more and more args in the header... ) Is there a chance or trick to do similarly when calling such src blocks? Somehow like in shell scripts a backslash at the end of a line will

Re: [O] Export not triggering caching

2016-01-31 Thread Eric S Fraga
On Friday, 29 Jan 2016 at 09:22, Loris Bennett wrote: > Hi, > > I've just notice that if I have the following: > > * Ditaa Image > > #+BEGIN_SRC ditaa :file ecm.png :cmdline -r :cache yes > +-+ > | | > +-+ > #+END_SRC > > and export to PDF via LaTeX, the image is generated but the caching >

Re: [O] status of mobile (Android)

2016-01-31 Thread Eric S Fraga
On Friday, 29 Jan 2016 at 20:11, Saša Janiška wrote: > Hello, > > I'm returning to Emacs-land and wonder whether mobile-org is still > working with org-mode? I use MobileOrg on Android daily so yes. > Do you have any other recommendation to sync tasks with Android phones? All tasks with

Re: [O] Latex command compilation in HTML export

2016-01-31 Thread Eric S Fraga
On Saturday, 30 Jan 2016 at 17:11, Sylvain Salvati wrote: > Dear Orgmode list, > > during the HTML export of an org document, I would like to compile its > latex fragments to SVG using the sequence of commands > > lualatex --shell-escape --interaction=nonstopmode --output-format=dvi >

Re: [O] "atomic knowledge" modeling tool

2016-01-31 Thread Eric S Fraga
I'll bite: so what does onemodel solve that org does not do? Serious question as I have gone through the web site and I cannot see the USP of this system. Thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3.3-497-gc74b99

Re: [O] MobileOrg does not sync with local Android calendar

2016-01-31 Thread Eric S Fraga
On Sunday, 31 Jan 2016 at 08:42, cschr wrote: > Hi > > I set up MobileOrg and it now shows the appointments from my emacs > diary and my orgmode agenda. But nothing shows in my local android > calendar, although I configured MobileOrg to sync with the android > calendar. Is this functionality

Re: [O] status of mobile (Android)

2016-01-31 Thread Ramon Diaz-Uriarte
On Fri, 29-01-2016, at 20:11, Saša Janiška wrote: > Hello, > > I'm returning to Emacs-land and wonder whether mobile-org is still > working with org-mode? > Yes, I use it daily in a tablet and a phone. > Do you have any other recommendation to sync tasks with Android

Re: [O] "atomic knowledge" modeling tool

2016-01-31 Thread Ramon Diaz-Uriarte
On Fri, 29-01-2016, at 19:21, luke call wrote: > There's a program that org-mode users (as I have been) specifically > might be interested in, a personal "knowledge manager"/list > manager/organizer/etc called OneModel (Free/AGPL). Instead of storing > data as text,

Re: [O] MobileOrg does not sync with local Android calendar

2016-01-31 Thread Ramon Diaz-Uriarte
On Sun, 31-01-2016, at 13:36, Eric S Fraga wrote: > On Sunday, 31 Jan 2016 at 08:42, cschr wrote: >> Hi >> >> I set up MobileOrg and it now shows the appointments from my emacs >> diary and my orgmode agenda. But nothing shows in my local android >> calendar, although I