Can we add PLOT to org-element-multiple-keywords?

2024-04-26 Thread Jeff Trull
-multiple-keywords. It seems like it would be useful to add PLOT to it. Can that be done? If not, is there a way to temporarily add it for an exporter? Thanks, Jeff

Can we add PLOT to org-element-multiple-keywords?

2024-04-20 Thread Jeff Trull
-multiple-keywords. It seems like it would be useful to add PLOT to it. Can that be done? If not, is there a way to temporarily add it for an exporter (i.e. after the export is launched but before the buffer is parsed)? Thanks, Jeff

[BUG] org-export-table-row-number off by one when special row present [9.6.23 ( @ /home/jet/.config/emacs/elpa/org-9.6.23/)]

2024-03-31 Thread Jeff Trull
Consider this table: | Shape| Sides | |--+---| | Triangle | 3 | | Pentagon | 5 | |--+---| | Average | 4 | #+TBLFM: @4$2=vmean(@2..@3) org-export-table-row-number correctly returns 3 for the cell containing '4' (and the target of the formula) Now add a col

[BUG] code block side effects differences between "results: none" and "results: silent" [9.6.9 ( @ /home/jet/.config/emacs/elpa/org-9.6.9/)]

2023-10-23 Thread Jeff Trull
efore-string (propertize "Foo" 'face '(:inverse-video t)) #+end_src It's my understanding that "none" vs. "silent" behavior should not change side effects. Thanks, Jeff Emacs : GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo versi

Re: [BUG] emacs-lisp source blocks do not implement :prologue and :epilogue [9.6.9 ( @ /home/jet/.config/emacs/elpa/org-9.6.9/)]

2023-10-19 Thread Jeff Trull
calc.el ob-latex.el ob-dot.el ob-fortran.el ob-emacs-lisp.el ob-lisp.el ob-clojure.el On Thu, Oct 19, 2023 at 2:04 AM Ihor Radchenko wrote: > Jeff Trull writes: > > > The manual page "Environment of a Code Block" describes :prologue and > > :epilogue header arguments, which

[BUG] emacs-lisp source blocks do not implement :prologue and :epilogue [9.6.9 ( @ /home/jet/.config/emacs/elpa/org-9.6.9/)]

2023-10-18 Thread Jeff Trull
The manual page "Environment of a Code Block" describes :prologue and :epilogue header arguments, which are useful for applications like unit tests and boilerplate code. No suggestion is made that these arguments are only available for some languages. In fact, any language that provides its own or

Formulas on table cells containing '$'

2023-05-15 Thread Jeff Trull
chance to remove the problem character in the formula as I do with the commas ',' which are also present Is this by design? If so, I was unable to find any documentation explaining it. Thanks, Jeff

[BUG] text cell contents have extra parentheses when used in formulas [9.6.4 ( @ /home/jet/.config/emacs/elpa/org-9.6.4/)]

2023-04-22 Thread Jeff Trull
Expectation: when using cell contents as strings in a formula, the strings should contain exactly the cell's text contents Actual: the resulting string is wrapped in parentheses I can find nothing in the documentation that suggests this is expected, and it is quite unintuitive if you want to (for

Re: Bug: clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2022-10-19 Thread Jeff Trull
HOURLY_RATE 150 and then HOURLY_RATE is immediately usable in my table, without even having to save the file. On Mon, Oct 17, 2022 at 11:03 PM Ihor Radchenko wrote: > Jeff Trull writes: > > > Yes, I can make it work now - but only after reloading it at least one > time > > fr

Re: Bug: clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2022-10-17 Thread Jeff Trull
he file doesn't help. On Mon, Oct 17, 2022 at 9:48 PM Ihor Radchenko wrote: > Jeff Trull writes: > > > I just confirmed that it is still doing this (Emacs 28.2, org 9.5.5). The > > result looks the same as before: > > > > #+BEGIN: clocktable :scope file :maxleve

Re: Bug: clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2022-10-17 Thread Jeff Trull
110 | \_ Sub 2A || 1:00 | | 90 | \_ Sub 2B || 0:30 | #+END: Note that the first column next to "Sub 1A" is empty. Can you send the result of evaluating the clocktable in your config? Thanks, Jeff On Sun, Oct 16, 2022 at 4:00 AM Ihor Radchenko wrote:

