[O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-02 Thread James Harkins
In plain lists, if there is indented text underneath a list item, is it considered to belong to the list item, or is it just freestanding text? I'm asking because M-S-up/down doesn't take indented text into account. These commands only move the line marked with a list-item indicator (- etc.).

Re: [O] [PATCH] org.el (org-adapt-indentation): Fix typo

2014-11-02 Thread Nicolas Goaziou
Hello, Kyle Meyer k...@kyleam.com writes: A patch for a minor docstring typo is attached. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-02 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@qq.com writes: In plain lists, if there is indented text underneath a list item, is it considered to belong to the list item, or is it just freestanding text? The former. I'm asking because M-S-up/down doesn't take indented text into account. These commands

Re: [O] M-S-up/down on plain lists containing text (or multilevel lists)

2014-11-02 Thread James Harkins
On November 2, 2014 4:25:53 PM Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Actually, it isn't. This is a feature. Both `M-S-up' and `M-S-down' work line wise and ignore any structure around point. OTOH, `M-up' and `M-down' should do what you want. Ah, OK... It would be a bug if there were

Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Nicolas Goaziou
Roberto Huelga rhue...@gmail.com writes: Suppose you want to write the parent directory name in your capture so write a template like * %(file-name-nondirectory (directory-file-name (file-name-directory \%F\))) Without the patch, file-name-directory get the useless string %F instead of a

[O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
Hello, I am looking for a function that starts at point and walks up the outline-tree searching for property P. If P is defined the function returns P's value, otherwise nil. If The top level headline does not have a property P, the function looks for #+P between the first headline and bob. Is

Re: [O] Function to look-up a certain property

2014-11-02 Thread Nicolas Goaziou
Hello, Alexander Baier alexander.ba...@mailbox.org writes: I am looking for a function that starts at point and walks up the outline-tree searching for property P. If P is defined the function returns P's value, otherwise nil. If The top level headline does not have a property P, the

Re: [O] Contribution to org-mode, Eldoc support

2014-11-02 Thread Aaron Ecay
Hi Lukasz, Thanks for your contribution. 2014ko azaroak 1an, Łukasz Gruner-ek idatzi zuen: Hi I would like to contribute Eldoc support. I've already changed license, but dont quite get that pgp part, I have generated my pgp and now what? There’s a couple of issues. 1. Write access to

[O] Previewing chemfig

2014-11-02 Thread Garreau, Alexandre
Hello, I’d like to being able to preview chemfig, like lines beginning with \chemfig{. But (a) they’re not detected as LaTeX fragments by the previewer (and it seems only some matchers are accepted by default, I can’t say, for instance, “^{\\[a-zA-Z]*[a-zA-Z0-9 ].*}$”), and (b) when previewing I

Re: [O] Contribution to org-mode, Eldoc support

2014-11-02 Thread Rasmus
Hi Łukasz, Thanks for the patch. I tested your package briefly, but I did not look into the code. Łukasz Gruner luk...@gruner.lu writes: I would like to contribute Eldoc support. It works nice for source blocks. However, I don't get any feedback in header-lines: #+header: #+begin_src

Re: [O] Previewing chemfig

2014-11-02 Thread Nicolas Goaziou
Hello, Garreau, Alexandre galex-...@galex-713.eu writes: Hello, I’d like to being able to preview chemfig, like lines beginning with \chemfig{. But (a) they’re not detected as LaTeX fragments by the previewer (and it seems only some matchers are accepted by default, I can’t say, for

Re: [O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
On 2014-11-02 18:08 Nicolas Goaziou wrote: Hello, Alexander Baier alexander.ba...@mailbox.org writes: I am looking for a function that starts at point and walks up the outline-tree searching for property P. If P is defined the function returns P's value, otherwise nil. If The top level

Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Roberto Huelga
I founded a section in the org-contribute.html with the names of the tiny change contributors, Do you know how could I get my name there? This is my second tinychange patch. And get my name in the list will make my day. Thanks 2014-11-02 10:44 GMT+01:00 Nicolas Goaziou m...@nicolasgoaziou.fr:

Re: [O] Previewing chemfig

2014-11-02 Thread Garreau, Alexandre
Le 02/11/2014 à 20h45, Nicolas Goaziou a écrit : Hello, Garreau, Alexandre galex-...@galex-713.eu writes: Hello, I’d like to being able to preview chemfig, like lines beginning with \chemfig{. But (a) they’re not detected as LaTeX fragments by the previewer (and it seems only some

Re: [O] Beamer export of columns should use \columnwidth

2014-11-02 Thread Julien Cubizolles
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Julien Cubizolles j.cubizol...@free.fr writes: I don't think there would be any inconvenients to changing \textwidth to \columnwidth for regular beamer files (it's fine with my beamer files so far). I agree. Done in master. Thank you

[O] better interaction with gnuplot-mode

2014-11-02 Thread Mario Frasca
a couple of weeks ago I decided I would use emacs for my spreadsheets. I first tried with `ses`, then I was pointed at the spreadsheet capabilities of org-mode. but I also needed to see a graph representation of the data. http://stackoverflow.com/questions/26614536/ tables in org-mode work

Re: [O] How to extract TODOs from date-tree

2014-11-02 Thread Alan Schmitt
On 2014-10-29 15:34, Robert Horn rjh...@alum.mit.edu writes: Jay Iyer writes: If there are use cases out there, it might be worth collecting them and then thinking about how to support them better. If there aren't, maybe it should be thrown out. It's most definitely useful. I'm not sure

[O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Kyle Meyer
Hello, As of Emacs 24.4, isearch no longer has the function isearch-other-control-char, which is bound in org-goto-local-auto-isearch-map. I've attached a patch that seems to produce the correct behavior with Emacs 24.4. However, I haven't used this interface enough in the past (I have

Re: [O] Previewing chemfig

2014-11-02 Thread Nicolas Goaziou
Garreau, Alexandre galex-...@galex-713.eu writes: Have you tried #+LATEX_HEADER: \usepackage{chemfig} Yes. I think it doesn’t influence the preview system. It should. Perhaps your Org is outdated. Regards, -- Nicolas Goaziou

Re: [O] Beamer export of columns should use \columnwidth

2014-11-02 Thread Nicolas Goaziou
Hello, Julien Cubizolles j.cubizol...@free.fr writes: The latest org-plus-contrib (20141027) from org/melpa seems to have reverted to using \textwidth instead of \columnwidth. Why is that ? The master branch from git is ok though (meaning it uses \columnwidth). org-plus-contrib is stable

[O] :components part in org-publish-project-alist fails

2014-11-02 Thread Julien Cubizolles
In git master, consider the following, --8---cut here---start-8--- #+begin_src emacs-lisp :tangle yes :exports none (setq org-publish-project-alist `((latex :base-directory ./ :publishing-directory ./

Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Nicolas Goaziou
Roberto Huelga rhue...@gmail.com writes: I founded a section in the org-contribute.html with the names of the tiny change contributors, Do you know how could I get my name there? This is my second tinychange patch. And get my name in the list will make my day. Your name is already in that

[O] [PATCH] md backend needs to add blank line before some lists

2014-11-02 Thread Charles C. Berry
John Hendy pointed out [1] that list - item1 - item2 Isn't the same as this: list - item1 - item2 when exported using the `md' backend (or its derivatives). But it needs to be to generate a proper document (at least with engines like pandoc.) The attached patch enables this by adding a

Re: [O] Previewing chemfig

2014-11-02 Thread John Kitchin
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, this: #+LATEX_HEADER: \usepackage{chemfig} $\chemfig{A-B-[1]C-[3]-D-[7]E-[6]F}$ exports to pdf correctly, but the latex preview is not correct. All the letters are jumbled on top of each other. Garreau, Alexandre

[O] better interaction with gnuplot-mode

2014-11-02 Thread Mario Frasca
a couple of weeks ago I decided I would use emacs for my spreadsheets. I first tried with `ses`, then I was pointed at the spreadsheet capabilities of org-mode. but I also needed to see a graph representation of the data. http://stackoverflow.com/questions/26614536/ tables in org-mode work

Re: [O] [PATCH] New version of org-velocity

2014-11-02 Thread Paul Rodriguez
I'm afraid I don't understand the question. Is there a problem with the patch? Paul Rodriguez. On Thu, Oct 30, 2014 at 2:18 PM, Marco Wahl marcowahls...@gmail.com wrote: Hello Paul, Paul Rodriguez p...@ruricolist.com writes: This is a new version of org-velocity. Principally it differs

[O] Bug: Org leaves whitespace around :LOGBOOK: [8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/)]

2014-11-02 Thread Jan Synacek
Hello, I'm not sure if this is by design or not, but it sure looks like a bug to me and is quite annoying. Reproducer: 1) emacs -Q 2) eval the following: (require 'org) (setq org-log-done 'time) (setq org-log-into-drawer t) (setq org-todo-keywords '((sequence TODO(t) WAITING(w@/!) |

Re: [O] [PATCH] New version of org-velocity

2014-11-02 Thread Paul Rodriguez
I am not a committer. Previously I've always sent in new versions of org-velocity as patches, following the procedure on the Org wiki. I don't usually follow the mailing list, so perhaps the procedure for handling contributions has changed without my noticing. If so I'm happy to adjust. Paul

[O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]

2014-11-02 Thread myq larson
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] Header/preface definitions in ox-taskjuggler?

2014-11-02 Thread John Hendy
I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org variable definitions listed. Project tj syntax: project [id] name [version] interval2 [{ attributes }] Org defaults: - id: nil - name: name of heading tagged with

Re: [O] Header/preface definitions in ox-taskjuggler?

2014-11-02 Thread John Hendy
Edit: sorry about the premature send. Bad accidental tab + enter from gmail! Here's the intended email: === I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org variable definitions listed. Project tj syntax: project [id] name [version]

Re: [O] [PATCH] md backend needs to add blank line before some lists

2014-11-02 Thread Nicolas Goaziou
Hello, Charles C. Berry ccbe...@ucsd.edu writes: The attached patch enables this by adding a blank line after a `paragraph', but before a `plain-list' as long as the `paragraph' is not itself inside a list. Thanks for your patch. I applied a different one, though. I find blank lines

Re: [O] Bug: Org leaves whitespace around :LOGBOOK: [8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/)]

2014-11-02 Thread Nicolas Goaziou
Hello, Jan Synacek jsyna...@redhat.com writes: I'm not sure if this is by design or not, but it sure looks like a bug to me and is quite annoying. Reproducer: 1) emacs -Q 2) eval the following: (require 'org) (setq org-log-done 'time) (setq org-log-into-drawer t) (setq

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Nicolas Goaziou
Hello, Kyle Meyer k...@kyleam.com writes: As of Emacs 24.4, isearch no longer has the function isearch-other-control-char, which is bound in org-goto-local-auto-isearch-map. I've attached a patch that seems to produce the correct behavior with Emacs 24.4. However, I haven't used this

[O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
I ran into an error with a 30min task which used the :effort: property to set this duration. Upon compilation, I noted the warning: ``` file.tjp:10: Warning: 400.0d of effort of task one does not fit into the project time frame. Warning: 1 tasks could not be scheduled ``` I looked at the .tjp

Re: [O] :components part in org-publish-project-alist fails

2014-11-02 Thread Nicolas Goaziou
Hello, Julien Cubizolles j.cubizol...@free.fr writes: In git master, consider the following, #+begin_src emacs-lisp :tangle yes :exports none (setq org-publish-project-alist `((latex :base-directory ./ :publishing-directory ./

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Kyle Meyer
Nicolas Goaziou m...@nicolasgoaziou.fr wrote: [...] C-i and C-m seem to work out the box in Emacs 24.4 anyway. Maybe the following is sufficient: (when (fboundp 'isearch-other-control-char) (define-key ...) (define-key ...)) I.e, no need to bind these keys to nil. Hmm, I tried

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: I ran into an error with a 30min task which used the :effort: property to set this duration. Upon compilation, I noted the warning: ``` file.tjp:10: Warning: 400.0d of effort of task one does not fit into the project time frame. Warning: 1 tasks

Re: [O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]

2014-11-02 Thread John Hendy
On Fri, Oct 31, 2014 at 11:50 PM, myq larson m...@wordish.org wrote: 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

Re: [O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]

2014-11-02 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: It's up to someone else regarding whether or not the #+property behavior is desired. I wondered what two subsequent #+options lines would do, for example, and they appear to be cumulative. For example: #+options: toc:nil #+options: num:nil

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 4:47 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, John Hendy jw.he...@gmail.com writes: I ran into an error with a 30min task which used the :effort: property to set this duration. Upon compilation, I noted the warning: ``` file.tjp:10: Warning: 400.0d of

Re: [O] Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 4:55 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, John Hendy jw.he...@gmail.com writes: It's up to someone else regarding whether or not the #+property behavior is desired. I wondered what two subsequent #+options lines would do, for example, and they

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: That mostly makes sense. Org's not case-sensitive, correct? Correct. I was looking at the [granted, outdated] taskjuggler documentation and it features estimates in days (i.e. 10d): - http://orgmode.org/worg/org-tutorials/org-taskjuggler.html Is this

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 5:01 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: John Hendy jw.he...@gmail.com writes: That mostly makes sense. Org's not case-sensitive, correct? Correct. I was looking at the [granted, outdated] taskjuggler documentation and it features estimates in days

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread Nicolas Goaziou
John Hendy jw.he...@gmail.com writes: Thanks for the explanation. I pretty much only use duration, which has never had an issue. As a fluke I used effort and noticed the big difference. Thanks for illuminating the situation! Actually, I was slightly wrong. According to

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Nicolas Goaziou
Kyle Meyer k...@kyleam.com writes: Hmm, I tried that (and just checked it again), but it doesn't work on my end. C-m will exit isearch but not the indirect org-goto buffer. A second C-m is needed to get back to the main buffer. (This is also true for return, which is why it is also set to

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Kyle Meyer
Nicolas Goaziou m...@nicolasgoaziou.fr wrote: [...] However, C-m is RET. Is there any reason to distinguish between the two? If I use just (define-key org-goto-local-auto-isearch-map [return] nil) then C-m doesn't work (i.e., it results in isearch-exit being called instead of org-goto-ret,

Re: [O] Previewing chemfig

2014-11-02 Thread Garreau, Alexandre
On 2014-11-02 at 22:48, John Kitchin wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, this: #+LATEX_HEADER: \usepackage{chemfig} $\chemfig{A-B-[1]C-[3]-D-[7]E-[6]F}$ exports to pdf correctly, but the latex preview is not correct. All the letters are jumbled on top

Re: [O] Previewing chemfig

2014-11-02 Thread Rasmus
Hello, gGarreau, Alexandre galex-...@galex-713.eu writes: On 2014-11-02 at 22:48, John Kitchin wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, this: #+LATEX_HEADER: \usepackage{chemfig} $\chemfig{A-B-[1]C-[3]-D-[7]E-[6]F}$ exports to pdf correctly, but the latex

Re: [O] org-babel-detangle not working

2014-11-02 Thread Grant Rettke
Good evening, 1 Attempt ═ Just tried out your example. So it is crystal clear, I did use the following: 1.1 Source input: ex1.org ─ ┌ │ * Heading │ │ #+BEGIN_SRC js :comments noweb :tangle yes :padline no │ function foo() {} │ #+END_SRC

Re: [O] Previewing chemfig

2014-11-02 Thread Garreau, Alexandre
On 2014-11-03 at 01:23, Rasmus wrote: Hello, Garreau, Alexandre galex-...@galex-713.eu writes: On 2014-11-02 at 22:48, John Kitchin wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, this: #+LATEX_HEADER: \usepackage{chemfig} $\chemfig{A-B-[1]C-[3]-D-[7]E-[6]F}$ exports

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-02 Thread Grant Rettke
On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz tjol...@gmail.com wrote: And there is a new library [[http://goo.gl/pYYzS6][outorg-export]] I just used http://goo.gl/pYYzS6 and it worked fine; that looks like an org mode link.

[O] Syntax inconsistency?

2014-11-02 Thread Marcin Borkowski
Hello, just wondering: on one hand, we have lines like #+OPTIONS: toc:nil On the other hand, we have #+ATTR_ASCII: :width 10 Why is the syntax (seemingly, at least) inconsistent? Why not `width:10' or `:toc nil'? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski

Re: [O] org-babel-detangle not working

2014-11-02 Thread Jaakko Järvi
Hi Grant, This is exactly the behavior I get too. Thank you for documenting it precisely. Let me clarify one step: “put the cursor on line 2 in ex1.js, _and modify that line_, and then call org-babel-detangle” And no, I don’t think what happens is the expected behavior. I would expect the

Re: [O] syntax highlighting of inline LaTeX fragments

2014-11-02 Thread Brady Trainor
Ilya Shlyakhter ilya_...@alum.mit.edu writes: dear org-moders, is it possible to syntax-highlight inline LaTeX fragments, such as $V$ or \cite{smith2012generating} ? I know you can highlight LaTeX code blocks, but I'm looking specifically for highlighting of inline fragments. thanks for

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes

2014-11-02 Thread Kyle Meyer
Kyle Meyer k...@kyleam.com wrote: Nicolas Goaziou m...@nicolasgoaziou.fr wrote: [...] However, C-m is RET. Is there any reason to distinguish between the two? If I use just (define-key org-goto-local-auto-isearch-map [return] nil) then C-m doesn't work (i.e., it results in

Re: [O] :components part in org-publish-project-alist fails

2014-11-02 Thread Julien Cubizolles
Nicolas Goaziou m...@nicolasgoaziou.fr writes: I cannot reproduce it. Publishing global project succeeds. Did you publish asynchronously ? I can publish global and latex synchronously, latex asynchronously (see the following *Org Export Process* buffer) : only global fails when run

Re: [O] syntax highlighting of inline LaTeX fragments

2014-11-02 Thread Rasmus
Hi, Brady Trainor algeb...@uw.edu writes: Ilya Shlyakhter ilya_...@alum.mit.edu writes: dear org-moders, is it possible to syntax-highlight inline LaTeX fragments, such as $V$ or \cite{smith2012generating} ? I know you can highlight LaTeX code blocks, but I'm looking specifically for