Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-27 Thread Rasmus
Hi Myles, Thanks for your patch. It always makes me happy when someone is using ox-koma-letter. Myles English writes: > Often when writing a letter I want to include "Your Ref: xyz" or > "Account No.: 1234" and a good place to do this is below the sender's > address

Re: [O] Bug: Export breaks on documents with title [8.3.3 (8.3.3-26-ge92a06-elpaplus @ /Users/leafac/.emacs.d/elpa/org-plus-contrib-20160125/)]

2016-01-27 Thread Kyle Meyer
Hello, Leandro Facchinetti writes: [...] > Trying to export a file with a `#+TITLE:' set leads to the error: > > apply: Wrong type argument: listp, #("Writings" 0 8 (:parent (#0))) > > Sample file: > > #+TITLE: Writings > > The error happens regardless of the export

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Kaushal Modi
Thank you guys. With your help, I came up with this solution and it works great! I tested it with all 4 combinations (author=nil/non-nil and date=nil/non-nil). # #+AUTHOR: #+AUTHOR: Kaushal Modi # #+DATE: #+DATE: {{{time(%b %e %Y\, %a)}}} ;; Customize the HTML postamble (defun

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

2016-01-27 Thread Rasmus
Hi Erik, Thanks for the updated patch! A couple of more comments follow. I hope I’m not being too annoying! Erik Hetzner writes: > +(defcustom org-attach-annex-confirm-get-function #'y-or-n-p > + "Function to call to confirm if Org should call git annex get if necessary. > +If

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

2016-01-27 Thread H. Dieter Wilhelm
Nicolas Goaziou writes: > die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > >> when exporting radio targets to PDF they appear as normal text. >> Sometimes I wish I could make them invisible but this is a behaviour I >> can live with. > > You should use regular

Re: [O] Repeated tasks marked as DONE

2016-01-27 Thread Tomasz Piotrowski
Hi Myles, Thanks a lot for your help. I also do not quite understand the way it works, and I hope there must be a simpler way to mark previous occurrences as "DONE", while those in the future as "TO DO", for a given reccurring event. If something else is available, please advise. Kind regards,

Re: [O] Orgmode testsuite

2016-01-27 Thread Christian Kruse
Hi, Nicolas Goaziou writes: >> When I'm firing up org agenda, I got an error in the function `org-activate- >> plain-links` >> >> (wrong-type-argument listp org-link) > > Indeed. It should be fixed. Thank you. Do you need more information on that? I hit the error,

Re: [O] Orgmode testsuite

2016-01-27 Thread Nicolas Goaziou
Hello, Christian Kruse writes: > Do you need more information on that? I hit the error, too. It is fixed already. Unfortunately, Org ELPA updates every Monday AFAICT. So, unless someone can refresh the Org package there, we'll have to live with it until next week. Regards,

[O] Columnview *** is exported as *

2016-01-27 Thread Axel Kielhorn
Hi, I use org to track time and money spend on a project. This project has several sub levels that are assigned to certain workers. To view and edit the time and money spend, I use columnview which works fine. When I want to report about our effort I want to export a columnview table. In this

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Kaushal Modi
Hi Robert, Thanks for the reply. > how about using a postamble function instead of html-postamble-format Does it mean that I need to look into modifying the org-html--build-pre/postamble function? If so, I will start looking into it but it will take a while as it full of elisp that I have

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
Hi, Kaushal Modi wrote: > Hi, > > I have the org-html-postamble-format set to the below: > > (setq org-html-postamble-format > `(("en" > ,(concat "Exported using " > ;; "%c" is replaced with >

[O] Bug: Export breaks on documents with title [8.3.3 (8.3.3-26-ge92a06-elpaplus @ /Users/leafac/.emacs.d/elpa/org-plus-contrib-20160125/)]

2016-01-27 Thread Leandro Facchinetti
Hi, Org Mode contributors. First, thanks for Org Mode. It changed my life! I installed `org-plus-contrib' from `http://orgmode.org/elpa/' this morning and got version `org-plus-contrib-20160125'. Trying to export a file with a `#+TITLE:' set leads to the error: apply: Wrong type argument:

[O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-27 Thread Myles English
Hello, Often when writing a letter I want to include "Your Ref: xyz" or "Account No.: 1234" and a good place to do this is below the sender's address field and above the date (and 'place') field(s). This space becomes filled with the contents of the koma variable called 'location'. This patch

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Nick Dokos
Kaushal Modi writes: > Hi Robert, > > Thanks for the reply. > >> how about using a postamble function instead of html-postamble-format > > Does it mean that I need to look into modifying the > org-html--build-pre/postamble function? > No, Robert is talking about the

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
Hi Kaushal, > Thanks for the reply. > > > how about using a postamble function instead of > > html-postamble-format > > Does it mean that I need to look into modifying the > org-html--build-pre/postamble function? > > If so, I will start looking into it but it will take a while as it > full

Re: [O] Bug: Export breaks on documents with title [8.3.3 (8.3.3-26-ge92a06-elpaplus @ /Users/leafac/.emacs.d/elpa/org-plus-contrib-20160125/)]

2016-01-27 Thread Leandro Facchinetti
Hi, Org Mode contributors. I was able to figure out the issue: my versions of the packages `org' and `org-plus-contrib' were not matching. Updating both solved the issue. Sorry to bother, thanks for the attention and---again---thanks for Org Mode. It rocks! Best. -- Leandro Facchinetti

[O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-27 Thread Samuel W. Flint
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] Repeated tasks marked as DONE

2016-01-27 Thread Tomasz Piotrowski
Hi, I have a simple question, yet couldn't find an equally simple answer to it. Namely, if I set a repeated task (everyday, say), the agenda shows this tasks _for all days_, even in the past. How can I mark a repeated task DONE if it is completed for a given day, while keeping it as TODO for the

Re: [O] [Beamer] headings missing with two columns

2016-01-27 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > On Tuesday, 26 Jan 2016 at 16:11, Loris Bennett wrote: >> Hi, >> >> With the following: > > [...] > >> I expected to see headings "Fruit" and "Vegetables" over the two >> columns, but they do not appear. I thought I had to use >> >>

Re: [O] table, columns and plot

2016-01-27 Thread Eric S Fraga
On Wednesday, 27 Jan 2016 at 07:58, f...@epita.fr wrote: > Eric S Fraga writes: [...] >>> #+name: tab1 >>> #+begin: columnview :hlines 1 :id "prj_encours" >> >> What is this line meant to do? Without it, the gnuplot src block works >> just fine. > >#+begin:

Re: [O] table, columns and plot

2016-01-27 Thread Eric S Fraga
On Wednesday, 27 Jan 2016 at 07:58, f...@epita.fr wrote: > Eric S Fraga writes: > >> On Tuesday, 26 Jan 2016 at 11:20, f...@epita.fr wrote: >>> Hi ! >>> I want to plot the extract of columns : >>> But, the gnuplot block do not found the tab1. >>> Is it possible to name the

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

2016-01-27 Thread sgeorgii .
Thank you Nicolas! On 26 January 2016 at 23:59, Nicolas Goaziou wrote: > Hello, > > "sgeorgii ." writes: > > > Today I completely uninstalled org-mode from emacs, restalled fresh and > > installed the latest org version 20160125. > > > > I see the

Re: [O] [Beamer] headings missing with two columns

2016-01-27 Thread Eric S Fraga
On Wednesday, 27 Jan 2016 at 09:44, Loris Bennett wrote: [...] > Thanks, this works (I'm using 8.3.3). Now I am wondering whether it is > possible to have two headings in the same columns of the same order? I > thought that I would need a dummy heading between "Food" and "Fruit", > but the

Re: [O] syncing my life (orgmode :)) to a mobile (android) device

2016-01-27 Thread Karl Voit
* Matt Lundin wrote: > > If you use google calendar you could accomplish something similar with > the following workflow: > > a) Export your org data to an ics file and put it in dropbox. In > dropbox, grab a secret link to share that file. > > b) Point google calendar to

Re: [O] Repeated tasks marked as DONE

2016-01-27 Thread Myles English
Hello Tomasz, Tomasz Piotrowski writes: > I have a simple question, yet couldn't find an equally simple answer to > it. Namely, if I set a repeated task (everyday, say), the agenda > shows this tasks _for all days_, even in the past. > > How can I mark a repeated task DONE if it is completed

Re: [O] Repeated tasks marked as DONE

2016-01-27 Thread Myles English
Myles English writes: > Hello Tomasz, > > Tomasz Piotrowski writes: > >> I have a simple question, yet couldn't find an equally simple answer to >> it. Namely, if I set a repeated task (everyday, say), the agenda >> shows this tasks _for all days_, even in the past. >> >> How can I mark a

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

2016-01-27 Thread Nicolas Goaziou
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 <<>> ... radio you would have to type <> ... [[radio]]