Re: [BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]

2022-01-29 Thread Jeff
Thank you for the very helpful high-level view of things, Ihor. This will help me a lot going forward. Best, Jeff > On Jan 28, 2022, at 18:41 PM, Ihor Radchenko wrote: > > Jeff writes: > >> Sorry for the delay responding. > > No problem. This list does not have re

Re: [BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]

2022-01-28 Thread Jeff
upgrade Doom Emacs packages I’m using with my Doom configuration or my wait until Doom does that in a Doom Emacs upgrade. In any case, problem solved, at least for now. I love org-mode! It is already a huge part of my life. Thank you for the help. Best, Jeff > On Jan 22, 2022, at 2:36

[BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]

2022-01-22 Thread Jeff
To: emacs-orgmode@gnu.org Subject: [BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)] From: Jeff Ballowe --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact

Re: [BUG] clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2021-11-30 Thread Jeff Trull
Confirmed, after updating org it now works! Thanks for your help. On Tue, Nov 30, 2021 at 1:07 AM Colin Baxter 😺 wrote: > Hello Jeff > > You clock table works for me, including your missing rate of 150. I > attach a screen shot. > > By the way, you have a ":inherit-props

[BUG] clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2021-11-29 Thread Jeff Trull
:inherit-props seems to not consider global properties. Testcase: # Create a global property #+PROPERTY: HOURLY_RATE 150 * Top 1 ** Sub 1A # here we should get the global property, but do not :LOGBOOK: CLOCK: [2021-09-26 Sun 12:25]--[2021-09-26 Sun 13:25] => 1:00 - I did some tasks

Bug: clocktable :inherit-props does not respect global property setting [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210823/)]

2021-09-26 Thread Jeff Trull
:inherit-props seems to not consider global properties. Testcase: # Create a global property #+PROPERTY: HOURLY_RATE 150 * Top 1 ** Sub 1A # here we should get the global property, but do not :LOGBOOK: CLOCK: [2021-09-26 Sun 12:25]--[2021-09-26 Sun 13:25] => 1:00 - I did some tasks

Bug: inconsistent handling of empty duration cells in table [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210816/)]

2021-08-22 Thread Jeff Trull
When calc formulas producing empty strings are evaluated in the default mode, an empty cell is produced. When evaluated in duration mode (U, T, or t) a zero duration is produced. I feel the behavior should be consistent with the number formats, producing a empty value instead of a zero. Test case:

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-25 Thread Jeff Kowalski
#diff-3de035eea502a119bcdd40f4adc3d6108d4f337f827358cb2361623525682042R1199-R1251 Also below: (defun jeff/org-logbook-retrieve-timestamps (beg end) "Retrieve timestamp of all state-change entries between BEG and END." (save-excursion (let* ((reversed org-log-states-order-reversed) (search (if reversed 're-searc

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-16 Thread Jeff Kowalski
I can confirm the same is happening here for me with Org mode version 9.4.6 (9.4.6-4-g093c94-elpa @ /home/jeff/.emacs.d/elpa/org-20210607/) on GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2021-06-16 The duplicate LOGBOOK entries also seem to be

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-17 Thread Jeff Filipovits
ndent-mode creates a problem. Not sure why yet, or whether it’s org-indent-mode or some setting I have associated with it, but tags of child nodes don’t align properly. Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atlanta, GA 30306 678.237.9302 (direct) j...@civil-r

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-16 Thread Jeff Filipovits
is is that it enabled me do to some hacking so now I can use a variable pitch font in the mu4e headers view and keep the columns aligned, which makes mu4e much prettier. -- Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atlanta, GA 30306 678.237.9302 (direct) j...@ci

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-16 Thread Jeff Filipovits
d to the right and never looked back, so maybe this is not worth the price of fixing it if it is messy. And diving down to calculating the pixel width of text seems like it’s getting pretty messy. -- Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atlanta, GA 30306 67

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-15 Thread Jeff Filipovits
ht be slow. But yes, space-based alignment is a welcome improvement as long as it does not make Org slower. -- Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atlanta, GA 30306 678.237.9302 (direct) jrfilipov...@gmail.com All emails confidential to the fullest extent of the law.

Re: Reposting Elgantt announcement

