Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-08 Thread Jeff Kowalczyk
Nick Dokos gmail.com> writes: > Check your load-path. Thanks. My load-path seems to put Org from git first. Moving that checkout back to 288ffa fixes, newer versions have the problem behaviors. Am I overlooking something that could still lead to a mixed Org version?: ("/home/myuser/.emacs.d/el

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Jeff Kowalczyk
Nicolas Goaziou nicolasgoaziou.fr> writes: > > >> `org-planning-line-re' is a defconst defined in "org.el". It looks like > >> a mixed installation. > > > > It's possible, how do I confirm? > > M-x org-version might tell you. You can also try to "make autoloads". You are correct, there is a dis

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Jeff Kowalczyk
Nicolas Goaziou nicolasgoaziou.fr> writes: > > Jeff Kowalczyk gmail.com> writes: > > > Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: > > > > Using M-q to fill a paragraph, error on the line at point: > > > > user

[O] Symbol's value as variable is void: org-planning-line-re

2014-09-01 Thread Jeff Kowalczyk
Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: Using M-q to fill a paragraph, error on the line at point: user-error: An element cannot be parsed line 7149 user-error: An element cannot be parsed line 7141 When using M-RET to insert a heading: byte-code: Symbol's va

[O] Checkboxes with org-list-allow-alphabetical

2014-06-16 Thread jeff Kowalczyk
Using Org-mode version 8.2.6 (release_8.2.6-1) git master 25fc4d: Alphabetic ordered lists do not seem to work with checkboxes: : (setq org-list-allow-alphabetical t) Type a checkbox, but org doesn't seem to parse it: : * heading : : 1. [ ] numeric heading :a. [ ] alphabetic subheading (ty

Re: [O] #+TAGS has some groups with many entries, suppress hotkey assignment

2013-09-17 Thread Jeff Kowalczyk
Carsten Dominik writes: > Please take a look at the variable org-use-fast-tag-selection > and see if there is a setting that you find useful. Thanks Carsten, 'auto is the behaviour I am seeking. Is org-use-fast-tag-selection 'auto working as intended? It seems to be acting like value t as describ

[O] clocktable column order e.g. :properties at rightmost position?

2013-08-31 Thread Jeff Kowalczyk
Is there a way to configure column order in clocktable output? I have a workable way to display TAGS now for clocked task now, but the width of multiply-tagged items will make the clocktable output less usable. I'd prefer to move it over to the right-most position: : #+BEGIN: clocktable :maxlevel

Re: [O] [PATCH] New clocktable-feature: Structure clocktable bytags rather than by hierarchy

2013-08-25 Thread Jeff Kowalczyk
Carsten Dominik gmail.com> writes: > > Hi Bernd, > > wow, if this works as advertised, this is great. > > Does your mechanism see inherited tags? > > You need to sign the papers with the FSF for this patch. Are > you willing to do this? > > - Carsten Did any variation of this functionality

[O] org-clock-save.el state unwanted Resume clock prompt

2013-08-16 Thread Jeff Kowalczyk
When opening any org mode files or using M-x org-mode on a buffer, I get the following prompt: : Resume clock (bsmith re: status update) (y or n) n Which refers to a specific heading in one specific org file, used all day most days. : ** DONE bsmith re: status update :CLOSED: [2013-08-06 Tu

[O] #+TAGS has some groups with many entries, suppress hotkey assignment

2013-08-16 Thread Jeff Kowalczyk
I am using a tagging strategy that required some mutually exclusive tag groups to have large numbers of entries. In the example below facilty and customer can be 30-50 entries to start, and grow slowly from there. #+TAGS: { category: admin(a) development(d) #+TAGS: { facility: fac1 fac2 fac3 fac

Re: [O] Bug: Append new heading when :END: exists

2013-04-22 Thread Jeff Kowalczyk
Sometime after 37f94d2 , a bug appeared which seems close to the thread subject: When in the body of a heading, and pressing meta-enter, message prints: 'not in item'. Reverting to 37f94d2 fixes. Thanks, Jeff

[O] Agenda to view chronology of time spent on tasks

2013-04-19 Thread Jeff Kowalczyk
Is there a way of using agenda to view time spent on tasks in chronological order, where multiple non-contiguous I track tasks and time spent on a per-day basis with the following two-level org usage: * <2013-04-19 Fri> #+BEGIN: clocktable :maxlevel 2 :scope subtree #+CAPTION: Clock summary a

[O] org-mode git, el-get, recently many functions' defintion void

2013-02-19 Thread Jeff Kowalczyk
I use emacs-24, org-mode from git, el-get from git. Each morning I update org-mode, make clean && make. About 2-3 days ago, I noticed the org-export dispatcher wasn't working. Then I saw increasing functional areas of org returning errors re: function definition void: : org-ctrl-c-ctrl-c: Symbol'

Re: [O] BUG: Clocking is broken in master

2012-07-13 Thread Jeff Kowalczyk
Bernt Hansen norang.ca> writes: > I upgraded to release_7.8.11-174-g3ecd7a9 > this morning and after setting my clock I can't clock in on another task > anymore (the clock doesn't move) > > I reverted back to release_7.8.11-88-g802fc65 which works for me. > > I don't have time to pursue the caus

[O] lisp/ob-shen.el:37:1:Error: Cannot open load file: inf-shen

2011-10-07 Thread Jeff Kowalczyk
Just FYI, on git master @ 13b4f I'm seeing a Make error during byte compilation of lisp/ob-shen.el: emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f batch-byte-compile lisp/ob-shen.el In toplevel

[O] Line with single character : as valid literal area

2011-05-14 Thread Jeff Kowalczyk
Feature request to add ^:$ as valid literal area. I would prefer to call delete-trailing-whitespace on org buffers before save and git check-in: : >>> 2+2 : 4 :(EOL) I don't yet use all of org syntax, but this is the only part of my own outlines that I've made invalid by deleting trailing whitesp

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Dokos wrote: > Try > > (add-to-list 'load-path "~/.emacs.d/el-get/org-mode") > > It is failing on "lisp/org" so that might fix it: it would > be nice to know *who* is looking for "lisp/org" however - > is it org-reload? > > Nick Thanks Nick, your suggestion worked. It makes a lot more s

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Dokos hp.com> writes: > We need a backtrace: see section 1.4, "Feedback", in the Orgmode manual. > But clearly, this is not an orgmode error: emacs just cannot find the file > to load (for whatever reason - the backtrace will make clear what the reason > is, but it is probably an incorrect lo

[O] file-error

2011-05-10 Thread Jeff Kowalczyk
I use el-get org-mode recipe, but I see the same behavior with a typical org-mode config from init.el. On org-mode git master start with emacs bzr trunk (emacs 24), org errors on load: File mode specification error: (file-error "Cannot open load file" "lisp/org") progn: Cannot open load file: li

[O] org-bibtex.el: var `description' lacks a prefix, redef get use labels instead

2011-04-28 Thread Jeff Kowalczyk
Unusual bug in git master this morning: make clean && make: ... emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f batch-byte-compile lisp/org-bibtex.el In toplevel form: org-bibtex.el:114:1:Warning

[Orgmode] Re: org-export: Cannot open load file: org-mode/lisp/org-latex

2011-01-05 Thread Jeff Kowalczyk
Jeff Kowalczyk yahoo.com> writes: > > I run Emacs bzr trunk (24) and Org git @de39bf. I tried pdflatex an outline > today (only ten minutes before the meeting, per coalmine-canary best practices > ;) ) and got the error: > > org-export: Cannot open load file: org-mode/li

