Re: [O] Update for MobileOrg iOS v1.7 released

2017-01-31 Thread Sean Escriva
On Tue, Jan 31, 2017 at 3:56 AM Alan Schmitt wrote: > On 2017-01-31 03:58, Sean Escriva writes: > > > Hello fellow Org users, > > > > After beta testing several builds, the latest updated version of > > MobileOrg for iOS has finally been released: > > https://itunes.apple.com/us/app/mobileorg/id

[O] dairy-float not working?

2017-01-31 Thread Ken Mankoff
I have * Example SCHEDULED: <%%(diary-float t 0 2)> Which used to schedule an event on the 2nd sunday of every month. This has stopped working a month or two ago. I'm not sure if it is related to recent upgrades to Org 9 a few months ago. I'm now using 9.0.4. It works with the emacs default 8

Re: [O] bug org-capture

2017-01-31 Thread Charles Millar
On 01/31/2017 04:53 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: Until yesterday the following capture template worked. A recent fix may have caused another bug. snip Fixed. Thank you. Regards, Works fine. thank you. Charlie Millar

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Aaron Ecay
Hi Lars, 2017ko urtarrilak 31an, Lars Ingebrigtsen-ek idatzi zuen: > > John Wiegley writes: > >> We're moving toward a future where Emacs.git will represent "core >> Emacs", and only contain what core needs (plus a few historical bits, >> I'm sure). There should be no argument for keeping a pro

[O] Timezones revisited

2017-01-31 Thread Russell Adams
I understand that Org's timestamp format does not include timezone information. Making that change would be an impractical modification. I'm frequently working with several different timezones and I only need to store a time stamp converted to my local time. Does the time stamp input support some

Re: [O] footnotes problems in split files on export to latex

2017-01-31 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Also, if I try to insert a footnote inside the parent file it try's to > renumber the footnotes, which then causes problems with the other child > files. I cannot see why it would cause problems with other included files. Footnote numbers are hermetic across inclu

Re: [O] Bug: "Tbl -> Calculate -> Which Column?" says "Wrong type argument: commandp, org-table-current-column" [9.0.3 (release_9.0.3-255-g728929 @ /Users/xcy/src/org-mode/lisp/)]

2017-01-31 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > In an Org Mode buffer, put point in a table and click > "Tbl -> Calculate -> Which Column?" in Menu bar, it fails and reports > the following in the echo area > > Wrong type argument: commandp, org-table-current-column > > by looking at the source code of 'org-tabl

Re: [O] org-use-sub-superscripts not used in HTML export

2017-01-31 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > During HTML export, whatever is the value of org-use-sub-superscripts, the > undescore in the middle of a word is alway interpreted as subscript. > > Example: > > _F_irst _L_evel > > In this case, if org-use-sub-superscripts has the value {} or nil, I would > exp

Re: [O] bug org-capture