2020-07-23 Thread Jeff Filipovits
make the top lines customizable in a way that could accommodate it. -- Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atlanta, GA 30306 678.237.9302 (direct) jrfilipov...@gmail.com All emails confidential to the fullest extent of the law.

Re: Reposting Elgantt announcement

2020-07-22 Thread Jeff Filipovits
se/elgantt/ -- Russell Adams rlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint:1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 -- Jeff Filipovits Spears & Filipovits, LLC 1126 Ponce de Leon Avenue Atl

Re: [O] Get the text of a node

2019-10-23 Thread Jeff Filipovits
Sometimes giving a bad answer inspires someone else to give a better one, so here goes: It seems like the best way to get the contents programatically is using org-dp (https://github.com/tj64/org-dp). I don't see a way in org-element. The data returned will include the property drawer of the hea

Re: [O] erroneous clocktable for November 2018 - possible DST problem

2018-11-17 Thread Jeff Trull
OK, I can confirm that the 20181112 release has this problem but the development version from github does not. Thanks, Jeff On Sat, Nov 17, 2018 at 12:50 PM Nicolas Goaziou wrote: > Hello, > > Jeff Trull writes: > > > Clocktables containing work in November of 2018 are re

[O] erroneous clocktable for November 2018 - possible DST problem

2018-11-17 Thread Jeff Trull
-one-date-from-clocktable) suggests DST is involved. Thanks and Regards, Jeff Trull Emacs : GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.23.2) of 2018-08-27, modified by Debian Package: Org mode version 9.1.14 (9.1.14-9-g131531-elpa @ /home/jet/.emacs.d/elpa/org-20181112/) current

Re: [O] letterhead and signature in odt export

2018-10-30 Thread Jeff Filipovits
Would you mind sharing them? This is a problem I am trying to figure out as well. On Tue, Oct 30, 2018, 9:29 AM Eric S Fraga wrote: > Matt, > > I've replied directly to you with some files. > -- > Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4 > >

[O] agenda view help - viewing all time entries for a tag

2018-10-26 Thread Jeff Filipovits
Say I have a calendar file which is in the following format: * description of deadline:client1: DEADLINE: <2018-10-28 Tue> * a meeting :client1: <2018-11-1 Thu 10:00> I would like to be able to view all headlines and time entries associated with a particular tag, and to have that informatio

[O] [PATCH] Specify the message digest for the OpenSSL commands for org-mobile.

2017-07-24 Thread Jeff Larson
org-mobile.el: fix the message digest as MD5 for compatibility across OpenSSL versions. OpenSSL switched to using SHA256 by default for symmetric encryption in version 1.1. Unfortunately that means that newer versions of the openssl command line tool can not decrypt encrypted org-mobile files with

[O] Bug: OpenSSL and MobileORG [9.0.9 (9.0.9-47-g404ac4-elpa @ /home/jeff/.emacs.d/.cask/25.2/elpa/org-20170717/)]

2017-07-19 Thread Jeff Larson
ob;f=lisp/org-mobile.el;h=12e6c84b3ceac57561dbc366cc6043a52f9a772d;hb=HEAD#l705 It might also be worthwhile to switch to sha256 in the future, but that's a bigger change. Thanks for org mode and mobile org, I just started using it and it has been life changing. --Jeff Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-

Re: [O] Call for an Emacs Library Developer

2016-10-26 Thread Jeff Rush
produce agenda of tasks is interesting and, using Dropbox it is easy to connect my desktop .org files with those on my phone and tablet, although I sometimes forget to click the SYNC button. I wish it was automatic, like a Google Doc. On 10/25/2016 08:48 AM, Greg Troxel wrote: > > Jeff Rus

[O] Call for an Emacs Library Developer

2016-10-25 Thread Jeff Rush
(syncs docs and tasks using Dropbox). -Jeff

[O] Call for an Emacs Library Developer

2016-10-24 Thread Jeff Rush
(syncs docs and tasks (via search expr) using Dropbox). -Jeff

Re: [O] ATTR_LATEX :options ignored for source code

2016-05-15 Thread Jeff Trull
Ah, I see... I was expecting the "option to the environment" to look like: \begin{lstlisting}[commentstyle=\bfseries] Though doing it with \lstset will produce the same result if the option is placed at the end, which it is. Thanks for your help, Jeff On Sun, May 15, 2016 at 12:33 A

