Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread Julien Cubizolles
Rasmus writes: > You could probably use exiftool with org-babel or dynamic blocks to > extract the required data and generated the syntax you want. Thanks for the pointer, I'll give it a try with image-dired-get-exif-data, and image-dired-set-exif-data. There doesn't seem to be

Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread Eric S Fraga
On Monday, 7 Dec 2015 at 22:08, Julien Cubizolles wrote: > I often include images in my org documents and would like to properly > cite the license, and/or author. I was thinking that this could be > simplified by: > > * embedding the license/author information in some metadata of the jpg > or

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Thomas Holst writes: > [...snip...] after a git-pull the first error (about cache) is gone. The second error still is there: >> condition-case: Capture template `hr': Invalid table line specification >>

[O] regression in list/heading toggling?

2015-12-08 Thread Eric Abrahamsen
Hi all, I've found what seems to be a bug in org-ctrl-c-star, toggling a numbered list item to a proper heading. ECM is simply emacs -Q, make an org buffer, put in the text: 1. cursor on the number, then "C-c *". Text is removed, the window jumps, and you get "(wrong-type-argument arrayp nil)".

[O] Use synctex for latex export

2015-12-08 Thread Julien Cubizolles
While some are trying to get org<->pdf syncing with synctex, I'm still struggling with getting synctec syncing between the pdf file and the tex file generated from an org file. I thought adding --synctex=1 to org-latex-pdf-process would be enough but it doesn't work. Julien.

Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread Julien Cubizolles
Eric S Fraga writes: > On Monday, 7 Dec 2015 at 22:08, Julien Cubizolles wrote: >> I often include images in my org documents and would like to properly >> cite the license, and/or author. I was thinking that this could be >> simplified by: >> >> * embedding the

Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread Julien Cubizolles
Eric S Fraga writes: > On Monday, 7 Dec 2015 at 22:08, Julien Cubizolles wrote: >> I often include images in my org documents and would like to properly >> cite the license, and/or author. I was thinking that this could be >> simplified by: >> >> * embedding the

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, replying to myself :-), I dug a little deeper into this. · Thomas Holst wrote: > Hi Nicolas, > · Nicolas Goaziou wrote: >> Thomas Holst writes: > >> [...snip...] > > after a git-pull the first error (about

Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread John Kitchin
Julien Cubizolles writes: > I often include images in my org documents and would like to properly > cite the license, and/or author. This is usually done manually in a citation in the caption I think. >I was thinking that this could be > simplified by: > > * embedding the license/author

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-12-08 Thread Sebastian Christ
BUMP ??? Best wishes, Sebastian

[O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
Hello I have some tables in comment blocks like #+begin_comment | Col1 | Col2 | |1 | Name1 | |2 | Name2 | |3 | Name3 | #+end_comment But within a comment org-ctrl-c-ctrl-c does not work. So I cannot reformat the table. How can I enable it? regards Uwe Brauer

[O] LaTeX-close-environment: org-close-template

2015-12-08 Thread Uwe Brauer
Hello Auctex has a nice function called LaTeX-close-environment, which works as follows: I have \begin{equation} ^(cursor) I run LaTeX-close-environment and obtain: \begin{equation} \end{equation} Now could I am looking for a similar functionality for say #+begin_comment ^(cursor)

Re: [O] More questions about CSL and org-mode

2015-12-08 Thread John Kitchin
>> On export the in-text citations are transformed to unique text blobs, >> e.g. uuids, and the document exported. The only important features of >> these blobs is that they do not get changed on export, and they are >> unique because we replace them later. >> >> The strings in the bibliography

Re: [O] what is atril?

2015-12-08 Thread Charles Millar
Thank you Richard and Johann. In the future I must remember to check the packages list (in this case that comes with LMDE2) as well as aptitude and apt-cache. It never occurred to me that it was related to a pdf reader since my output opens in Evince. Have to check further into atril.

[O] evaluation issue with ocaml code (due to changes to org-babel-comint-with-output)

2015-12-08 Thread Alan Schmitt
Hello, I have found that commit f0bf77e82a3d37ba7548aa40198bc982e9875f1b breaks evaluation of ocaml code. With the following init file (the `package-initialize' is there for tuareg to be available): #+begin_src emacs-lisp (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") (require

Re: [O] LaTeX export with section number, name and page in internal links

2015-12-08 Thread Ken Mankoff
> 03.12.2015, 16:31, "John Kitchin" : > > Try this. > > * Chapter 1 > ** Section 1.1 \label{manual-section-1} > :PROPERTIES: > :CUSTOM_ID: section-1 > :END: > * Chapter 2 > ** Section 2.1 > I want reference to Section 1.1 from here

Re: [O] Embedding and extracting license/author information in an image file

2015-12-08 Thread Julien Cubizolles
John Kitchin writes: > This is usually done manually in a citation in the caption I think. I'm using it for beamer presentations for teaching, I'd rather have them all at the end of the pdf. > This would not work reliably. I could imagine an insert figure link > which

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > respects. For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works | Col1 | Col2 | |1 |

Re: [O] LaTeX export with section number, name and page in internal links

2015-12-08 Thread Richard Lawrence
Hi Ilya, Ilya writes: > I export my Org-Mode notes with internal links to LaTeX and I want it to > look like this ''Section 1.1 [Section name], page 99'' (Like in the Org > Manual). I use this construction: > > #+BEGIN_EXAMPLE > * Chapter 1 > ** Section 1.1 >

Re: [O] LaTeX-close-environment: org-close-template

2015-12-08 Thread Uwe Brauer
> On Tuesday, 8 Dec 2015 at 10:34, Uwe Brauer wrote: > I don't. However, I find that using the easy templates (e.g. insert a src block, latex-insert-block, does the equivalent and better (in my opinion, of > course ;-). There isn't an entry for comment blocks but you can define