2017-01-31 Thread Nicolas Goaziou
Hello, Charles Millar writes: > Until yesterday the following capture template worked. A recent fix > may have caused another bug. > > (setq org-capture-templates > > ;;; tasks todo on a specific date, not appointments > (append '(("t" "Todo entries") > ("ts" "Scheduled" entry >

[O] Effort esitmates and agenda filtering

2017-01-31 Thread Mikhail Skorzhinskiy
When I apply some filtering to emacs agenda, total efforts calculation remain unchanged. As Carsten Dominik said [1], it's due to how filtering works, and can't be fixed. Is something have changed since 2009? And if not, is there any new corner ways or hacks to see total effort caluclation based o

[O] Bug: Org separates clock out note from the clock line [9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-01-31 Thread Jorge Morais Neto
Hi. I have started this instance of GNU Emacs 25.1.91.1 with an empty init file and then I customized org-log-note-clock-out to t. Then I created a new Org buffer with a single level 1 headline, and set property CLOCK_INTO_DRAWER to nil. I then clocked in and then out, adding a note. The note wa

Re: [O] How to use .pdf images on Latex export, and .png images on ODT export

2017-01-31 Thread Charles C. Berry
On Tue, 31 Jan 2017, Giacomo M wrote: Dear all, I was wondering what is the best way to include pdf images on latex export and png images on odt export (assuming same path, only extension changes). A macro like this one: #+MACRO: figext @@latex:.pdfodt:.png@@ doesn't seem to work. No,

Re: [O] Update for MobileOrg iOS v1.7 released

2017-01-31 Thread Guido Van Hoecke
Hi guys, On 31 January 2017 at 04:58, Sean Escriva wrote: > Hello fellow Org users, > > After beta testing several builds, the latest updated version of MobileOrg > for iOS has finally been released: https://itunes. > apple.com/us/app/mobileorg/id634225528?mt=8 > Works like a charm Thanks for

Re: [O] editing orgmode code blocks always indents content..anyway to stop this?

2017-01-31 Thread Nick Dokos
Xebar Saram writes: > On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou > wrote: > > org-edit-src-content-indentation > > thx Nicolas! > > i have this set in my config to '0' see here > > #+BEGIN_SRC emacs-lisp  :results none > ;; don't indent source code > org-edit-src-content-indentation 0

Re: [O] footnotes problems in split files on export to latex

2017-01-31 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> I have a very large file that I'm working on into 4 sections and have >> included the sections like this, in the middle of the main file - >> >> #+include: "~/research/drugs/drugs17-a2i.org" >> #+include: "~/research/drugs/drugs17-k

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread David Engster
John Wiegley writes: >> "DE" == David Engster writes: > > DE> It is a mistake because you are creating more moving targets and bring > DE> them together very late in the release process. This reduces the amount of > DE> testing that is done for those packages, so bugs will be noticed later and

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Stefan Monnier
> It is a mistake because you are creating more moving targets and bring > them together very late in the release process. This reduces the amount > of testing that is done for those packages, so bugs will be noticed > later and the quality of the relases suffer. It moves even more work > into the

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Lars Ingebrigtsen
David Engster writes: >> (Except perhaps CEDET. There seems to be a lot of merging problems >> there.) > > This is precisely why we're currently moving all development to Emacs > and abandon the external repo. At least we were planning to... Oh, great. One less thing that would be helped by mo

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread David Engster
Lars Ingebrigtsen writes: > The question is: What is the most effective way for Emacs developers to > spend their time? I can't really see that anybody has made the case > that shifting stuff from Emacs core to ELPA will mean less work for... > well, anybody. > > (Except perhaps CEDET. There seem

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Lars Ingebrigtsen
John Wiegley writes: > So far, all of these arguments against a tighter development integration with > ELPA have been predicated on the way that ELPA is used today. ELPA is under > our control; we can adjust our process to suit the needs of Emacs development. Yes, but external packages lose much

[O] Bug: "Tbl -> Calculate -> Which Column?" says "Wrong type argument: commandp, org-table-current-column" [9.0.3 (release_9.0.3-255-g728929 @ /Users/xcy/src/org-mode/lisp/)]

2017-01-31 Thread Chunyang Xu
In an Org Mode buffer, put point in a table and click "Tbl -> Calculate -> Which Column?" in Menu bar, it fails and reports the following in the echo area Wrong type argument: commandp, org-table-current-column by looking at the source code of 'org-table-current-column', it is not a interactiv

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread John Wiegley
> "LI" == Lars Ingebrigtsen writes: LI> I'm massively unenthusiastic about this future. Things in ELPA has to be LI> backwards-and-forwards compatible with a wide Emacs version range, which LI> makes maintaining things much more work. When you develop things in "Emacs LI> core", you have one

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Lars Ingebrigtsen
John Wiegley writes: > We're moving toward a future where Emacs.git will represent "core > Emacs", and only contain what core needs (plus a few historical bits, > I'm sure). There should be no argument for keeping a project in core > just to gain auxiliary benefits. I'm massively unenthusiastic

[O] org-use-sub-superscripts not used in HTML export

2017-01-31 Thread Roland Everaert
Hi, During HTML export, whatever is the value of org-use-sub-superscripts, the undescore in the middle of a word is alway interpreted as subscript. Example: _F_irst _L_evel In this case, if org-use-sub-superscripts has the value {} or nil, I would expect to see the first letter of both words to

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread John Wiegley
> "DE" == David Engster writes: DE> It is a mistake because you are creating more moving targets and bring DE> them together very late in the release process. This reduces the amount of DE> testing that is done for those packages, so bugs will be noticed later and DE> the quality of the relas

[O] How to use .pdf images on Latex export, and .png images on ODT export

2017-01-31 Thread Giacomo M
Dear all, I was wondering what is the best way to include pdf images on latex export and png images on odt export (assuming same path, only extension changes). A macro like this one: #+MACRO: figext @@latex:.pdfodt:.png@@ doesn't seem to work. Thanks, Giacomo

[O] bug org-capture

2017-01-31 Thread Charles Millar
Until yesterday the following capture template worked. A recent fix may have caused another bug. (setq org-capture-templates ;;; tasks todo on a specific date, not appointments (append '(("t" "Todo entries") ("ts" "Scheduled" entry (file+headline "/mnt/Data/ActiveFile

[O] Unable to run ditaa on cygwin emacs

2017-01-31 Thread Roland Everaert
Hi, I use Cygwin emacs with Windows UI. I have just installed java 8 (but java 6 is still present for some legacy application) and updated my .bash_profile with the following: export JAVA_HOME=/cygdrive/c/tools/java8 export PATH=$PATH:$JAVA_HOME/bin Org is configured to run ditaa code blocks, bu

Re: [O] footnotes problems in split files on export to latex

2017-01-31 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > I have a very large file that I'm working on into 4 sections and have > included the sections like this, in the middle of the main file - > > #+include: "~/research/drugs/drugs17-a2i.org" > #+include: "~/research/drugs/drugs17-k2n.org" > #+include: "~/research/drug

Re: [O] :results raw for html export problem

2017-01-31 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > Here's some Lisp in an org file that I export to html > > #+begin_src lisp :exports both :results raw You shouldn't use ":exports both" and ":results raw" together. With :results raw, Org has no possible way to tell whether the results of the code block are a

[O] ditaa and plantuml exports source code?

2017-01-31 Thread Andreas Hirczy
Hi! Exports from my org files show unwanted source blocks from ditaa in export. I created a simple example: ### #+NAME: TEST #+BEGIN_SRC ditaa :file pics/test.png :exports results +-+ | cBLU| | | |++ ||cPNK| |

[O] footnotes problems in split files on export to latex

2017-01-31 Thread Sharon Kimble
I have a very large file that I'm working on into 4 sections and have included the sections like this, in the middle of the main file - --8<---cut here---start->8--- #+include: "~/research/drugs/drugs17-a2i.org" #+include: "~/research/drugs/drugs17-k2n.org" #+i

Re: [O] Update for MobileOrg iOS v1.7 released

2017-01-31 Thread Alan Schmitt
On 2017-01-31 03:58, Sean Escriva writes: > Hello fellow Org users, > > After beta testing several builds, the latest updated version of > MobileOrg for iOS has finally been released: > https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8 > > Functionality is essentially the same as the pr

Re: [O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment

2017-01-31 Thread Lixin Chin
Hi, Thank you, that sounds great. I have not signed the FSF copyright papers. Regards, Lixin On 31/01/2017 04:04 PM, Nicolas Goaziou wrote: Hello, Lixin Chin writes: Included is a patch to make the 'minted' source code syntax highlighting package behave the same as the 'listings' source co

Re: [O] editing orgmode code blocks always indents content..anyway to stop this?

2017-01-31 Thread Nicolas Goaziou
Xebar Saram writes: > i have this set in my config to '0' see here > > #+BEGIN_SRC emacs-lisp :results none > ;; don't indent source code > org-edit-src-content-indentation 0 > ;; don't adapt indentation > org-adapt-indentation nil > ;; preserve the indentation inside of source blocks > org-src-

Re: [O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment

2017-01-31 Thread Nicolas Goaziou
Hello, Lixin Chin writes: > Included is a patch to make the 'minted' source code syntax highlighting > package behave the same as the 'listings' source code syntax package > when exporting an org-mode document to LaTeX. > > Previously, 'minted' would only get exported to a floating environment >