[O] ATTR_LATEX :options ignored for source code

2016-05-14 Thread Jeff Trull
. Attached is a test case that demonstrates the problem. It is taken from the manual. Thanks, Jeff testcase.org Description: Binary data

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

2014-09-08 Thread Jeff Kowalczyk
-get/el-get/methods" "~/.emacs.d/el-get/el-get" "/etc/emacs" "/usr/share/emacs/site-lisp" "/usr/share/emacs/site-lisp/site-gentoo.d" "/usr/share/emacs/24.4.50/lisp" ... "/usr/share/emacs/24.4.50/lisp/org" ...) Jeff

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

2014-09-02 Thread Jeff Kowalczyk
zr upstream: GNU Emacs 24.4.50.1 (x86_64-pc-linux-gnu, X toolkit) of 2014-09-01 Thanks, Jeff

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
x27;s value as variable is void: org-planning-line-re When using C-c to update the duration of a clocked time line: byte-code: Symbol's value as variable is void: org-planning-line-re I reverted to 288ffa, ran make clean && make, and the problems are no longer present. Thanks, Jeff

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

2014-06-16 Thread jeff Kowalczyk
avior? Do I need to enable additional options? Thanks, Jeff

Re: [O] Add TODO from external app?

2014-04-03 Thread Jeff Kowalski
I use org-etml to serve pages from within emacs and use a custom capture handler, like this: (defun jeff/capture-handler (request) "Handle REQUEST objects meant for 'org-capture'. GET header should contain a path in form '/capture/KEY/LINK/TITLE/BODY'."

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

2013-09-17 Thread Jeff Kowalczyk
} I would have anticipated only explicit single key selectors, e.g.: Inherited: Current: { [a] admin [r] reporting [u] util foo} { projecta projectb [c] projectc } { [b] billable [e] nonbillable [k] unknown } Thanks, Jeff

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

2013-08-31 Thread Jeff Kowalczyk
ry question: with the today and yesterday tracking clocktables I'm using, can I configure formatting of the string: "for Saturday, August 31, 2013." as a normal org timestamp: "for [2013-08-31 Sat]."? Thanks, Jeff

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

2013-08-25 Thread Jeff Kowalczyk
- Carsten Did any variation of this functionality eventually land in Org? I don't see I am looking for something similar to group time tracking by tag, and/or display task tags as a column in the clocktable. Thanks, Jeff

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

2013-08-16 Thread Jeff Kowalczyk
data edit operation would safely clear the open clock status? On a few occasions I've deleted org-clock-save.el to clear the problem, and had a recurrence on a different heading some weeks later. There could be some behavior related to running clocks when emacs daemon stops abruptly on system or X shutdown. Thanks, Jeff

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

2013-08-16 Thread Jeff Kowalczyk
there a way to selectively suppress automatic hotkey assignment? If supressing all automatic hotkey assignment is the only/better option, I would be content to have no hotkeys unless explicitly set with the tag(x) syntax. Thanks for any suggestions, Jeff

[O] LaTex Adjustments for Org-Export

2013-07-31 Thread Jeff Rush
various parts of the "article" base class fit together and how to selectively override them. -Jeff

Re: [O] Agenda buffer: 't' key moves current item to window's top line

2013-05-06 Thread Jeff Kowalski
Jeff Kowalski gmail.com> writes: > Bastien altern.org> writes: > > Hi James, > > James Harkins gmail.com> writes: > > > After a recent update, I noticed that the agenda buffer now moves the > > > displayed text when you change an item's TODO s

Re: [O] Agenda buffer: 't' key moves current item to window's top line

2013-05-05 Thread Jeff Kowalski
Bastien altern.org> writes: > > Hi James, > > James Harkins gmail.com> writes: > > > After a recent update, I noticed that the agenda buffer now moves the > > displayed text when you change an item's TODO state using 't'. > > Fixed, thanks! > I'm still seeing the move-to-top bug, as James

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
rg mode ask agenda question :LOGBOOK: CLOCK: [2013-04-19 Fri 11:17] :END: When things are busy with context switching, I need to go back and fix clock-in clock-out times and other details. A day calendar view would be very helpful in this chore. Any tools to do this? Thanks, Jeff

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

