[O] Literate Programming site

2014-07-08 Thread Charles Millar
Hi, I was investigating literate programming, etc. and found the following site http://literateprogramming.com/ There is no mention of emacs, much less org mode, as a tools. The "evil one" is! GNU and open office are included as projects. I am not sure if any of the articles posted in this

Re: [O] [PATCH] docstring improvement of org-agenda-refile

2014-08-11 Thread Charles Millar
Daimrod wrote: +When GOTO is '(14) or \\[universal-argument] \\[universal-argument], go to the location of the last refiled item. ^^ '(16) --- This email is free from viruses and malware because avast! Antivirus protection

Re: [O] [PATCH] docstring improvement of org-agenda-refile

2014-08-11 Thread Charles Millar
Charles Millar wrote: Daimrod wrote: +When GOTO is '(14) or \\[universal-argument] \\[universal-argument], go to the location of the last refiled item. ^^ '(16) Just opened my own reply and the '(16) ma

Re: [O] org-agenda-write to .org exports headings in reversed order?!

2014-08-16 Thread Charles Millar
Martin, M wrote: Hi, I'm still experimenting with agenda export and I found that I can write an agenda to an org-mode file by C-x C-w (org-agenda-write). However, if I do that and select filename.org as target, I get all headings in the agenda, but the last one first and the first one

Re: [O] new to exporting: how to export to a specific location (aromatically?)

2014-08-17 Thread Charles Millar
Hi Xebar Xebar Saram wrote: Hi list im new (in general and to exporting in particular). I have a few questions: 1.how does one specify a location where exported files go? can one set this per file or perhaps per export type etc? Org manual section 12.3 at the end EXPORT_FILE_NAME for subtre

[O] LATEX_HEADER export problem

2014-08-20 Thread Charles Millar
Hi, I have the following in a file that I export to LaTeX #+LATEX_CLASS: mysetup #+LATEX_HEADER: \newcommand{\RATE}{65.00} mysetup class (add-to-list 'org-latex-classes '("mysetup" "\\documentclass[11pt,letterpaper,oneside]{scrartcl} \\usepackage{verbatim} % \\usepackage[T1]{fonte

Re: [O] dropping the debian version

2014-08-26 Thread Charles Millar
Sharon, Sharon Kimble wrote: This has been probably been asked many times before but auntie google can't find it if so. I've just updated my git clone of org-mode to its version '409913b253de2de1b49f9468a4b77b9292e090c4' from 'ORIG_HEAD' and I've done --8<---cut here---s

Re: [O] Table formula with @I

2014-09-02 Thread Charles Millar
Andrea Rossetti wrote: "Loris Bennett" writes: In the following: | | | | | | | | |---+---+---| | 1 | 1 | 1 | #+TBLFM: @I$3=1 I expected to get a '1' just in the third column. Where am I going wrong? (apologies in advance for suggesting just a workaround instead of a rational ex

Re: [O] simple expense tracking with org

2014-09-20 Thread Charles Millar
Thorsten Jolitz wrote: torys.ander...@gmail.com (Tory S. Anderson) writes: Could you give a few snippets of examples -- what the org files with tags look like, what the result looks like? I'm interested because I also use Org to do my budgeting and finances. You two know about ledger-cli, emac

[O] Exporter dispatcher bug?