Re: [O] org-ellipsis problem

2015-12-08 Thread Eric S Fraga
On Monday, 30 Nov 2015 at 15:10, Dan Griswold wrote: > Hi all, > > Setting org-ellipsis (either via setq or customize) has no effect for me. > Org buffers still show three dots at the end of folded lines instead of the > character I give to org-ellipsis. Even restarting emacs > does not give the

Re: [O] LaTeX-close-environment: org-close-template

2015-12-08 Thread Eric S Fraga
On Tuesday, 8 Dec 2015 at 10:34, Uwe Brauer wrote: > Hello > > Auctex has a nice function called LaTeX-close-environment, which works > as follows: I have > > \begin{equation} > > ^(cursor) > > I run LaTeX-close-environment and obtain: > \begin{equation} > > \end{equation} > > Now could I am

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
On Tue, 8 Dec 2015, Uwe Brauer wrote: Hello I have some tables in comment blocks like #+begin_comment | Col1 | Col2 | |1 | Name1 | |2 | Name2 | |3 | Name3 | #+end_comment But within a comment org-ctrl-c-ctrl-c does not work. So I cannot reformat the table. How can I enable it?

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> On Tue, 8 Dec 2015, Uwe Brauer wrote: > >> Use an org src block and you will be able to edit natively via >> org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other >> respects. > > For me in GNU emacs 25.0.50.1 and org 8.3.1 the

Re: [O] regression in list/heading toggling?

2015-12-08 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I've found what seems to be a bug in org-ctrl-c-star, toggling a > numbered list item to a proper heading. ECM is simply emacs -Q, make an > org buffer, put in the text: > > 1. > > cursor on the number, then "C-c *". Text is removed, the

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > You need to load ob-org. Yes, ok I loaded it but #+BEGIN_SRC org :exports none | uwe | test | | |^ | | hall | | | | | | | | | #+END_SRC C-c C-c Does *not* lead to #+BEGIN_SRC org :exports none | uwe | test | |

Re: [O] Bug: problems with named fields on Org spreadsheet [8.3.2 (release_8.3.2-338-g522ec9 @ /home/luke/.emacs.d/el-get/org-mode/lisp/)]

2015-12-08 Thread Nicolas Goaziou
Hello, Lukasz Wiechec writes: > I just have updated from previous version of Org to the latest (from > git) and my timesheet table stopped working. After looking closer, > even the example sheet from the Org mode's info pages does not work. I think this was fixed a few days

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> You need to load ob-org. > Yes, ok I loaded it but > > #+BEGIN_SRC org :exports none > > | uwe | test | | |^ | > | hall | | | | > | | | | | > > #+END_SRC > > C-c C-c > > Does

Re: [O] Base 64 inline images in html export

2015-12-08 Thread Rasmus
Hi Greg, Thanks for your patch. Do you intend to finish the patch for inclusion in Org? If so please have a look at: http://orgmode.org/worg/org-contribute.html In particular, you need to assign the copyright of your changes to FSF. You might also want to familiarize yourself with how

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> Indeed - org-at-table-p gives nil if the table is inside >> a comment or inside a source block (or inside any other block >> afaict). > > Well, how could this behavior be changed? I found it quite

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Indeed - org-at-table-p gives nil if the table is inside > a comment or inside a source block (or inside any other block > afaict). Well, how could this behavior be changed? I found it quite cumbersome.

Re: [O] LaTeX export with section number, name and page in internal links

2015-12-08 Thread John Kitchin
> I do something like this with custom link types. Aha! I am not the only one ;) > > First of all, have a look at the variable > > org-latex-prefer-user-labels Is this a new 8.3 variable? It doesn't seem to be in my 8.2.10 MELPA version. > > if you haven't already. Setting it will cause Org

[O] Beamer export: metropolis-theme specific question

2015-12-08 Thread zang_news
Dear fellow Orgers, I like the metropolis beamer theme a lot [1], and I use it with Org frequently. metropolis has a \plain macro that inserts a new, minimally styled slide optimal for a short statement or an image. In plain latex, I would do e.g. \begin{frame} \frametitle{a normal frame

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > You can use drawers for that. No I cannot, I just found out about drawers, however they *are* exported, when calling org-mime-htmlize, so they don't serve my needs. Uwe Brauer > Regards,

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
On Tue, 8 Dec 2015, Uwe Brauer wrote: > On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > respects. For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Hello, >> Uwe Brauer writes: > > >> You can use drawers for that. > > No I cannot, I just found out about drawers, > however they *are* exported, when calling org-mime-htmlize, so they > don't serve my needs. > Even if you

Re: [O] regression in list/heading toggling?

2015-12-08 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> I've found what seems to be a bug in org-ctrl-c-star, toggling a >> numbered list item to a proper heading. ECM is simply emacs -Q, make an >> org buffer, put in the text: >> >> 1.

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
See at bottom one more thing. On Tue, 8 Dec 2015, Charles C. Berry wrote: On Tue, 8 Dec 2015, Uwe Brauer wrote: > On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Well, I'm not an expert on org syntax but reading the comments of > org-element.el, I see I was wrong about the other blocks: "greater > elements" can contain other elements (e.g. tables). The list of > "greater elements" given there is

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Uwe Brauer writes: >> >> > Indeed - org-at-table-p gives nil if the table is inside >> > a comment or inside a source block (or inside any other block >> > afaict).

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > The point is that I have emails which contains tables and I don't want > to send these tables. So one possibility is to use comment blocks and > org-mime-htmlize, which does not export text in comments blocks. > > Are there other blocks, which are

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> The point is that I have emails which contains tables and I don't want >> to send these tables. So one possibility is to use comment blocks and >>