[BUG] org-forward-paragraph [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-04-25 Thread Joe Gilder
29.1 (build 1, aarch64-apple-darwin21.6.0, Carbon Version 165 AppKit 2113.6) of 2023-08-08 Package: Org mode version 9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/) __ JOE GILDER

[BUG] query-replace breaks org-mode [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-04-16 Thread Joe Gilder
Noticed this a few times. When I run query-replace, it functions as usual. However, when I’m done with the query-replace, it seems to break org-fold. I can’t fold/unfold headings anymore. I had the same issue the other day with replace-string as well. Killing buffer and coming back fixes it.

Re: [BUG] org-open-at-point not presenting links within heading

2024-04-15 Thread Joe Gilder
After a restart of Emacs, it appears to be working. Sorry about that. __ JOE GILDER > On Apr 15, 2024, at 2:46 PM, Joe Gilder wrote: > > Howdy. > > When cursor is in a heading, and I call org-open-at-point, it’s supposed to > (according to the documentation): >

[BUG] org-open-at-point not presenting links within heading

2024-04-15 Thread Joe Gilder
Howdy. When cursor is in a heading, and I call org-open-at-point, it’s supposed to (according to the documentation): “When point is on a headline, display a list of every link in the entry, so it is possible to pick one, or all, of them.” That’s not happening. If the link is IN the heading, it

Re: [BUG] org-speed-commands deleting headings when using mark-set [9.5.5 (release_9.5.5 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-04-05 Thread Joe Gilder
Also I just downloaded Emacs version 29.3 and am still getting the same bug. GNU Emacs 29.3 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-03-24 > On Apr 4, 2024, at 11:20 AM, Joe Gilder wrote: > > > I made a quick video d

[BUG] org-speed-commands deleting headings when using mark-set [9.5.5 (release_9.5.5 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-04-05 Thread Joe Gilder
I made a quick video demonstrating: https://www.dropbox.com/scl/fi/jckftu7bi4753b1autt0a/org-bug.mp4?rlkey=nghlh36s84hzz8omo00lbsdlg&dl=0 Thanks! Joe Gilder Emacs : GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559)) of 2023-02-22 Pac

Re: [O] org-table debugging formula - error

2018-10-12 Thread Joe Corneli
l now this is presumably an entirely transient issue! On Thu, Oct 11, 2018 at 6:07 PM Nicolas Goaziou wrote: > Hello, > > Joe Corneli writes: > > > Hello, > > > > I got an error when debugging the behaviour of a formula. > > > > You'll need: >

[O] org-table debugging formula - error

2018-10-11 Thread Joe Corneli
I've attached a patch that fixes the problem for me. I'm on Org mode version 9.1.14 (release_9.1.14-974-ga85ba9 @ /Users/joe/org-mode/lisp/) Joe diff --git a/lisp/org-table.el b/lisp/org-table.el index 8eb38ef68..80de97d21 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -29

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-21 Thread Joe Corneli
On Fri, Sep 21 2018, Richard Stallman wrote: > > There are a handful of references to MELPA inside Emacs. Are these to > > be discouraged? > > The question is rather broad, so I can only say "it depends". Whether > a reference to software outside Emacs is good or bad depends on its > semanti

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Joe Corneli
On Thu, Sep 20, 2018 at 2:57 AM Richard Stallman wrote: > The deep problem with the reference to htmlize is that it > blurs the distinction between Emacs itself > and Lisp code that is not part of Emacs. > We need to highlight that distinction, not blur it. There are a handful of references to M

[O] org-plot.el bugfix/patch

2017-09-29 Thread Joe Bloggs
The grid examples in org-plot.el don't work for me because the org-plot sets datafile separator to "\t", so gnuplot can't read the data file properly. Leaving datafile separator at its default value (whitespace) fixes the problem. Regard

Re: [O] Bug: parsing latex ``$\mathit{math}$'' in export [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-05-12 Thread Joe Corneli
ork around, I didn't know that bit of syntax! -Joe

[O] Bug: parsing latex ``$\mathit{math}$'' in export [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-05-12 Thread Joe Corneli
With the test file as follows: == #+TITLE: example #+AUTHOR:Joe Corneli #+DATE: May 12, 2017 #+DESCRIPTION: example #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+OPTIONS: Te

Re: [O] Bug: link beginning with parenthesis doesn't work [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Joe Corneli
a link" just means "run a search process", that search process *could* be smart enough to notice that "no coderef was found, maybe the user meant to link to some plain text in parentheses". Then I wouldn't see an error. On Thu, Apr 20, 2017 at 11:12 PM, Nicolas Go

Re: [O] Bug: entering range of times [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Joe Corneli
Yeah the problem has been resolved after restarting Emacs. I think the old version had new files but not everything had been loaded, so it was indeed mixed.

Re: [O] Bug: link beginning with parenthesis doesn't work [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Joe Corneli
On Thu, Apr 20, 2017 at 8:35 PM, Nicolas Goaziou > Joe Corneli writes: >> Debugger entered--Lisp error: (error "No match for coderef: like this") > > The error message should give you the answer. Links within parenthesis > denote "coderefs". See (info

[O] Bug: entering range of times [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Joe Corneli
e highlight keymap invisible intangible help-echo org-linked-text htmlize-link) fontified t)) "<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^\n>]*?\\)>" nil) org-agenda-get-timestamps(nil) org-agenda-get-day-entries("/home/joe/postdoc.git/org/blotter.org" (4 21 2017) :

[O] Bug: link beginning with parenthesis doesn't work [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Joe Corneli
int) (org-element-property :begin value)) (<= (point) (org-element-property :end value))) (org-follow-timestamp-link)) ((>= (point) (save-excursion (goto-char ...) (skip-chars-backward " ") (point))) (user-error "No link found")) ((eq type (quote timestamp)) (org-fol

Re: [O] Process substitution in babel [RESOLVED]

2017-01-25 Thread Joe Riel
On Mon, 16 Jan 2017 14:35:30 -0800 Joe Riel wrote: > Can one use process substitution in babel? > > #+BEGIN_SRC bash > comm <(ls) <(ls) > #+END_SRC > > I get an error > > Syntax error: "(" unexpected > The solution was to pull and install

[O] Process substitution in babel

2017-01-17 Thread Joe Riel
Can one use process substitution in babel? #+BEGIN_SRC bash comm <(ls) <(ls) #+END_SRC I get an error Syntax error: "(" unexpected -- Joe Riel

[O] Process substitution in babel

2017-01-16 Thread Joe Riel
Can one use process substitution in babel? #+BEGIN_SRC bash comm <(ls) <(ls) #+END_SRC I get an error Syntax error: "(" unexpected -- Joe Riel

Re: [O] Bug: Reading currently clocked headline interferes with org-capture-finalize [8.3.4 (8.3.4-93-g0d72c3-elpaplus @ /home/joe/.emacs.d/elpa/org-20160627/)]

2016-07-31 Thread Joe Schafer
Awesome, it works! Thank you for the quick reply and fix. On Fri, Jul 29, 2016 at 1:03 AM Joe Schafer wrote: > > I have a function to save the currently clocked item into a file so I > can display it in my terminal. The hook seems to interfere with > org-capture. If I capture s

[O] Bug: Reading currently clocked headline interferes with org-capture-finalize [8.3.4 (8.3.4-93-g0d72c3-elpaplus @ /home/joe/.emacs.d/elpa/org-20160627/)]

2016-07-29 Thread Joe Schafer
hook 'org-clock-out-hook #'my:org-save-clocked-in-entry-to-file) (add-hook 'org-clock-cancel-hook #'my:org-save-clocked-in-entry-to-file) Emacs : GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-07-14 Package: Org-mode version 8.3.4 (8.3.4-93-g0d72c

Re: [O] Add custom bare link syntax for intranet

2016-06-22 Thread Joe Schafer
Adding http:// works. I'll stick with that for now. On Tue, Jun 21, 2016 at 2:28 PM Nicolas Goaziou wrote: > Joe Schafer writes: > > > How can I linkify the following intranet links in org-mode? > > > > intra/link1-description > > code/description &

[O] Add custom bare link syntax for intranet

2016-06-21 Thread Joe Schafer
originally posted this at emacs.stackexchange, http://emacs.stackexchange.com/posts/23828 -- Joe Schafer

Re: [O] obtain ob-template.el for Babel language extension

2015-09-16 Thread Joe Riel
Also, it seems from other examples that the usual approach is to use assoc, > > e.g., (cdr (assoc ":session" params)). Are there enforced conventions that > > ensure the order in processed-params? > > > > 3. In function org-babel-expand-body:template we assume that

Re: [O] obtain ob-template.el for Babel language extension

2015-09-13 Thread Joe Riel
e it should always contain pairs as vars are required to have values. Caveat: I just started playing with this so could be very wrong. -- Joe Riel

Re: [O] [patch] small fix to org.texi

2015-09-13 Thread Joe Riel
On Sun, 13 Sep 2015 18:40:12 +0200 Rasmus wrote: > Joe Riel writes: > > > Thanks for the notice. > > > > I didn't see that when I first read it. Hmm. I posted two others > > yesterday. What should I do now? Edit the commit messages and > > post t

Re: [O] [PATCH] small improvements to info page, Working with source code; add TINYCHANG

2015-09-13 Thread Joe Riel
On Sat, 12 Sep 2015 11:50:23 -0700 Joe Riel wrote: > The attached two patches make small improvements to > the "Working with source code". > > This is my first time submitting patches to org, it's > not entirely clear that I'm doing this correctly > (

Re: [O] [patch] small fix to org.texi add TINYCHANGE

2015-09-13 Thread Joe Riel
On Sun, 13 Sep 2015 09:12:37 -0700 Joe Riel wrote: > In "The export dispatcher", the phrase "from which it is possible to > select an export format and to toggle export options." is repeated. > This removes the duplication. The attached adds TINYCHANGE to the c

Re: [O] [patch] small fix to org.texi

2015-09-13 Thread Joe Riel
On Sun, 13 Sep 2015 18:25:12 +0200 Rasmus wrote: > Joe Riel writes: > > > In "The export dispatcher", the phrase "from which it is possible to > > select an export format and to toggle export options." is repeated. > > This removes the duplication.

[O] [patch] small fix to org.texi

2015-09-13 Thread Joe Riel
In "The export dispatcher", the phrase "from which it is possible to select an export format and to toggle export options." is repeated. This removes the duplication. -- Joe Riel >From b6319a36e57fdeb3318bcb02b2d76ba3e21e34c5 Mon Sep 17 00:00:00 2001 From: Joe Riel Da

[O] [PATCH] small improvements to info page, Working with source code

2015-09-12 Thread Joe Riel
The attached two patches make small improvements to the "Working with source code". This is my first time submitting patches to org, it's not entirely clear that I'm doing this correctly (i.e. sending them to the correct place). -- Joe Riel >From 2dad38f55c6c2e1db

Re: [O] obtain ob-template.el for Babel language extension

2015-09-12 Thread Joe Riel
On Sat, 12 Sep 2015 07:15:37 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > > No offense, but the help pages on the code blocks could really use > > improvement. > > Glad to have your help. The documentation is a community effort. Agreed

Re: [O] babel: does have to be major-mode

2015-09-12 Thread Joe Riel
On Sat, 12 Sep 2015 08:33:46 -0700 Joe Riel wrote: > Does the parameter to a BEGIN_SRC block > have to be a major-mode? Or is there an alist that > I can configure to map a language to a particular > major-mode? > Found it, org-src-lang-modes. Reading the info page helpe

[O] babel: does have to be major-mode

2015-09-12 Thread Joe Riel
Does the parameter to a BEGIN_SRC block have to be a major-mode? Or is there an alist that I can configure to map a language to a particular major-mode? -- Joe Riel

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Joe Riel
On Fri, 11 Sep 2015 06:03:32 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > On Thu, 10 Sep 2015 20:38:12 -1000 > > Thomas S. Dye wrote: > > > >> Aloha Joe, > >> > >> Joe Riel writes: > >> > >>

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Joe Riel
On Thu, 10 Sep 2015 20:38:12 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > How do I get a copy of ob-template.el? > > The file can be viewed at > > http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el > > howev

[O] obtain ob-template.el for Babel language extension

2015-09-10 Thread Joe Riel
How do I get a copy of ob-template.el? The file can be viewed at http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el however, that is an html file and not the elisp. I tried using git to clone http://orgmode.org/w/worg.git but that does not work. -- Joe Riel

Re: [O] Fontification of org code block not printed

2015-05-25 Thread Joe Corneli
On Fri, Aug 1, 2014 at 8:31 AM, Francesco Pizzolante wrote: > I have to say that I'm surprised about the way this issue has been > fixed. Let me tell you why. > > 1) The fix 'simply' removes a useful Org functionality, which I use for >3 years now, without providing any alternative. Wouldn't

[O] Bug: babel config - org-mode fontification error [8.2.10 (release_8.2.10 @ /home/joe/org-mode/lisp/)]

2015-05-09 Thread Joe Corneli
t) (emacs-lisp . t))) (require 'ob-clojure) (setq org-babel-clojure-backend 'cider) (setq org-src-fontify-natively t) Emacs : GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2015-04-14 on Teacup Package: Org-mode version 8.2.10 (release_8.2.10 @ /home/joe/org-mode/lisp/)

[O] calendar (backwards-)integration

2014-11-20 Thread Joe Corneli
endar? It's possible to display scheduled events in Calfw: (add-to-list 'load-path "~/.../emacs-calfw") (require 'calfw) (require 'calfw-org) ;; for convenience: (defalias 'org-calendar 'cfw:open-org-calendar) But I'd prefer to do this with

Re: [O] Custom todo-like thing in agenda?

2014-08-19 Thread Joe Corneli
On Sat, Aug 16, 2014 at 3:15 AM, Marcin Borkowski wrote: > Hi all, > > I was wondering whether something like this is possible. (Well, I'm > pretty sure it is, what I don't know whether I'm competent enough to > pull it off...) I'd like to be able to create a special agenda view > (or block in a

Re: [O] [PATCH] problem with size of inline images

2014-08-07 Thread Joe Corneli
On Wed, Aug 6, 2014 at 2:22 PM, Nicolas Goaziou wrote: > Thanks for your patch. Would you mind providing a commit message and > send it again with "git format-patch"? Don't forget to add "TINYCHANGE" > at its end if you haven't signed FSF papers. Sure. I did sign them quite some time ago (200

[O] [PATCH] problem with size of inline images

2014-08-03 Thread Joe Corneli
Hello: I've noticed a problem around line 19171 of org.el. The size of images is supposed to be controlled by attributes and by `org-image-actual-width'. But it seems like the use of `when', `save-match-data' and `string-to-number' are in the wrong order in this region, so that `(match-string 1)

Re: [O] processing lines before display to agenda

2014-07-29 Thread Joe Corneli
he agenda tags by the right border of the agenda window." (let ((org-agenda-tags-column (- 4 (window-width (org-agenda-align-tags))) ~~ Cheers, Joe

[O] processing lines before display to agenda

2014-07-29 Thread Joe Corneli
I would find it quite useful to have a variable similar to `org-agenda-prefix-format' that would apply changes to the *contents*, rather than to the *prefix* of agenda items. The nice thing about `org-agenda-prefix-format' is that it allows different formatting for different agenda buffers. Simil

Re: [O] org-export-latex-hyperref-options-format

2014-03-21 Thread Joe Hirn
Thanks for the report. I'm not super familiar with how the texht option works. I did made the following change base on recommendation from Nicolas in the :options-alist. (:latex-hyperref-p nil "texht" org-latex-with-hyperref t) to (:latex-hyperref nil nil org-latex-hyperref-template t) >From Nico

Re: [O] org-export-latex-hyperref-options-format

2014-02-24 Thread Joe Hirn
Against the latest master: **BEGIN PATCH* >From 996e75b3538e60049645a5025a390be603425b8b Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Mon, 24 Feb 2014 15:23:09 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyperref-template' * ox-

Re: [O] org-export-latex-hyperref-options-format

2014-02-22 Thread Joe Hirn
39 AM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > Here you go. > > Thank you for the patch. > > Unfortunately, I cannot apply it on master branch. Would you mind > updating your repository and generate the patch again? > > > Regards, > > -- > Nicolas Goaziou >

Re: [O] org-export-latex-hyperref-options-format

2014-02-21 Thread Joe Hirn
Here you go. Thanks a lot for all your help. Was really nice working on it with you. >From af2a8066be01b94504fff9e009617ce186bd9e03 Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Fri, 21 Feb 2014 12:15:58 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyper

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
info :with-creator) + (plist-get info :creator) +""))) ;; Document start. "\\begin{document}\n\n" ;; Title command. END PATCH * On Thu, Feb 20, 2014 at 3:52 PM, Joe Hirn wrote: > I really

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
s Goaziou wrote: > Hello, > > Joe Hirn writes: > > > I was able to test this on my local machine and it seems to work as we > > discussed. > > > > If there are any other changes to the patch you'd like to see, please let > > me know. > > Thank you

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joe Hirn
"" ;; Document start. "\\begin{document}\n\n" ;; Title command. END PATCH** On Thu, Feb 20, 2014 at 6:34 AM, Joseph Hirn wrote: > Ok. I was hesitant to require anything additional but I should be able >

Re: [O] org-export-latex-hyperref-options-format

2014-02-19 Thread Joe Hirn
2014 at 7:05 AM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > So I understand, you're recommending I disable org-latex-with-hyperref > and > > then add my own \\hypersetup. My goal would be to avoid placing a #+ > entry > > into every .org file

Re: [O] org-export-latex-hyperref-options-format

2014-02-19 Thread Joe Hirn
I think that's a great idea. Thanks for helping me workaround my individual problem and advice on what type of patch you're welcoming. I just happen to have the free time today so I'll try to get a patch to you. On Wed, Feb 19, 2014 at 7:05 AM, Nicolas Goaziou wrote: > H

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
e emitted right now. On Mon, Feb 17, 2014 at 5:23 PM, Nicolas Goaziou wrote: > Joe Hirn writes: > > > Hm. That's disappointing. I really prefer the original behavior. I don't > > want to copy #+latex_header to get this default behavior into each of my > > org-mo

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
ead of the hard coded string. A pain but apparently my own option. Thanks. On Mon, Feb 17, 2014 at 4:13 PM, Nicolas Goaziou wrote: > Hello, > > Joe Hirn writes: > > > Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs > > 24.3 and lost the ability

[O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
a patch via git format-patch which adds the custom var to ox-latex.el and makes use of it. Thanks for considering it. rom 0df51396b04bd785948032055e48b40787c15d98 Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Mon, 17 Feb 2014 14:39:35 -0600 Subject: [PATCH] add org-export-latex-hyperref-options-format

[O] Org-Mode newbie, configuration?

2013-10-28 Thread Joe M
Hello, I am a newbie to Org-mode and am wondering if anyone would be kind enough to share your org-mode configuration. Thanks Joe

[O] In buffer setting for Ordered

2013-10-28 Thread Joe M
Hello, I am trying to figure out how to add in-buffer (for all tasks in the file) setting to enforce TODO dependencies. I tried "#+PROPERTY: ORDERED t" but it did not work. Any thoughts, please? Thanks Joe

[O] Calling org babel to each row in a table

2013-06-30 Thread Joe Bogner
is: http://thread.gmane.org/gmane.emacs.orgmode/69326/focus=69340*, *but that didn't have a full example for me to build off of Is there a more straightforward to accomplish this transformation? Thanks, Joe

Re: [O] Org-babel & R exporting multiple tables

2013-05-22 Thread Joe Bogner
Figured it out. Option #2 works with ob-org as long as the defaults are set to output the results (setq org-babel-default-header-args:org '((:results . "raw") (:exports . "results"))) By default it looks like it's silent. On Wed, May 22, 2013 at 5:26 PM, Joe Bog

[O] Org-babel & R exporting multiple tables

2013-05-22 Thread Joe Bogner
I have a list of data frames that I would like to output. The number of frames may vary Is there a way to export multiple tables formatted? These are the three options I came up with. None of them work very well: Option #3 works the best, but it will append each time it's run in the doc, so I can

Re: [O] formatting org-babel output

2013-05-22 Thread Joe Bogner
in the right layer - since I'm using org-mode for presentation of the R results. Thanks again Joe On Wed, May 22, 2013 at 9:12 AM, Eric Schulte wrote: > Joe Bogner writes: > >> I am using org-mode and babel with R for reproducible research. I >> would like certain numbers

[O] formatting org-babel output

2013-05-22 Thread Joe Bogner
I am using org-mode and babel with R for reproducible research. I would like certain numbers in the output tables to be formatted for easier reading - such as eliminating decimals and adding commas for readability. The best I came up with is to use a TBLFM line at the bottom of my results table us

[O] Patch: Customize failure for org-agenda-custom-commands

2012-03-19 Thread Joe Vornehm Jr.
rrent session) 8. M-x org-agenda RET x (or just C-c a x) -- you'll get an empty agenda buffer and the error message "Symbol's function definition is void: :deadline". I haven't checked whether there are other quoting issues in the customization definition for org-agen

Re: [O] [PATCH] Fix regexps in org-clock.el

2011-12-31 Thread Joe Vornehm Jr.
Thanks -- understood. I checked org-clock.el for uses of org-clock-string in regexps but failed to check other files. Joe V. On Sat, Dec 31, 2011 at 3:06 AM, Carsten Dominik wrote: > Applied, thanks. > > But I have removed the regexp-quote again, because org-clock-string > is used

[O] [PATCH] Fix regexps in org-clock.el

2011-12-30 Thread Joe Vornehm Jr.
`regexp-quote' around instances where org-clock-string is used to build a regexp, in case someone puts funny characters in their org-clock-string. Hopefully, the patch is attached correctly and Thunderbird didn't mangle it. Cheers! Joe V. From c9d76b191d665e51aa3cea42b86befdc2fe4390c

Re: [O] nested and partially emphasizing

2011-08-26 Thread joe
Jambunathan K gmail.com> writes: > This will interest you > > http://www.mail-archive.com/emacs-orgmode gnu.org/msg45991.html > Thank you very much, an actually helpful hint. It does not solve the problem of nested emphasizing, but it's a pragmatic way to solve some problems concerning emph

Re: [O] Is it possible to markup one character in a word?

2011-08-26 Thread joe
nice to be switchable by just one single command resp. shortcut... Thanks, Joe.

[O] nested and partially emphasizing

2011-08-26 Thread joe
org-emphasis-... variables. Anyone who knows a place where those points already are discussed or even explained with some comprehensible and working samples? Thanks, Joe.

[Orgmode] Re: body-only for single file html export

2010-12-20 Thread joe
On Sun, Dec 19, 2010 at 05:10:57PM -0500, Bernt Hansen wrote: > joe writes: > > > I would like to use the ":body-only" option for exporting html (and > > ocassionally latex). Reading through the docs and maillist, I think I > > understand how to do this if I&

[Orgmode] body-only for single file html export

2010-12-19 Thread joe
Hello org-mode Experts, I would like to use the ":body-only" option for exporting html (and ocassionally latex). Reading through the docs and maillist, I think I understand how to do this if I'm publishing an entire project. I don't have a project, though... I use emacs for editing html textarea

[Orgmode] projects in separate files so easy date/time sort for agneda

2010-05-13 Thread Joe Bohart
t's time to try this. Would love to hear +/- experiences of others who have tried it (with or without the file date/time sort). Thanks -Joe ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Joe Riel
Nick Dokos wrote: Joe Riel wrote: That is fine, though I'll apply the patch. There does appear to be another bug, or my misunderstanding. That is, even without the link, [[file:/home/joe/sample.pdf]] does not work properly. That is, clicking on it (mouse 1) opens the pdf inside

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Joe Riel
Nick Dokos wrote: Joe Riel wrote: Jan Böcker wrote: On 28.04.2010 20:30, Joe Riel wrote: The hyperlink syntax allows specifying a line number, however, that doesn't do anything (other than force the document to be opened inside of emacs) with a non-text file (say

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-29 Thread Joe Riel
Jan Böcker wrote: On 28.04.2010 20:30, Joe Riel wrote: The hyperlink syntax allows specifying a line number, however, that doesn't do anything (other than force the document to be opened inside of emacs) with a non-text file (say a pdf). Is therea an extension to allow specifying a

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-29 Thread Joe Riel
Jan Böcker wrote: On 28.04.2010 20:30, Joe Riel wrote: The hyperlink syntax allows specifying a line number, however, that doesn't do anything (other than force the document to be opened inside of emacs) with a non-text file (say a pdf). Is therea an extension to allow specifying a

[Orgmode] Specify page number in hyperlink [to pdf]

2010-04-28 Thread Joe Riel
The hyperlink syntax allows specifying a line number, however, that doesn't do anything (other than force the document to be opened inside of emacs) with a non-text file (say a pdf). Is therea an extension to allow specifying a page number so that a link to a pdf is opened at the specified page?

Re: [Orgmode] Removing footnotes

2010-01-19 Thread Joe Python
Thank you all for these great answers. God Bless. - Joe On Tue, Jan 19, 2010 at 9:57 AM, Carsten Dominik wrote: > Hi Joe, > > as an alternative to the solution proposed by Jan (turning off > footnote support entirely), you might also consider marking > that snippet as verbatim co

[Orgmode] Removing footnotes

2010-01-18 Thread Joe Python
print $n/$i}' logfile < org file ends here> The F[9] above is interpreted as a Foot Note by org. Is there a way to prevent it? Please let me know. Thank you, Joe ___ Emacs-orgmode mailing list

[Orgmode] Error in FAQ

2010-01-06 Thread Joe Snikeris
Hi all, There is an error in the FAQ found here: http://orgmode.org/worg/org-faq.php#visual-line-mode The line: (define-key org-mode-map "\C-a" 'move-end-of-line))) should read: (define-key org-mode-map "\C-e" 'mov

Re: [users] Re: OO 3 rc1 install/setup freeze

2008-09-10 Thread Joe Conner
@Joe & A.J.: were your freezes with the JRE version or the non-JRE version? Non JRE version for me. Joe Conner, Poulsbo, WA USA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]