2013-02-19 Thread Jeff Kowalczyk
rg-mode from a week ago, and same with el-get. There is no change in the problem. I've removed el-get .loaddefs.el[c], and allowed them to regenerate. Any suggestions on how to debug? It certainly could be el-get and nothing to do with org-mode. Thanks, Jeff

[O] Custom Agenda with Tag search for multiple items ( \\ Between search terms) fails push

2013-01-12 Thread Jeff Myer
I have a custom agenda item in my .emacs file that is for a Tags search for multiple items as follows (not the whole thing just the bit that is giving me trouble): "E" "Items Tagged for the Engineering Staff" tags "{Allen\\|Dave\\|JimD\\|Heming\\|Paul\\|EdM}-TODO=\"DONE\"" When doing an org-mobil

Re: [O] Anyone using or working on ob-scheme?

2012-12-18 Thread Jeff Mickey
it's inferior process (python and ruby?) have decently complete org babel implementations that I can look at to fix parts of this? I'd like to get :session working. // jeff

Re: [O] Sort by Inactive Timestamp

2012-12-08 Thread Jeff Mickey
y >TIMESTAMP_IA") >(org-agenda-cmp-user-defined > 'my-agenda-sort-by-inactive-timestamp) > (org-agenda-sorting-strategy > '(user-defined-up))) >))) > --8<---cut here---end--->8--- > > Does that work? Thank you Memnon! The (get-text-property 1 'org-marker a) is still voodoo to me, but that worked perfectly. // jeff

[O] Sort by Inactive Timestamp

2012-12-07 Thread Jeff Mickey
uggestions on the best way to support this? Maybe add a property to my TODOs that is this creation time? Has anyone else done something similar to this using org-agenda-cmp-user-defined? ... is this the wrong place to ask this question? I appreciate any and all help! // jeff

[O] Sort by Inactive Timestamp

2012-12-06 Thread Jeff Mickey
uggestions on the best way to support this? Maybe add a property to my TODOs that is this creation time? Has anyone else done something similar to this using org-agenda-cmp-user-defined? ... is this the wrong place to ask this question? I appreciate any and all help! // jeff

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

2012-07-13 Thread Jeff Kowalczyk
t; I don't have time to pursue the cause of this now but will look at it > this weekend if nobody beats me to it. > > Regards, > Bernt I was just going to post the same report. When I try to clock in, no clock action happens, message: org-clock-in-last: Wrong type argument: markerp, nil I am also on 3ecd7a9, reverting. Thanks, Jeff

Re: [O] Setting Face of clocking info in Modeline

2012-06-20 Thread Jeff Rush
On 06/20/2012 07:17 PM, Moritz Ulrich wrote: > > Jeff Rush writes: > >> I also found in a Google search the interesting >> 'org-clock-frame-title-format' implying I might be able to display the >> clocked-in task info in the frame header, but no actual

[O] Setting Face of clocking info in Modeline

2012-06-20 Thread Jeff Rush
. I also found in a Google search the interesting 'org-clock-frame-title-format' implying I might be able to display the clocked-in task info in the frame header, but no actual example of it being used. Is there a correct way of doing this and am I on the right trail? -Jeff

[O] Unable to Style RESULTS Blocks

2012-05-21 Thread Jeff Rush
running org-mode 7.8.03 under Linux, and I've defined my own LaTeX document class to format the other parts of my document. I am new to LaTeX though. I just expected the formatting of source and results to be a well-solved problem w/good looking defaults in org-mode. -Jeff

Re: [O] Refiling list items

