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
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
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
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
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
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
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
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
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
>
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
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
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,
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
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
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
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
> 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
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
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
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
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
> "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
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
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
> "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
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
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
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
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
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
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|
|
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
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
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
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-
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
>
36 matches
Mail list logo