2014-09-24 Thread Charles Millar
Have I missed an announcement? Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. I tried M-x org-export-dispatch and HTML was also included. i have exited emacs and restarted - same results. Org-mode version 8.3beta (release_8.3beta-400-g200eeb @ c:/cygwin/hom

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Charles Millar
Brady Trainor wrote: Charles Millar writes: Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. What is the result C-h v org-export-backends? -- snip -- Its value is (ascii html icalendar latex) -- snip -- Charlie --- This email is free from viruses and

Re: [O] Exporter dispatcher bug?

2014-09-25 Thread Charles Millar
Brady and Charles and all, Thanks for your suggestions. The following is rather long-winded. Charles Berry wrote: Brady Trainor uw.edu> writes: Charles Millar verizon.net> writes: Brady Trainor wrote: Charles Millar verizon.net> writes: Today, using C-c C-e, the dispatc

Re: [O] Exporter dispatcher bug?

2014-09-25 Thread Charles Millar
What I meant was: You should eval (mapcar 'org-export-backend-name org-export--registered-backends) to see what backends are available to the dispatcher. If you copy that line into an emacs buffer (like *scratch*), put point after it and type C-x C-e, you will see the backend names listed i

Re: [O] Export dispatcher interface change

2014-10-03 Thread Charles Millar
In case it helps to track the bug, I reported this to the list a week or two ago. See my message of 9/24 and the subsequent messages of how M-x org-export-html, etc added to the export dsipatcher Charlie Millar Jacek Generowicz wrote: Hello, I am used to the export dispatcher offering sectio

Re: [O] Export dispatcher interface change

2014-10-03 Thread Charles Millar
Charles Millar wrote: In case it helps to track the bug, I reported this to the list a week or two ago. See my message of 9/24 and the subsequent messages of how M-x org-export-html, etc added to the export dsipatcher Charlie Millar My apologies to Brady Trainor and Charles Berry - I

Re: [O] Extremely slow org-table operations

2014-10-29 Thread Charles Millar
Hi, York Zhao wrote: I think Org 8.3 should improve the situation. Please test it if you can. I was aware that my "emacs -Q" test was done against org-mode version 8.2.x. However, I use the latest org-mode from Git everyday. For example, the version I'm currently using is (from M-x org-version)

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
mention other files in which I had multiple tables, some with references to other tables in the file. At times "M-x org-table-iterate-buffer-tables" seemed to take eternity, squared. (Imagine a smiley face placed here.) >> On Thu, Oct 30, 2014 at 12:40 AM, Charles Millar wro

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Earlier today I attempted to send the following. Charles Millar wrote: Hi Michael, Michael Brand wrote: Hi Charles First I would like to point out that to my understanding there are now two separate issues in discussion in this thread which are easy to mix up: 1) The same table calculates

[O] Fwd: Re: Extremely slow org-table operations

2014-10-31 Thread Charles Millar
references to other tables in the file. At times "M-x org-table-iterate-buffer-tables" seemed to take eternity, squared. (Imagine a smiley face placed here.) On Thu, Oct 30, 2014 at 12:40 AM, Charles Millar wrote: I learned that the hard way when I had one table - four columns, three simpl

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
the file. At times "M-x org-table-iterate-buffer-tables" seemed to take eternity, squared. (Imagine a smiley face placed here.) On Thu, Oct 30, 2014 at 12:40 AM, Charles Millar wrote: I learned that the hard way when I had one table - four columns, three simple addition formulas with a

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Hi York, York Zhao wrote: @Charlie Millar: > IIRC Carsten Dominik made the following observation: org tables are extremely > slow if they are used as workbooks/spreadsheets and there are many entries > (many is undefined). Thanks for the information, could you please clarify what "entry" m

Re: [O] How to specify output file for org-latex-export-to-pdf

2014-12-20 Thread Charles Millar
Hi Guido, Guido Van Hoecke wrote: Hi, How can I specify the desired output filename so that org-latex-export-to-pdf does no longer prompt me in the minibuffer? I call it from a temporary buffer *perls* and always want to export to /tmp/perls.pdf I've read the docs and tried to understand

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Charles Millar
Hi Carsten, On 9/28/2013 2:11 AM, Carsten Dominik wrote: Hi everyone, today I looked at our tutorial page at http://orgmode.org/worg/org-tutorials/index.html and came away with the feeling that that this page has become somewhat useless for people who are really new to Org. - I disagree. Your

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Charles Millar
On 9/28/2013 3:52 PM, Thomas S. Dye wrote: Aloha Carsten, snip First, I think that most statements about "what Org-mode is" are outdated. Many of them are quite good, but they represent the previous state of an evolving system and so fail to capture the full scope. To my mind, Org-mode is a "r

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Charles Millar
On 9/28/2013 5:52 PM, John Hendy wrote: On Sat, Sep 28, 2013 at 4:31 PM, Marcin Borkowski wrote: Dnia 2013-09-28, o godz. 16:50:09 Charles Millar napisał(a): On 9/28/2013 3:52 PM, Thomas S. Dye wrote: Aloha Carsten, snip First, I think that most statements about "what Org-mode is

Re: [O] Difficulties Accessing git Repository

2013-10-08 Thread Charles Millar
Hello, On 10/8/2013 1:32 PM, Josiah Schwab wrote: Hi All, I just tried to pull from the main org-mode git repository. I encountered the following failure. , | monolith:(stable) org-mode$ git pull | fatal: read error: Connection reset by peer ` I can confirm this issue. I successful

Re: [O] Difficulties Accessing git Repository

2013-10-09 Thread Charles Millar
Hi again, On 10/9/2013 3:17 AM, Carsten Dominik wrote: Hi, I just pulled successfully. - Carsten It is four hours after Carsten's post and I was not successful on either my Vista machine using Cygwin 1.7.25 or my Debian Lenny. Charlie

[O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX radio table (section A.6.2) from the manual into a scratch.org file, put the

Re: [O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
On 11/8/2013 10:24 AM, Charles Millar wrote: I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX radio table (section A.6.2

Re: [O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
Nick On 11/8/2013 3:56 PM, Nick Dokos wrote: Charles Millar writes: I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Charles Millar
Jason, On 11/28/2013 7:02 AM, Jason Lewis wrote: Hi, How can I export an org file to LaTeX with a document class of ltugboat? I've seen the example linked below but it doesn't appear to work in 8.2.1 and in fact states its for org < 8.0. http://orgmode.org/worg/org-tutorials/org-latex-export.h

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Charles Millar
subsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) made an org file: #+LaTeX_CLASS: ltugboat TEST but when I export it gives an error: user-error:

Re: [O] emacs-lisp babel won't print

2015-09-25 Thread Charles Millar
maybe add :results output to the last block On 09/25/2015 12:04 PM, Lawrence Bottorff wrote: #+BEGIN_SRC emacs-lisp (setq animals '(gazelle giraffe lion tiger)) #+END_SRC #+RESULTS: | gazelle | giraffe | lion | tiger | and then this #+begin_src emacs-lisp (defun print-elements-of-list (list)

[O] bug: latex exporter

2015-09-29 Thread Charles Millar
Since Monday morning (New York time) I have not been able to export to pdflatex (worked OK the night before). Instead the message buffer reads symbol's value as variable is void - compile GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Or

Re: [O] bug: latex exporter

2015-09-30 Thread Charles Millar
I see that Rasmus has fixed this. Thank you. On 09/29/2015 03:00 PM, Rainer M Krug wrote: Envoyé de mon iPhone Le 29 sept. 2015 à 11:37, Charles Millar a écrit : Since Monday morning (New York time) I have not been able to export to pdflatex (worked OK the night before). Instead the

Re: [O] bug: latex exporter

2015-10-01 Thread Charles Millar
On 10/01/2015 09:07 AM, Rainer M Krug wrote: Kaushal Modi writes: It seems as if no one got the email I sent out yesterday, very odd. On Sep 30, 2015 4:59 PM, "Charles Millar" wrote: This is indeed a twisted and strange thread... Not only this thread but the list for about tw

Re: [O] Delays in posting

2015-10-01 Thread Charles Millar
Hi Nick, On 10/01/2015 11:57 AM, Nick Dokos wrote: This is just an FYI. Over the past couple of days, I've noticed delays in posting. I posted a couple of things two days ago that didn't show up until one day later. I believe a couple of other people have noticed the same thing. I figured that

[O] Featur request org-table-iterate-table-subtree

2015-10-24 Thread Charles Millar
Please see the attached example. If I call org-table-iterate-buffer-tables, Summary1 and Summary2 both are calculated using the referenced tables in heading "first set of tables" and the tables in the second heading are disregarded. Without going into the details there are times when I use cer

Re: [O] How to hide past days in Agenda view

2015-11-27 Thread Charles Millar
Hi, On 11/27/2015 08:45 AM, sgeorgii . wrote: Hello! The subject question. When I M-x org-agenda and it is now Friday - in my weekly agenda view I want only to see Friday (today), Saturday and Sunday. I.e. only remaining part of the week. By default my agenda shows from Monday till Sunday

Re: [O] Featur request org-table-iterate-table-subtree

2015-11-27 Thread Charles Millar
-subtree. Charlie Millar On 10/24/2015 09:18 PM, Charles Millar wrote: Please see the attached example. If I call org-table-iterate-buffer-tables, Summary1 and Summary2 both are calculated using the referenced tables in heading "first set of tables" and the tables in the second h

Re: [O] problem with org-capture

2015-12-02 Thread Charles Millar
Hi, On 12/02/2015 04:24 PM, Nicolas Goaziou wrote: Hello, Eric S Fraga writes: However, it only partially fixed. The system does now prompt as it should but the mini-buffer input only allows single words. Hitting space bar attempts to do completion. I believe the input should be free form

Re: [O] problem with org-capture

2015-12-03 Thread Charles Millar
On 12/03/2015 04:02 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: I think it is still broken in another way my template for capturing time as I work on a files - ("s" "timeslip" table-line (file "/mnt/Data/ActiveFiles

Re: [O] problem with org-capture

2015-12-03 Thread Charles Millar
On 12/03/2015 05:38 PM, Nicolas Goaziou wrote: Hello, Mike McLean writes: At the risk of piling on, I too am having problems with Org Capture templates that haven't changed in a long time. The sample below used to function like: 1. I would call it from org-capture, select the “af” temp

[O] what is atril?

2015-12-06 Thread Charles Millar
I just noticed that after I export a subtree to latex the following appears in the minibuffer running atril /path/to/output/file What is atril? I have tried info-apropos, C-h f, C-h v, Google, etc. Charlie Millar

Re: [O] Featur request org-table-iterate-table-subtree

2015-12-07 Thread Charles Millar
Hi Aaron, On 12/03/2015 02:17 PM, Aaron Ecay wrote: Hi Charlie, 2015ko azaroak 27an, Charles Millar-ek idatzi zuen: Any thoughts? Any body? Well, FWIW... #+tblname’s should be unique within a document. Your problems stem from that, and your proposed solutions all work around it in some way

Re: [O] what is atril?

2015-12-08 Thread Charles Millar
. Charlie On 12/06/2015 04:49 PM, Charles Millar wrote: I just noticed that after I export a subtree to latex the following appears in the minibuffer running atril /path/to/output/file What is atril? I have tried info-apropos, C-h f, C-h v, Google, etc. Charlie Millar

[O] Bug: time duration in capture template broken

2016-01-04 Thread Charles Millar
Until recently given the following capture template "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc would result in * APPOINTMENT <2016-02-29 Mon 09:00-10:00> Location Reason it now results in ** APPOI

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Charles Millar
Hi, On 01/05/2016 05:31 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: Until recently given the following capture template "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc would

[O] Bug: Capture prompt - white space throws a [no match]

2016-01-11 Thread Charles Millar
Given the following template "\| %(org-read-date)\| %^{InputSomething}" org-read-date works fine , but any attempt to enter a space character in "InputSomething" gives the following in the minibuffer [No match] Charlie Millar

[O] Bug: Capture prompt - white space throws a [no match] (resent with version info)

2016-01-11 Thread Charles Millar
Given the following template "\| %(org-read-date)\| %^{InputSomething}" org-read-date works fine , but any attempt to enter a space character in "InputSomething" gives the following in the minibuffer [No match] GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015

[O] Bug: State change not entered in corresponding TODO entry

2016-01-12 Thread Charles Millar
I group all of my TODO items in one file under one first level heading, e.g. * TODO'a ** TODO this is a test :CM: DEADLINE: <2016-01-15 Fri> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:22] ** TODO this is another test

[O] Bug: State change not entered in corresponding TODO entry (resent with version info)

2016-01-12 Thread Charles Millar
I group all of my TODO items in one file under one first level heading, e.g. * TODO'a ** TODO this is a test :CM: DEADLINE: <2016-01-15 Fri> :OTHERINFO: :END: Date Entered [2016-01-12 Tue 13:22] ** TODO this is another test

Re: [O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3 (8.3.3-2-g6bc48c-elpa @ /home/nmarais/.emacs.d/elpa/org-20160111/)]

2016-01-15 Thread Charles Millar
Hi Neilen, On 01/15/2016 06:14 AM, Neilen Marais wrote: I tested this with both the packaged org-mode that came with my ubuntu 15.04 emacs24 install and with the latest org version on elpa. Tasks with deadlines in the future spuriously show up under today's schedule. E.g. Today is 2016-01-15 an

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Charles Millar
On 01/22/2016 04:19 PM, Robert H. Klein wrote: On Fri, 22 Jan 2016 13:56:20 -0500 Gary Oberbrunner wrote: I can't clone the repo, I get this error: % git clone git://orgmode.org/org-mode.git fatal: read error: Connection reset by peer Is it just me? Is your public key registered on the ser

Re: [O] org-capture -- optionally add time-of-day as with C-c . ?

2016-02-10 Thread Charles Millar
Hi John, On 02/10/2016 04:22 AM, John Magolske wrote: In setting up org-capture, I'd like to have behaviour similar to what `org-time-stamp` provides, which by default is bound to: C-c . That command in org-mode brings up a 3-month calendar and a minibuffer prompt for entering a date. Wit

[O] Bug: :export results does not replace previous results designated block

2016-02-22 Thread Charles Millar
The last time (last Wednesday or so) I executed the following code ** Some subheading #+NAME: SCHEDAP #+begin_src rec :data foo.rec :type Finance :fields AssetDate,Description,Basis :results silent (File = 'Estate' && AccountSchedule = 'A') #+end_src #+RESULTS: SCHEDAP #+NAME: SCHEDA #+begin_s

Re: [O] Bug: :export results does not replace previous results designated block

2016-02-23 Thread Charles Millar
Hi Nicolas, On 02/22/2016 03:17 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: The last time (last Wednesday or so) I executed the following code ** Some subheading #+NAME: SCHEDAP #+begin_src rec :data foo.rec :type Finance :fields AssetDate,Description,Basis :results silent

Re: [O] Bug: :export results does not replace previous results designated block

2016-02-23 Thread Charles Millar
On 02/23/2016 09:44 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: On 02/22/2016 03:17 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: The last time (last Wednesday or so) I executed the following code ** Some subheading #+NAME: SCHEDAP #+begin_src rec :data

Re: [O] org-collector - propview display problems

2016-03-01 Thread Charles Millar
Hi, On 02/29/2016 01:04 PM, dche wrote: Hello I tried to use org-collector with the example propose at this link http://orgmode.org/worg/org-contrib/org-collector.html I would like to use propview as cited in example but whatever I do, I get the outputs below. * Example #+BEGIN: propview :

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |---

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |---

[O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-25 Thread Charles Millar
I have a #+SETUPFILE which starts as follows #+LATEX_HEADER: \usepackage{lastpage} #+LATEX_HEADER: \usepackage{scrpage2} #+LATEX_HEADER: \pagestyle{scrheadings} #+LATEX_HEADER: \setkomafont{pagefoot}{\normalfont\rmfamily} #+LATEX_HEADER: \ifoot{foobar} #+LATEX_HEADER: \cfoot[\pagemark]{\hspace{1.

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-25 Thread Charles Millar
"Pushed" the send button too soon LMDE2 GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.4 (release_8.3.4-655-g9fb077 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) On 03/25/2016 08:56 PM, Charles Mi

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-26 Thread Charles Millar
Hi Eric On 03/26/2016 05:36 AM, Eric S Fraga wrote: On Friday, 25 Mar 2016 at 20:56, Charles Millar wrote: [...] \newcommand\foo{bar} The problem is this line. The proper syntax is \newcommand{\foo}{bar} Thanks for the correction. I escaped the \foo otherwise I had a spurious "ooba

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-26 Thread Charles Millar
Eric, On 03/26/2016 08:51 AM, Eric S Fraga wrote: On Saturday, 26 Mar 2016 at 07:52, Charles Millar wrote: [...] Thanks for the correction. I escaped the \foo otherwise I had a spurious "oobar" at the beginning of the exported document so that my latex class has \newcommand{\\fo

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-26 Thread Charles Millar
On 03/26/2016 01:14 PM, Eric S Fraga wrote: On Saturday, 26 Mar 2016 at 10:15, Charles Millar wrote: [...] I was not clear - I ran the exports after I made the correction to "mysetup", i.e. \newcommand{\\foo}{bar} but I am confused: why the \\ for foo but \ for newcommand? My typ

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-03-28 Thread Charles Millar
On 03/26/2016 01:14 PM, Eric S Fraga wrote: On Saturday, 26 Mar 2016 at 10:15, Charles Millar wrote: [...] I was not clear - I ran the exports after I made the correction to "mysetup", i.e. \newcommand{\\foo}{bar} but I am confused: why the \\ for foo but \ for newcommand? W

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-04-03 Thread Charles Millar
Hello, On 04/02/2016 05:00 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: [...] "mysetup" class is (add-to-list 'org-latex-classes '("mysetup" "\\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl} [...] \\newco

Re: [O] orgmode and a database

2016-04-04 Thread Charles Millar
Hi, On 04/04/2016 03:46 PM, Uwe Brauer wrote: Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? I have been using recutils with orgmode for more than year - still learning of course. So far, my experience has been fine. I am

Re: [O] orgmode and a database

2016-04-05 Thread Charles Millar
Hi, On 04/05/2016 06:43 AM, Colin Baxter wrote: Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? thanks Uwe Brauer I've just installed recutils from source. If you do the same then be aware that as well as the usual linux pa

Re: [O] orgmode and a database

2016-04-05 Thread Charles Millar
Hi, On 04/05/2016 09:04 AM, Colin Baxter wrote: Hi, On 04/05/2016 06:43 AM, Colin Baxter wrote: Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? thanks Uwe Brauer I've just installed recutils from source. If you do the sam

Re: [O] orgmode and a database

2016-04-05 Thread Charles Millar
Uwe, On 04/05/2016 06:32 AM, Uwe Brauer wrote: > Hi, > On 04/04/2016 03:46 PM, Uwe Brauer wrote: > I have been using recutils with orgmode for more than year - still > learning of course. So far, my experience has been fine. I am still > developing some sort of standard data

Re: [O] Feature Request: Time Line in Lab Book

2016-04-05 Thread Charles Millar
On 04/05/2016 09:34 AM, Eric S Fraga wrote: On Tuesday, 5 Apr 2016 at 15:12, Dominik Schrempf wrote: Do I make myself clear now? Yes and I think the key would be to ensure that every note etc. has a heading. This avoids all the problems you have with non-terminated entries. Avoid a flat st

Re: [O] orgmode and a database

2016-04-05 Thread Charles Millar
On 04/04/2016 04:27 PM, Charles Millar wrote: Hi, On 04/04/2016 03:46 PM, Uwe Brauer wrote: Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? A few months ago I added recutils or "rec" to the Babel:la

Re: [O] Bug in vsum in org-mode table?

2016-04-22 Thread Charles Millar
On 04/22/2016 03:34 PM, Thierry Banel wrote: You can format the result as *2.0* with the *f1* modifier (or *f5* to get *2.0* and so on) #+TBLFM: @>$1=vsum(@2..@>>)*;f1* In the manual the decimal format %.2f, etc. is shown as an example but apparently the f2 format is not mentioned. Is t

Re: [O] Bug in vsum in org-mode table?

2016-04-24 Thread Charles Millar
On 04/22/2016 06:12 PM, Thierry Banel wrote: Le 22/04/2016 22:10, Charles Millar a écrit : On 04/22/2016 03:34 PM, Thierry Banel wrote: You can format the result as *2.0* with the *f1* modifier (or *f5* to get *2.0* and so on) #+TBLFM: @>$1=vsum(@2..@>>)*;f1* In the manual th

[O] bug org-list-send-list

2016-05-21 Thread Charles Millar
Using the following on LMDE 2 GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.4 (release_8.3.4-833-g2ed5e6 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) I have (require 'ox-latex) in my .emacs.d/init.el The fo

Re: [O] bug org-list-send-list

2016-05-22 Thread Charles Millar
Hi Nick, On 05/22/2016 07:17 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: The following radio table is in LaTeX major mode and orgstruct minotr mode per the manual. % BEGIN RECEIVE ORGLST radioTableTest % END RECEIVE ORGLST radioTableTest \begin{comment} #+ORGLST: SEND

[O] Problem exporting to pdflatex

2016-05-26 Thread Charles Millar
Hi, I just upgraded via git to Emacs 25. My init file loads OK and everything "seems" to work, except: Upon attempting to export to pdflatex following error results Debugger entered--Lisp error: (wrong-type-argument arrayp nil) file-truename(nil) find-file-noselect-1(#Thisfiletobeexported

Re: [O] Problem exporting to pdflatex

2016-05-26 Thread Charles Millar
Negleted to mention that the export to pdflatex worked fine with Emacs 24 version included in LMDE Betsy. On 05/26/2016 07:28 PM, Charles Millar wrote: Hi, I just upgraded via git to Emacs 25. My init file loads OK and everything "seems" to work, except: Upon attempting to

Re: [O] Exported document does not open in associated application upon export completion (was Problem exporting to pdflatex)

2016-05-31 Thread Charles Millar
(x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2016-05-26 Org-mode version 8.3.4 (release_8.3.4-872-g3d0ade @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) backtrace attached (org mode was reloaded, not compiled) Charlie Millar On 05/26/2016 07:44 PM, Charles Millar wrote: Negleted to

[O] inline code block problem; first attempt

2016-06-08 Thread Charles Millar
C-c C-c works on this #+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1] totalcommissions #+end_src #+RESULTS: : 0.0 but not on this Inline version src-emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1]]{totalcommissions} What am I missing? Charlie Millar

Re: [O] inline code block problem; first attempt (correction)

2016-06-08 Thread Charles Millar
On 06/08/2016 02:28 PM, Charles Millar wrote: C-c C-c works on this #+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1] totalcommissions #+end_src #+RESULTS: : 0.0 but not on this Inline version src_emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1]]{totalcommissions} What

Re: [O] inline code block problem; first attempt

2016-06-08 Thread Charles Millar
I am getting careless. On 06/08/2016 02:36 PM, Eric S Fraga wrote: Can you please post a complete example so that others can try it? Also, what version of org etc.? sample.org file * TOTALCOM :ignoreheading: #+NAME: TOTALCOM #+ATTR_LATEX: :mode table :environm

Re: [O] [PATCH} Re: inline code block problem; first attempt

2016-06-11 Thread Charles Millar
Good morning, On 06/10/2016 05:49 PM, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: Sounds good. Done. Thank you for the feedback. Thank you Nicolas and Chuck. Works for me, now. Charlie Millar

[O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
I am not sure if this is a bug in orgmode latex exporter or whether it is specific to LaTeX and that there is some code that will take care of this. First, attached is a copy of my LaTeX setup. I recently added \\usepackage[npthousnadsep{,}]{numprint} to my setup. When I export the following

Re: [O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
Forgot to mention that just a plain 9.99 (no code blocks) exports the same way, comma above the 9.99 On 06/13/2016 08:31 AM, Charles Millar wrote: I am not sure if this is a bug in orgmode latex exporter or whether it is specific to LaTeX and that there is some code that will take

Re: [O] vertically misplaced thousands separator

2016-06-13 Thread Charles Millar
I just realized this behavior also occurs for just a series of letters On 06/13/2016 08:46 AM, Charles Millar wrote: Forgot to mention that just a plain 9.99 (no code blocks) exports the same way, comma above the 9.99 On 06/13/2016 08:31 AM, Charles Millar wrote: I am not sure

Re: [O] [BUG] Loading ob-shell fails with lexical binding

2016-06-20 Thread Charles Millar
Hi, On 06/20/2016 11:56 AM, Kyle Meyer wrote: Hello, After moving ob-shell.el over to lexical binding (2108f0c), emacs -Q with "(require 'ob-shell)" reports Debugger entered--Lisp error: (wrong-type-argument sequencep function) concat("org-babel-execute:" function) (intern

[O] symbol's value as vatiable is void:: result-params

2016-06-20 Thread Charles Millar
When I evaluate the following the above error results (this source blosk and all others that are similar evaluated successfully a few days ago) #+NAME: SCHEDAP #+begin_src rec :data foo.rec :type Finance :fields AccountDate,Description,AccountAmount :results silent (File = 'RevTrust' && Acco

[O] bug - active and inactive time stamps incorrect year for current date and rest of month

2015-02-10 Thread Charles Millar
When I call either active or inactive timestamps and enter the current date from the keyboard, i.e. 2/10, rather than simply pressing enter the result is <2016-02-10 Wed> or [2016-02-10 Wed], i.e. the year is already advanced. If I enter any date in the rest of the month in same manner such as

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-13 Thread Charles Millar
On 02/12/2015 07:37 PM, Yuri Niyazov wrote: PS It is clear that you can *both* select the correct date using calendar, and *then* type in the time while still in the calendar selector, right? On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov wrote: On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-13 Thread Charles Millar
On 02/13/2015 08:14 AM, Charles Millar wrote: On 02/12/2015 07:37 PM, Yuri Niyazov wrote: PS It is clear that you can *both* select the correct date using calendar, and *then* type in the time while still in the calendar selector, right? On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov wrote

Re: [O] Is it possible to implement a TARGET date in addition to SCHEDULED and DEADLINE?

2015-03-28 Thread Charles Millar
Hi Martin, On 03/28/2015 12:28 AM, M wrote: I wonder how difficult it would be to add a 3rd "TARGET" date to headings/tasks, which is treated similar to Deadline and Scheduled dates (can be used in agenda, can be easily set and modified, ...) : example: * TODO [#A] My org-mode task TARGET: <20

[O] Emacs-Orgmode Archive search fails

2015-04-02 Thread Charles Millar
It has been a while since I searched the mailing list archives. Did I miss an announcement or is the search engine broken? For the past few days, any search request in the mailing list archives either yields no result or just one and the same result - "Citations, continued, etc." /archive/html

Re: [O] Emacs-Orgmode Archive search fails

2015-04-03 Thread Charles Millar
On 04/03/2015 10:11 AM, Nick Dokos wrote: Charles Millar writes: It has been a while since I searched the mailing list archives. Did I miss an announcement or is the search engine broken? For the past few days, any search request in the mailing list archives either yields no result or just

[O] org-collector bug

2015-04-17 Thread Charles Millar
I have attempted to use org-collector. Each time, including the example at [Search domain orgmode.org] orgmode.org/worg/org-contrib/org-collector-example.html all c

Re: [O] org-collector bug

2015-04-18 Thread Charles Millar
Spoke too soon. Went to a terminal, loaded emacs -q and then loaded org-ocllector.el. It worked as advertised. Then loaded emacs ("normally") and org-collector.el did not yield expected results, So I will check my .emacs Charlie Millar On 04/17/2015 06:43 PM, Charles Millar wro

[O] Appears that org-mode 8.3 breaks org-collector.el

2015-04-18 Thread Charles Millar
I have just started using org-collector so . . . org-collector works as expected using GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on binet, modified by Debian Org: 8.2.10 release_8.2.10 but fails if GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-

Re: [O] Appears that org-mode 8.3 breaks org-collector.el

2015-04-18 Thread Charles Millar
Did the recent property drawer syntax changes ahve anything to do with this? On 04/18/2015 08:59 AM, Charles Millar wrote: I have just started using org-collector so . . . org-collector works as expected using GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on binet

  1   2   3   >