2012-01-17 Thread Jeff Horn
on produces the following outline: ,[ Results ] | * Headline 1 | 2 | * Headline 2 | Some text. | ** List level 1 |   - List level ` As you can see, the digit at the end of the list gets orphaned. -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2012-01-10 Thread Jeff Horn
n smoothly over a year without needing to report a bug, I don't seem to be losing much. Cheers, all, and thanks for your suggestions. On Sat, Dec 31, 2011 at 11:46, Nick Dokos wrote: > Jeff Horn wrote: > >> Manually loading `org-mode/lisp/org-compat.el` loads the missing >>

Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-window)"

2012-01-05 Thread Jeff Horn
lated, but since your solution is the only change I've made I'm not sure what's triggering it. On Thu, Jan 5, 2012 at 12:20, Daniel E. Doherty wrote: > Jeff, > > What I actually did is the following: > > 1. Define the following function in a file called ded-org-load.el

Re: [O] error "Capture abort: (void-function org-pop-to-buffer-same-window)"

2012-01-05 Thread Jeff Horn
ackage-initialize) in the primary init.el before starter-kit gets >> going.  That way, it picks up the elpa version of org from the git-go. > > > I confirm that this solution fixed my issue. > Thanks, Eric -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-30 Thread Jeff Horn
ing loaded automatically? On Fri, Dec 30, 2011 at 16:14, Jeff Horn wrote: > It looks like git org-mode is at the front of my load-path > already. I'm assuming that emacs' load-path works similar to a shell > load-path, with lower-indexed directories being searched (and used) > befo

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-30 Thread Jeff Horn
horn424/.emacs.d/src/org-mode/UTILITIES" | "/Users/jrhorn424/.emacs.d/src/org-mode/contrib" | "/Users/jrhorn424/.emacs.d/src/org-mode/etc" | "/Users/jrhorn424/.emacs.d/src/org-mode/lisp" | "/Users/jrhorn424/.emacs.d/src/org-mode/testing" ` On Sun,

Re: [O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-18 Thread Jeff Horn
I'll have to look into that. I'm using Eric Schulte's starter kit, so I doubt initialization is a problem. I haven't changed anything in my initialization other than a color theme in quite some time. On Thu, Dec 15, 2011 at 11:58, Sean O'Halpin wrote: > On Thu, Dec 15

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-12-14 Thread Jeff Horn
7.8.02.3.gfb8c) GNU Emacs 24.0.90.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-12-14 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

[O] [BUG] org-agenda-switch-to fails with void function org-pop-to-buffer-same-window

2011-12-14 Thread Jeff Horn
nil) ` -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Jeff Horn
braeburn.aquamacs.org - Aquamacs Distribution 3.xdev On Tue, Nov 1, 2011 at 22:02, Jeff Horn wrote: > Org-mode version 7.7 (release_7.7.404.ga17c.dirty) > GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) > of 2011-08-10 on braeburn.aquamacs.org - Aquamacs Distributi

[O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-01 Thread Jeff Horn
] [[http://www.dartmouth.edu/~dirwin/Did%20France%20Cause%20the%20Great%20Depression.pdf][Link Description]] ` -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

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

2011-10-07 Thread Jeff Kowalczyk
te Date: Thu Oct 6 19:54:22 2011 -0600 adding initial support for evaluation of shen code blocks Thanks, Jeff

Re: [O] Refiling list items

2011-08-22 Thread Jeff Horn
lements. Bastien, thanks so much for adding this functionality. I've recently moved and it has taken the better part of a week to get settled. I'll test soon and share my comments! -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Prettier Org-mode Export

2011-08-11 Thread Jeff Horn
and so on? > > > Thanks, > John > > > Thanks, > John > >> -- >> Pavel Panchekha >> >> > > -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Refiling list items

2011-08-10 Thread Jeff Horn
g an item would simply mean selecting it and using refile > interface. Brilliant! -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:40, Jeff Horn wrote: > I see, thanks Nicholas. As a start, in a subjectively ideal world, > org-refile-list-item would work on list items: > > 1) and their children to arbitrary depth > 2) in the current buffer, or any agenda file > 3) using either

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 20:20, Nick Dokos wrote: > Jeff Horn wrote: > >> > What would be the specifications of that function? Would it only send >> > the item at point to the end of the headline specified through the >> > refile interface? >> >> I hop

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
On Mon, Aug 8, 2011 at 19:03, Nicolas Goaziou wrote: > Jeff Horn writes: > > Where is the bug? As far as I can see, you're expecting a function > designed for headlines only to operate on list items. Am I missing the > point? I'm approaching this as a user. I've

Re: [O] Refiling list items