[Orgmode] org-export: Cannot open load file: org-mode/lisp/org-latex

2011-01-04 Thread Jeff Kowalczyk
I run Emacs bzr trunk (24) and Org git @de39bf. I tried pdflatex an outline today (only ten minutes before the meeting, per coalmine-canary best practices ;) ) and got the error: org-export: Cannot open load file: org-mode/lisp/org-latex This occurs on all org files tested. I have tried: revertin

[Orgmode] Turn off all folding (drawers, headlines) during structure moves?

2010-12-13 Thread Jeff Kowalczyk
I prefer to work with all the Org elements visible, and get good results with #+STARTUP: showeverything . Even with this setting, during structure editing, drawers (e.g. :CLOCK:) fold when a headline is moved up or down in the structure, and a headline killed and yanked to a new location will yank

[Orgmode] clocktable empty on latex export selected subtree

2010-12-11 Thread Jeff Kowalczyk
When I export a selected subtree via pdflatex (C-c @, C-c C-e, p). the rows of the rendered clocktable are empty: --- Clock summary at 2010-12-11 Sat 21:00 Headline Time *Total time --- Exporting the whole buffer renders the rows correctly. Exporting the subtree (C-c @, C-c C-e, A) to ASCII wor

[Orgmode] Re: [bug] Update clocktable (C-cxr with point within clocktable) doesn't detect, inserts new clocktable at point

2010-11-22 Thread Jeff Kowalczyk
Jeff Kowalczyk yahoo.com> writes: > With Org Mode git, when I use C-c C-x C-r inside an existing clocktable, Org > inserts a new clocktable at point. The previous behavior was to detect and > update the existing clocktable, which I presume is still the intended > behavior. It&

[Orgmode] [bug] Update clocktable (C-cxr with point within clocktable) doesn't detect, inserts new clocktable at point

2010-11-19 Thread Jeff Kowalczyk
With Org Mode git, when I use C-c C-x C-r inside an existing clocktable, Org inserts a new clocktable at point. The previous behavior was to detect and update the existing clocktable, which I presume is still the intended behavior. Jeff ___ Emacs-orgmo

[Orgmode] Re: Wanted: org-publish-org-to-ascii

2010-10-14 Thread Jeff Kowalczyk
Matthias Danzl aol.com> writes: > That did the job! Thanks Juan. I can now publish to html and txt. Very > nice. How are you calling the function? I'm not familiar with what the plist parameter must be set to, at a minimum, for the call to work: (require 'org-publish) ;; (defun org-publish-org

[Orgmode] Re: Tracking time with MobileOrg

2010-10-07 Thread Jeff Kowalczyk
Richard Moreland ncogni.to> writes: > - If you click on the clocking icon at the bottom, a list of recently > clocked tasks will be shown, with the active one being highlighted. > You can stop the running clock, or start the clock on any of your recent > items. The UI ideas sound great. I would

[Orgmode] Tracking time with MobileOrg

2010-10-06 Thread Jeff Kowalczyk
Can the current version of MobileOrg be used for a simple time tracking workflow? (i.e. does it have an easy clock in and clock out?) My wife has a need for a simple time tracking application on the iPhone. The only number needed is total hours spent per period (e.g. month) on one task, the full-t

[Orgmode] Re: Org-mode screencasts

2010-09-26 Thread Jeff Kowalczyk
Eric Abrahamsen ericabrahamsen.net> writes: > > One thing that would be really excellent is to show keystrokes as you do > the tutorial. I don't know what system you're using, but this link: > > http://screencasters.heathenx.org/blog/2009/04/06/smaller-key-status-monitor/ > > > Rustom Mody wrote:

[Orgmode] Prevent Org timestamps breaking with paragraph fill?

2010-05-05 Thread Jeff Kowalczyk
I sometimes use Org timestamps in the body text of a headline. The timestamps break when filling with M-q. Is there a way to prevent this, i.e. Org timestamps as non-breaking words? Thanks. ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Org Mode spreadsheet SUMIF

2010-03-08 Thread Jeff Kowalczyk
(Apologies if this is a FAQ, a gmane.org search of this list did not return any matches) What is the Org Mode spreadsheet formula idiom for a SUMIF function? The objective is to add up the numeric values for rows matching a tag column: | 2010-03-01 | 12.2 | foo | | 2010-03-02 | 11.5 | foo | | 20

[Orgmode] PDF export with texlive-2009: AUTO.def not found.

2010-02-01 Thread Jeff Kowalczyk
I'm using texlive-2009 on Gentoo Linux with org-mode git at 04c86c5. Upon updating to texlive-2009, PDF export via pdflatex started producing the following error: --- This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009) entering extended mode (/home/myuser/org/acme.tex LaTeX2e <2009/09/24> Babe

[Orgmode] How to disable folding entirely

2009-11-03 Thread Jeff Kowalczyk
In certain editing scenarios, I would like to temporarily disable all folding including subtrees, property drawers, logbook entries, etc. i.e. the same initial unfolded state achieved with #+STARTUP showeverything (M-x showall), but unfolded state continues as new items are created, clocking in and

[Orgmode] Re: Separate function for config listing from org-submit-bug-report

2009-10-28 Thread Jeff Kowalczyk
Carsten Dominik gmail.com> writes: > Hi Jeff, > > I don't know why you are being prompted for you IMAP password, > but regardless of this the email should not be send automatically. > So I think you can go through the process and then copy the text and > just not send the message! The email c

[Orgmode] Separate function for config listing from org-submit-bug-report

2009-10-26 Thread Jeff Kowalczyk
The code to list a user's Org configuration which differs from the defaults is very useful. However, I've never run the M-x org-submit-bug-report command to completion, since I'm prompted for my GMail IMAP password before the config output is shown. I wouldn't want to spam the list with test data.

[Orgmode] Re: No definition for class `article'in `org-export-latex-classes'

2009-10-21 Thread Jeff Kowalczyk
Carsten Dominik gmail.com> writes: > I cannot reproduce this. > > Anyone? Yes, it's not producing the error at today's git HEAD. Sorry for the false alarm. I'm not sure what was causing it, I had reset the HEAD twice around f376fe to confirm when posting. That changeset didn't look like it cou

[Orgmode] No definition for class `article' in `org-export-latex-classes'

2009-10-20 Thread Jeff Kowalczyk
Using Org at e8e296 with emacs 23.1.1 and texlive-2008, when exporting to PDF, the following error occurs: Exporting to PDF... Exporting to LaTeX... org-export-latex-set-initial-vars: No definition for class `article' in `org-export-latex-classes' It still works as of 79031ab. The next changeset

[Orgmode] Re: Patch for resolving

2009-10-16 Thread Jeff Kowalczyk
John Wiegley gmail.com> writes: > On Oct 16, 2009, at 1:41 PM, John Wiegley wrote: > > > At the moment, the auto-resolver only checks files which are > > referred to by org-agenda-files. It does not scan the entire buffer > > list looking for any org-mode buffer. Do you think it should do t

[Orgmode] Re: Patch for resolving "away time" when clocked in

2009-10-16 Thread Jeff Kowalczyk
John Wiegley gmail.com> writes: > > On Oct 16, 2009, at 10:25 AM, Jeff Kowalczyk wrote: > > > I applied the patch against 93f396, and on Emacs 23.1 I get an error > > when clocking in. The error happens the first clock-in for > > each Emacs session, but the &#x

[Orgmode] Re: Patch for resolving "away time" when clocked in

2009-10-16 Thread Jeff Kowalczyk
John Wiegley gmail.com> writes: > Looking for anyone who uses Org's time clocking facilities and is > willing to test this with me. I've been using it for a couple of days > now. The functionality is based on the way the commercial app > OfficeTime handles idleness. Hi John, This is int

[Orgmode] Table formula referencing cells with HH:MM time strings, incorrect result

2009-09-25 Thread Jeff Kowalczyk
I am trying to use HH:MM time strings from clocktables in a table formula. First time I've used table formulas, BTW. When fetching the cells as remote(), I got strange results. The behavior is the same for regular references, so here's a regular-reference test case: | 17:36 | 17:36 | | 19:45 | 19

[Orgmode] Re: Export bug: _{ chars in enough headlines, pdflatex export fails

2009-09-25 Thread Jeff Kowalczyk
Nick Dokos hp.com> writes: > I don't understand why you need open braces in your headlines > at all - can't you just get rid of them? Hi Nick. I'm all set, I did remove brackets and underscores from headlines in this one large document. Now that I know about it, I won't use the characters in futu

Re: [Orgmode] Export bug: _ { chars in enough headlines, pdflatex export fails

2009-09-25 Thread Jeff Kowalczyk
Carsten Dominik gmail.com> writes: > > Hi Jeff, > > may I ask what the practical use case of _{ is? > > - Carsten Hi Carsten, There's no practical use case ;) I reported with a test case because it could be that _ and { are not escaped in clocktable summary in the same way that they are in

[Orgmode] Export bug: _ { chars in enough headlines, pdflatex export fails

2009-09-24 Thread Jeff Kowalczyk
Export to pdflatex fails if underscore or unclosed bracket characters are in enough headlines. Thanks, Jeff Testcase file demonstrating pdflatex export fail: --- #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:nil skip:nil d:t todo:nil pri:nil tag

[Orgmode] Export bug: LaTeX TOC headline numbers above 100 overlap headline

2009-09-24 Thread Jeff Kowalczyk
When the headline count for a pdftolatex export gets to be more than 100 lines, the TOC renders with the headline number directly touching the headline text. More than 1,000, and it starts to overlap. It would seem that LaTeX calculates the space to allocate for the headline number based on too

[Orgmode] clocktable :timestamp t, show CLOSED times

2009-09-24 Thread Jeff Kowalczyk
I have a need to timestamp clocked-time items in the clocktable summary. All headings are status DONE, logged with timestamp CLOSED. Can CLOSED be added as a timestamp which will be included in the clocktable column? Per the Org Manual: :timestamp A timestamp for the entry, when available.

[Orgmode] Re: =code= and ~verbatim~ with bashslash (\), LaTeX export

2009-09-23 Thread Jeff Kowalczyk
Bernt Hansen norang.ca> writes: > > Jeff Kowalczyk yahoo.com> writes: > > > Is there a way to escape backslashes (\) in code and verbatim that will export to LaTeX correctly? > > > > When writing =\\host\share= or =C:\path\to=, pdftolatex output is incor

[Orgmode] =code= and ~verbatim~ with bashslash (\), LaTeX export

2009-09-23 Thread Jeff Kowalczyk
Is there a way to escape backslashes (\) in code and verbatim that will export to LaTeX correctly? When writing =\\host\share= or =C:\path\to=, pdftolatex output is incorrect. The various methods described in [1] don't work for me in Org. Thanks, Jeff [1] http://stackoverflow.com/questions/25

[Orgmode] Re: LaTeX export of images

2009-09-23 Thread Jeff Kowalczyk
Sébastien Vauban writes: > Francesco Pizzolante wrote: > > In this case, we should just generate \includegraphics{myimage} without the > > centerline command. > > Given the output of the `\centerline' command, I guess that the inlining of an > image inside a line of text is not supported as is by

[Orgmode] Re: Using yasnippet with org Mode (C-i works TAB doesn't)

2009-09-18 Thread Jeff Kowalczyk
With Emacs 23.1, org git master, and yasnippet svn trunk, I have the problem that the TAB key does not expand snippets, but C-i does. I'm using the Org Manual's recommended configuration to address the conflict, see init.el lines matching org|yas below: (load-file "~/.emacs.d/vendor/yasnippet/yas

[Orgmode] Startup option for Show all, including drawers

2009-09-17 Thread Jeff Kowalczyk
When doing extensive search-replace in org files I find it is easier with visibility M-x show-all (C-u C-u C-u TAB). The files often remain in a bulk-editing phase for more than one session. Could we have a startup option for "show all, including drawers"? Thanks, Jeff P.S. Thanks for org-cloc

[Orgmode] lisp/org-agenda.el:33:1:Error: Key sequence C-c C-x m g starts with non-prefix key C-c C-x m

2009-09-17 Thread Jeff Kowalczyk
At 3651c206ee118d67ce1ee4b4dad0278b08356c37, my system sees a compilation error in org-agenda.el: >>> Compiling source in /var/tmp/portage/app-emacs/org-mode-/work/org-mode >>> ... make -j2 emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/

[Orgmode] Option for new clocktables to default to scope: subtree?

2009-09-16 Thread Jeff Kowalczyk
I frequently use clocktables, and always use scope: subtree. The default scope is file. If it doesn't exist already (I didn't find it with grep), an org customization variable for this preference would be very helpful. Thanks, Jeff ___ Ema

[Orgmode] Resolving overlapping clocked time between tasks?

2009-09-11 Thread Jeff Kowalczyk
I have related tasks from two org files/subtrees where a small percentage of the clocked time overlaps. These are a manual worklog and a generated git commit log, see below. Does anyone have a suggestion about marking and/or resolving overlapping clocked time? I plan to merge the subtrees and

Re: [Orgmode] Clocktable not appearing in exports @84c24359689

2009-09-09 Thread Jeff Kowalczyk
9 > To: "Jeff Kowalczyk" > Cc: emacs-orgmode@gnu.org > Date: Tuesday, September 8, 2009, 9:50 AM > Fixed, thanks. > > - Carsten > > On Sep 8, 2009, at 2:52 PM, Jeff Kowalczyk wrote: > > > I updated to org-mode @ > 84c24359689004cc646221ad5c4

[Orgmode] Clocktable not appearing in exports @84c24359689

2009-09-08 Thread Jeff Kowalczyk
nspection alone. I did revert to 25226d7d65e4620cbe1b814b85226547cd2642eb, and the output is fine with that tree. Thanks, Jeff Kowalczyk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-

[Orgmode] Clocking time from git log

2009-06-19 Thread Jeff Kowalczyk
I would like to clock time in org mode from git commit logs. The simple case I'd like to handle is continuous commit activity on a single branch without merges, formatted as org-mode headings at a fixed level. The following git log format provides a useful starting point for manual editing: $ g

[Orgmode] Long clocktable runs off page (PDF export). Page-break and flow to next page?

2009-05-09 Thread Jeff Kowalczyk
When my worklog clocktable gets longer than the PDF export page, it simply runs off the bottom of the page. Is there a LaTeX-customization (and/or consider this a feature request) such that the table could page-break and flow to the next page at any row? #+BEGIN: clocktable :maxlevel 2 :scope su

[Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Jeff Kowalczyk
Is there a way to use the org-mode tagging interface in table rows to categorize row data? * Headline :tag1:tag2: | col1 | col2 | col3 | |--+--+| | data | data | :tag1: | | data | data | :tag1:tag2 | In the above example, tags in the table are

[Orgmode] Clocking time from existing git repository logs

2009-03-13 Thread Jeff Kowalczyk
Has anyone devised a format to bring git commit logs into org-mode for the purposes of clocking time? I have a few repositories that I need to retroactively log hours worked from commit messages. I expect that appropriate git log formatting might make it much easier. Thanks, Jeff _