2011-08-08 Thread Jeff Horn
ation, and then pasting the note is | cumbersome. To simplify this process, you can use the following | special command: ` Of course, I can keep working for now, and I'll try Florian's code. Maybe it might be adaptable to a robust function called 'org-refile-list-item'? Thanks

Re: [O] Refiling list items

2011-08-07 Thread Jeff Horn
Would someone throw me a bone? I couldn't find anything on gmane, but I my gmane-fu isn't the strongest. :D On Sat, Aug 6, 2011 at 14:54, Jeff Horn wrote: > Should org-refile be able to refile list items? I suspect it would be > non-trivial to add this functionality if it isn

[O] What's the license for worg.css?

2011-08-07 Thread Jeff Dik
Hi, What's the license for worg.css? I would like to use it at the company I work for if that's allowed. Thanks, Jeff

[O] Refiling list items

2011-08-06 Thread Jeff Horn
` when the following is expected ,[ Expected Outline ] | * Headline 1 | * Headline 2 | - List level 1 | - List level 2 | Some text. ` Where the list items appear before or after "Some text." depending on refile variables. -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Org Mobile Writing App (a la Epistle/Paragraft)

2011-07-25 Thread Jeff Horn
omething that might work better for > this.) I'd love to hear about it. > > Cheers, > Sam > > -- > tycho(ish) @ > ga...@tychoish.com > http://tychoish.com/ > "don't get it right, get it written" -- james thurber > -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Trouble exporting ditaa blocks to latex or html

2011-07-18 Thread Jeff Mickey
t, and found out my setq line is incorrect. Instead of setq it should be org-babel-do-load-languages. Now it all works! Hurray! Now it works like a champ. // jeff

[O] Trouble exporting ditaa blocks to latex or html

2011-07-18 Thread Jeff Mickey
e: Tue Jul 12 16:56:11 2011 +0200 org.texi (Special agenda views): Fix double quoting (bug#3509). Patch by Lars Magne Ingebrigtsen taken from emacs latest bzr repo. Thanks for any help, and thanks for all the work on org-mode! // jeff [1]: https://github.com/codemac/config/blob/master/emacs.d/pkg-init/cm-org.el

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

2011-05-14 Thread Jeff Kowalczyk
y deleting trailing whitespace. To those with knowledge of the org parser grammar, is this possible? Thanks, Jeff

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Thanks Nick, your suggestion worked. It makes a lot more sense now. I think this is a recent change, I didn't have that org-mode root directory in load-path previously, and org git worked fine. Thanks again, Jeff

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
jure.el I don't know that this is an Org-mode problem, only that the above isn't working with emacs bzr trunk (emacs 24) as of the last 5 days or so. Thanks, Jeff

[O] file-error

2011-05-10 Thread Jeff Kowalczyk
rg-mode/lisp/org.elc Thanks for any suggestions, Jeff

Re: [O] My new favorite custom agenda command

2011-04-30 Thread Jeff Horn
ntly updated org files? -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

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

2011-04-28 Thread Jeff Kowalczyk
In toplevel form: org-bibtex.el:114:1:Warning: global/dynamic var `description' lacks a prefix org-bibtex.el:257:1:Error: Byte-compiling a redefinition of `get' will not work - use `labels' instead make: *** [lisp/org-bibtex.elc] Error 1 Thanks, Jeff

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-19 Thread Jeff Horn
e/org-bibtex/blob/master/org-bibtex.el > > Cheers -- Eric > > -- > Eric Schulte > http://cs.unm.edu/~eschulte/ > > -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
rce you want (google docs, dropbox, regular webdav or even plain old > filesystem). In my completely amateur opinion, it sounds like a job for wsgi. -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
all). Then launch the command 'neo' to see the help (or > simply launch neo in the sources directory). > > Cheers, > > Olivier > > > -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Jeff Horn
> > -- > Marcel van der Boom  -- http://hsdev.com/mvdb.vcf > HS-Development BV    -- http://www.hsdev.com > So! web applications -- http://make-it-so.info > Cobra build          -- http://cobra.mrblog.nl > > > > -- Jeffrey Horn http://www.failuretorefrain.com/jeff/

Re: [O] ascii export problem/bug?

2011-04-14 Thread Jeff Horn
Glad to help! Various bugs like that have bitten me. I gather if you have to manually load libraries in any package, the "autoloads" definitions probably aren't being used properly. On Thu, Apr 14, 2011 at 5:15 AM, Scott Otterson wrote: > Thanks Jeff!  Of course, the missing in

  1   2   3   4   5   >