org code highlight w/ single quote

2025-02-07 Thread Jason Hemann
n are outside of tags. ', plain foo Thank you for your help. Best, Jason Hemann

[FR] org-clock-modify-effort-estimate as autoload

2024-04-27 Thread Jason Hemann
estimates when not clocked and before the org-clock file had been loaded. This then made me think org-clock-modify-effort-estimate should be autoloaded, and the function act like another entry point. Best, Jason Hemann

Re: Org mode version 9.7-pre (9.7-pre-n/a-g093879

2024-02-07 Thread Jason May
t and other functions should raise errors instead of silently returning nil? I'm going to investigate how it might be possible to initiate an org- lint if an exception situation was to arise in org-journal. On February 7, 2024, Ihor Radchenko wrote: > Jason May writes: > > > E

Re: Putting LaTeX inside a figure environment on export

2022-04-09 Thread Jason Ross
On 4/9/22 12:36, William Denton wrote: Is there a way to get a line of LaTeX inside a figure environment when exporting from Org? For example, let's say I have:     #+caption: This is a large tree     [[file:large_tree.jpg]] I want to use this to generate an entry in an index:   

Re: Configuring ox-context

2021-12-24 Thread Jason Ross
f contents commands need the headline names in order to set up the depth properly. I don't know if there is a workaround for this in ConTeXt. But, I think this would satisfy Juh's needs as well. Adding \definesectionlevels to the preamble would allow them to have whatever sectioning scheme they want. Jason

Re: Configuring ox-context

2021-12-22 Thread Jason Ross
d-from-toc-p headline info))) (if notoc (format "%sNoToc" hname) hname))) #+end_src One more thing. #+begin_quote results in the verbatim line OrgBlockQuoteEnu­mEmpty 1 in the pdf and a very indented quote block. In html export I get an normal indented blockquote. This is fixed on the "develop" branch as of today. I missed a comma... Thanks, Jason

Re: Configuring ox-context

2021-12-21 Thread Jason Ross
layout is scrambled. Maybe interferences with the default settings? Sorry, but I am still trying to understand what is going on in the background of emacs export. juh Try `(setq org-context-pdf-process '("context --mode=trimsize %f"))` to set this as the default. Jason

Re: Configuring ox-context

2021-12-21 Thread Jason Ross
nt to calling `context test.mkiv` from the terminal). Jason

Re: Configuring ox-context

2021-12-21 Thread Jason Ross
On 12/21/21 7:50 AM, juh wrote: Dear all, this configuration does not work. #+begin_src emacs-lisp     (use-package ox-context   :straight (ox-context :type git :host github :repo "Jason-S-Ross/ox-context")     :config     (add-to-list 'org-context-presets-alis

Re: Bibliographies on export with ox-context and ox-epub

2021-12-02 Thread Jason Ross
There is a ConTeXt-specific citation exporter that's in development: https://github.com/Jason-S-Ross/oc-context On 12/2/21 12:11 AM, juh wrote: Am 01.12.21 um 16:01 schrieb Eric S Fraga: What completion engine are you using?  In selectrum, typing C-j at that point finishes the compl

Re: Sub-figures in Org Mode

2021-10-26 Thread Jason Ross
Hi Juan, On 10/22/21 5:00 PM, Juan Manuel Macías wrote: Hi Jason, Jason Ross writes: Are there any workarounds people use to create subfigures in Org Mode when exporting to LaTeX? Example output: In this thread I explain a procedure to export images as subfigures using org links: https

Sub-figures in Org Mode

2021-10-22 Thread Jason Ross
Are there any workarounds people use to create subfigures in Org Mode when exporting to LaTeX? Example output: #+begin_example latex \documentclass{article} \usepackage[demo]{graphicx} \usepackage{subcaption} \begin{document} \begin{figure} \begin{subfigure}{.5\textwidth} \centering \includeg

Re: Best way to include METAPOST in ConTeXt exporter

2021-10-05 Thread Jason Ross
Here's a hook that modifies the source blocks to wrap their output in #+BEGIN/END_METAPOST tags if the ConTeXt backend is used, before Org Babel gets to them, but otherwise leaves them alone. I wonder if anyone has any better ideas of how to do this. I'm modifying the Org source with the hook bef

Re: Best way to include METAPOST in ConTeXt exporter

2021-10-05 Thread Jason Ross
ve raw results wrapped in appropriate tags. Also, I'm still curious if there's a better way to add #+CAPTION and #+NAME tags to images generated by source blocks (in any context). It would be extremely handy to reference figures generated with matplotlib throughout the document, not jus

Re: Best way to include METAPOST in ConTeXt exporter

2021-10-04 Thread Jason Ross
7;t like about this. 1. No SVG preview in the buffer since the `conditional-header` macro doesn't get expanded until export time 2. Boilerplate; both the `conditional-header` and `wrap_metapost` definitions need to be included in the org file 3. Inconvenient to use since I have to add a

Best way to include METAPOST in ConTeXt exporter

2021-10-03 Thread Jason Ross
are some better ways of doing something like this? Source blocks? How would a user expect to use a feature like this? Thanks, Jason

Re: ConTeXt exporter for Org Mode

2021-08-06 Thread Jason Ross
ke the table of contents setting probably belong in the github tracker. General questions like "how do I change to A4 paper" could go either way. Thank you for the feedback! Jason

ConTeXt exporter for Org Mode

2021-08-04 Thread Jason Ross
Hello, I have developed a ConTeXt exporter for Org Mode. It is available at https://github.com/Jason-S-Ross/ox-context The exporter provides custom environments for each document element in an effort to make customization easier, in contrast to the Pandoc exporter which uses built-in

Inconsistent numbering of verse, example, source blocks

2021-01-25 Thread Jason Ross
to 2 Here’s a link to Example 3 Here’s a link to 4 Here’s a link to Source 1 Here’s a link to 2 Here’s a link to Source 3 Here’s a link to 4 So, my question is twofold: 1. Is this a bug? 2. What is the most desired numbering for these elements in the future? Thanks, Jason

Re: Org to ConTeXt exporter?

2021-01-12 Thread Jason Ross
I'm happy to hear you're able to use it! Any feedback or criticism is appreciated, and I'd like to know what your output format looks like if you're able to share. Thanks, Jason On 1/9/21 9:42 AM, Juan Manuel Macías wrote: Hello, Jason, Jason Ross writes: I recently

Re: Org to ConTeXt exporter?

2021-01-07 Thread Jason Ross
n one. You can see it here: https://github.com/Jason-S-Ross/ox-context/ It's no substitute for the LaTeX exporter but it implements a lot of the basics. I'm deriving from the LaTeX exporter but I have to override most of the transcoders so it may be better to start from scratch. Disclaime

Re: Org to ConTeXt exporter?

2021-01-07 Thread Jason Ross
#x27;ve started working on one. You can see it here: https://github.com/Jason-S-Ross/ox-context/ It's no substitute for the LaTeX exporter but it implements a lot of the basics. I'm deriving from the LaTeX exporter but I have to override most of the transcoders so it may be better to

Re: [PATCH] Add support for month trees

2019-11-26 Thread Jason Dunsmore
Hi Nicolas, I've addressed each of your points in my updated patch (attached). Thanks, Jason On Tue, Nov 26, 2019 at 3:22 AM Nicolas Goaziou wrote: > Hello, > > Jason writes: > > > Please find my attached patch which implements a way to capture entries > > gr

[PATCH] Add support for month trees

2019-11-07 Thread Jason
/48414/monthly-date-tree https://lists.gnu.org/archive/html/emacs-orgmode/2018-02/msg00092.html Regards, Jason Dunsmore From 9858c2acc3aef0561dacd740d2ee353f77239fe2 Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Wed, 6 Nov 2019 21:49:43 -0600 Subject: [PATCH] org-capture.el: Add support for

[O] Refile with ido matching only beginning of header

2017-06-24 Thread Jason Dunsmore
sing Org 9.0.9. Any idea how I can configure Org refile with ido to match any part of the header? Thanks, Jason

Re: [O] Git repository error

2017-05-27 Thread Jason Dunsmore
443: Connection timed out I enabled port 443. Please see if it works now. If you're behind a restrictive firewall, you can use http://orgmode.org/org-mode.git Regards, Jason On Sat, May 27, 2017 at 5:47 PM, Leslie Watter wrote: > I can reproduce the same behaviour here: > &g

Re: [O] Best practice for canceled/moved recurring events

2016-07-24 Thread Jason Riedy
And sabrewo...@gmail.com writes: > What is the best way of dealing with scenarios where (1) the meeting "next > week" is on the Wednesday and (2) the meeting "two weeks" after that (or > whatever) is canceled? Right now, I keep the typical meeting (titled with "Standing: ") and add exceptions as s

[O] [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string

2016-02-21 Thread Jason Furtney
Hi, Here is a small patch to fix a typo. Thanks. >From d931a64e0482cddcef9ba5490994f24ab886e4f1 Mon Sep 17 00:00:00 2001 From: Jason Furtney Date: Sat, 20 Feb 2016 20:14:22 -0600 Subject: [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string * lisp/org

Re: [O] MobileOrg documentation?

2014-08-13 Thread Jason F. McBrayer
want to work with. [1]: http://www.carcosa.net/jason/blog/computing/emacs/messageease-2014-08-02.html -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someone else co

[O] Bug: horizontal line incorrectly drawn when numbers are prefixed with plus sign [8.2.5h (8.2.5h-6-g8e1386-elpa @ /Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-23 Thread Jason Lewis
/image/Sudbx4RL5T9KaLBYZHYo4e1GtssQbT Emacs : GNU Emacs 24.3.50.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00) of 2014-01-24 on tolkien.lan Package: Org-mode version 8.2.5h (8.2.5h-6-g8e1386-elpa @ /Users/jason/.emacs.d/elpa/org-20140203/) current state: == (setq org-tab

[O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-05 Thread Jason Lewis
jade Package: Org-mode version 8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/) current state: == (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-latex-format-headline-function 'org-latex-f

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Jason Lewis
On 29/11/2013 5:53 pm, Thomas S. Dye wrote: > Jason Lewis writes: > >> (require 'org-latex) >> (unless (boundp 'org-export-latex-classes) >> (add-to-list 'org-export-latex-classes >> '("ltugboat" >>

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
("\\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: Unknown LaTeX class `ltugboat' Thanks, Jason

[O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
for versions > 8.0? Any pointers would be appreciated. Thanks, Jason -- Jason Lewis http://emacstragic.net signature.asc Description: OpenPGP digital signature

[O] conditionally includes or file options

2013-10-17 Thread Jason Lewis
Hi, I have an org file stored on a Dropbox drive. I need some file options in it for exporting to reveal.js using ox-reveal. eg: on my mac: #+REVEAL_EXTRA_CSS: file:///Users/jason/source/reveal.js-fullscreen-img/fullscreen-img.css on my windows computer: #+REVEAL_EXTRA_CSS: file:///C:\Users

Re: [O] error exporting latex src block

2013-10-17 Thread Jason Lewis
Hi Eric, On 17/10/13 2:59 PM, Eric Schulte wrote: > Jason Lewis writes: > > Your example exports w/o problem for me with Org-mode version Org-mode > version 8.2.1. I believe the problem on your system lies in the latex > fontification on your system. Org-mode uses htmlize to e

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:30 PM, Jason Lewis wrote: > On 17/10/13 12:22 PM, Jason Lewis wrote: > > >> Hi, >> >> If I try and export: >> >> #+BEGIN_SRC latex >> \\ >> #+END_SRC > > I also get the same error with > > #+BEGIN_SRC latex > \new

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:22 PM, Jason Lewis wrote: > > Hi, > > If I try and export: > > #+BEGIN_SRC latex > \\ > #+END_SRC I also get the same error with #+BEGIN_SRC latex \newline #+END_SRC I'm exporting with C-c C-e hH

[O] error exporting latex src block

2013-10-16 Thread Jason Lewis
include a double \\ in a latex SRC block? I'm using Org-mode version 8.2.1 (8.2.1-3-g35e5e5-elpa @ /Users/jason/.emacs.d/elpa/org-20131007/) Thanks, Jason -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmai

[O] Bug: #+SETUPFILE breaks org buffers syntax highlighting [8.2.1 (8.2.1-3-g35e5e5-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20131007/)]

2013-10-14 Thread Jason Lewis
xpect highlighting should stay the same when a setupfile is inserted. Emacs : GNU Emacs 24.3.50.3 (i686-pc-cygwin) of 2013-02-26 on jade Package: Org-mode version 8.2.1 (8.2.1-3-g35e5e5-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20131007/) current state: == (setq org-ctrl-c-c

[O] bug report: org-beamer-select-environment popup window not displaying nicely

2013-10-13 Thread Jason Lewis
-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20131007/) current state: == (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-latex-format-headline-function 'org-latex-format-headline-default-function outline-minor-mode-hook '(med

Re: [O] Difficulties Accessing git Repository

2013-10-09 Thread Jason Dunsmore
Hi all, Sorry about that. It seems to be fixed now (git-daemon had gone crazy). Regards, Jason On Wed, Oct 2, 2013 at 3:50 PM, Josiah Schwab wrote: > Hi orgmode.org overlords, > > I just tried to pull from the main org-mode git repository. I > encountered the follo

[O] how to provide feedback to the org documentation on the website?

2013-09-27 Thread Jason Lewis
should read "Finally, every plain list has support" Jason -- Jason Lewis http://emacstragic.net signature.asc Description: OpenPGP digital signature

Re: [O] org-caldav for Google or Zimbra?

2013-09-26 Thread Jason Riedy
, well understood. Thank you! -- Jason

Re: [O] org-caldav for Google or Zimbra?

2013-09-26 Thread Jason Riedy
"The URL %s > does not seem to accept DAV requests" (org-caldav-events-url))) > org-caldav-sync() > eval((org-caldav-sync) nil) > eval-last-sexp-1(nil) > eval-last-sexp(nil) > call-interactively(eval-last-sexp nil nil) Someone on github reported the same issue. -- Jason

Re: [O] using orgtbl-sqlinsert

2013-09-25 Thread Jason Riedy
r pursuing the generalization. -- Jason

[O] org-caldav for Google or Zimbra?

2013-09-24 Thread Jason Riedy
lendar in a separate org file might work. Each org file could set some file-wide parameters like calendar URL. -- Jason, who no longer has relevant papers on file...

Re: [O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Jason Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou wrote, On 23/09/2013 7:56 AM: > Hello, > > Jason Lewis writes: > >> When I try and export the following code to beamer, using the C-c >> C-e l b, it gives the error: >> >> setq: Wrong type

[O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Jason Lewis
tolkien.lan Package: Org-mode version 8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/) current state: == (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-17 Thread Jason F. McBrayer
Carsten Dominik writes: > On 16.5.2013, at 21:11, Jason F. McBrayer wrote: >> Another thing to take into account in the rewrite is doing the right >> thing even when electric-indent-mode or electric-layout-mode are >> enabled. The current implementation is not compatible wi

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Jason F. McBrayer
ng to take into account in the rewrite is doing the right thing even when electric-indent-mode or electric-layout-mode are enabled. The current implementation is not compatible with electric-indent-mode. -- +---+ | Jason F. McBrayer

[O] batch saving patch for emacs 23/org 8.0.1

2013-04-24 Thread Wright, Jason L
ively-p (quote any)) (not (y-or-n-p ...))) (and (file-exists-p file) (if (called-interactively-p ...) (not ...))) (or (not (file-writable-p file)) (and (file-exists-p file) (if ... ...))) (if (or (not ...) (and ... ...)) (user-error "Cannot write agenda to file %s" file)) o

Re: [O] New maintainer

2013-04-23 Thread Jason Dunsmore
Thanks for all of your hard work on org-mode Bastien! Watching you in action has taught me a great deal about good project/community leadership. If there's anything I can do to help with the transition, please let me know. Regards, Jason

Re: [O] RSA host key for orgmode.org has changed?

2012-11-30 Thread Jason Dunsmore
The server was migrated a couple of months ago. Just remove the old key from ~/.ssh/known_hosts and you should be good. Jason On Fri, Nov 30, 2012 at 10:22 AM, Thorsten Jolitz wrote: > > > Hi List, > > I just tried to pull the actual version of Worg an

Re: [O] Exclude all TODO keywords from refile targets

2012-11-24 Thread Jason Dunsmore
On Sat, Nov 24, 2012 at 1:22 AM, Bernt Hansen wrote: > Jason Dunsmore writes: > >> I found a bit of code to exclude DONE keywords from refile targets >> here: http://orgmode.org/worg/org-hacks.html#sec-2-3 >> >> Since I try to keep all headings with keywords as end

Re: [O] moving subtree breaks line space

2012-11-22 Thread Jason Dunsmore
Try configuring org-blank-before-new-entry. The FAQ has some information about it: http://orgmode.org/worg/org-faq.html Here's what I use: (setq org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))) Regards, Jason On Wed, Nov 21,

Re: [O] Need tip/suggesting:org-mode for note taking

2012-11-08 Thread Jason F. McBrayer
the org info node on "Attachments". Hope this helps! [1]: https://play.google.com/store/apps/details?id=com.zielm.emacs [2]: http://esnm.sourceforge.net/EmacsPortable.html -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone

Re: [O] Is Worg updating correctly?

2012-10-12 Thread Jason Dunsmore
Fixed. Thanks for reporting this. Regards, Jason On Tue, Oct 09 2012, Thomas S. Dye wrote: > Aloha all, > > Changes I pushed recently aren't reflected on the web site. Not sure > what might be wrong. > > All the best, > Tom

Re: [O] ELPA org-mode daily build(s)?

2012-09-18 Thread Jason Dunsmore
aily cron job for this on the server. > > I just tested the script launched each day and the ELPA package has been > correctly produced. I'm not sure what's the problem here, copying Jason > in case he has an idea. Here's the error log: http://orgmode.org/build-org-pk

Re: [O] Kudos to Auréliens and Andrew who finished the GSoC successfully!

2012-08-29 Thread Jason F. McBrayer
t a syntax-aware merge tool would handle correctly. I'm excited to see that it also works with Mercurial! -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someon

Re: [O] Please consider making a donation

2012-08-28 Thread Jason F. McBrayer
money to Free Software projects should check out The Donate Pledge (http://f-droid.org/posts/the-donate-pledge/) at the F-Droid site. -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone conquers a thousand times a thousand o

Re: [O] GNU Emacs ported to Android

2012-08-23 Thread Jason F. McBrayer
alent to a normal TTY Emacs with a PC keyboard. But, of course, the modifier support in a normal TTY Emacs is a little limited. My notes on running Emacs and Org-mode in this environment are at http://www.carcosa.net/jason/blog/computing/emacs/2012-07-19-21-31-emacs-on-android.html if anyone is

Re: [O] GNU Emacs ported to Android

2012-08-22 Thread Jason F. McBrayer
d meta. I admit to knowing very little about this, and would like to learn more. -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself,

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-20 Thread Jason F. McBrayer
#x27;t had time to look at it. I'm planning on setting up davical on my home server, but I don't have the round tuits for it yet, and I didn't really want to test this until I have davical up and running. -- +---+ | Jaso

Re: [O] git repository via http broken

2012-06-29 Thread Jason Dunsmore
/s, done. Resolving deltas: 100% (49457/49457), done. real0m59.071s user0m11.305s sys0m0.668s --8<---cut here---end--->8--- I've set up a weekly cron job to run "git gc" on the org-mode repo. Jason

Re: [O] Setting user-defined properties while ido-mode is active

2012-06-01 Thread Jason Dunsmore
se experience this, or am I simply ignorant of some basic > ido-mode functionality here? You can type the name of the new property and hit enter. The prompt will say "[No match]", but just ignore it. The new property will be created. Regards, Jason

Re: [O] little annoyance

2012-05-24 Thread Jason Dunsmore
Hi Julian, You can change org-edit-src-content-indentation to keep indentation from being added: (setq org-edit-src-content-indentation 0) Regards, Jason

Re: [O] Strange extra-space when using yasnippet for Org-mode heading

2012-04-12 Thread Jason Dunsmore
asterisks are missing (no > heading), I am afraid that Org-mode has a problem with yasnippet (at > least at my side). Are you using org-indent-mode? If so, maybe what you're seeing is related to this outstanding bug: http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg01059.html Jason

Re: [O] MobileOrg setup

2012-04-05 Thread Jason F. McBrayer
y MobileOrg staging setup (though now I use the ssh backend rather than webdav). -- +---+ | Jason F. McBrayer jmcb...@carcosa.net | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquer

Re: [O] worg access source

2012-02-09 Thread Jason Dunsmore
On Thu, Feb 09 2012, Thomas Alexander Gerds wrote: > in worg it would be great if (as in emacs muse) there was a link to the > underlying .org file which was used to generate the page. my naiive > attempt to catch a glimpse of the source of > > http://orgmode.org/worg/org-contrib/babel/languages/o

[O] Links to Gnus articles don't export correctly

2012-02-09 Thread Jason Dunsmore
ong string. I'm using Org-mode version 7.8.02 and GNU Emacs 23.3.1. Thanks, Jason

Re: [O] Org without X on Debian

2012-02-01 Thread Jason F. McBrayer
a tiling window manager like dwm, awesome, or stumpwm (my favorite). If the only application you're going to be running under X will be emacs, there's no reason not to use dwm for your window manager, actually. -- +---+ | Jason F. McB

Re: [O] benefit to having org files in one folder

2011-12-10 Thread Jason Earl
dvantage is that you can use a revision control system to keep your files in sync across several computers. If you have your org files scatter all over your file system that becomes much more difficult. Jason

[O] Worg migration complete

2011-12-01 Thread Jason Dunsmore
available via: git clone git://orgmode.org/worg.git Regards, Jason

Re: [O] Updating Worg re standard source block syntax

2011-11-30 Thread Jason Dunsmore
worg-org-faq.cache... Loading vc-git... Skipping unmodified file /home/emacs/git/worg/org-faq.org [...] --8<---cut here---end--->8--- I'll send an email to the list soon about the new worg setup. Regards, Jason

[O] [PATCH] Documentation for "Tracking TODO state changes"

2011-11-09 Thread Jason Dunsmore
suvayu ali writes: > Hi Jason, > > On Wed, Nov 9, 2011 at 15:56, Jason Dunsmore wrote: >> After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, I >> expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: >> >> - Log times

Re: [O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread Jason Dunsmore
Giovanni Ridolfi writes: > Jason Dunsmore writes: > > Hi, _Jason, > >> After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, >> I expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: >> >> - Log timestamp when en

[O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread Jason Dunsmore
and Emacs 23.2.1. Thanks, Jason

Re: [O] broken links

2011-10-10 Thread Jason Dunsmore
age is not accessible from http://orgmode.org/index.html > The current page for Carsten's Google Talk is http://orgmode.org/talks/, > which listed the correct links for PDF, etc. > > Jason, could you redirect http://orgmode.org/GoogleTech.html to > http://orgmode.org/talks/? Done

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Jason Dunsmore
Chris Wallace writes: > On 10/10/11 14:52, Jason Dunsmore wrote: >> Chris Wallace writes: >> >>> I want to include in my agenda only things that are TODO, or are >>> scheduled and not marked DONE, or have a deadline and are not marked >>> DONE. Thi

Re: [O] Agenda view: ignoring everything that is DONE

2011-10-10 Thread Jason Dunsmore
---start->8--- (setq org-agenda-skip-scheduled-if-done t) (setq org-agenda-skip-deadline-if-done t) (setq org-agenda-skip-timestamp-if-done t) --8<---cut here---end--->8--- This is in the FAQ: http://orgmode.org/worg/org-faq.html#removing-done-items-from-agenda Regards, Jason

Re: [O] Registration for Worg commit access

2011-10-06 Thread Jason Dunsmore
Martyn Jago writes: > Hi > > Would it be possible for someone to provide we with commit access to > Worg? Hi Martyn, Here are the instructions for contributing to Worg: http://orgmode.org/worg/worg-git.html#contribute-to-worg Did you email Matt? Regards, Jason

Re: [O] [contacts] No completion in Gnus

2011-10-05 Thread Jason Dunsmore
s-complete-name) When I do this, I see: (5 8 (lambda (&rest --cl-rest--) (apply #[... "ÃÄJ \"\"‡" [G73503 G73502 args2 apply append] 5] (quote --args1--) (quote --fun--) --cl-rest--))) Is there anything else I'm missing? Thanks, Jason

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-31 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> Bastien writes: >> >>> Hi Jason, >>> >>> Jason Dunsmore writes: >>> >>>> I noticed that lines with leading asterisks inside of source and example >>>

Re: [O] [bug] Inconsistent tag alignment in org-indent-mode

2011-08-31 Thread Jason Dunsmore
Michael Brand writes: > Hi Jason > > This reminds me of a similar problem with tag alignment that I solved > with a patch that did not get any feedback yet. Can you try if this > patch solves your problem too? > http://thread.gmane.org/gmane.emacs.orgmode/42564 Hi Michael,

Re: [O] The Orgfather

2011-08-31 Thread Jason Dunsmore
Ha ha, I love it... "The HTML exporter... I knew it was a mistake... When I first wrote it, I had this bad feeling and thought: this can end up in spaghettis..."

Re: [O] Todo with checkboxes is grayed out in agenda

2011-08-30 Thread Jason Dunsmore
Nathan Neff writes: > I have a todo like this: > > * todo something > - [ ] first > - [ ] next > > In the agenda, the todo something header is displayed grayed out. If you're trying to control the greying-out, `org-agenda-dim-blocked-tasks' variable may be relevant.

Re: [O] Styling HTML output

2011-08-25 Thread Jason Dunsmore
Very nice, thanks!

[O] [bug] Inconsistent tag alignment in org-indent-mode

2011-08-25 Thread Jason Dunsmore
t;8--- Here's what happens before and after typing in the heading: http://imgur.com/a/Ljpw2 I'm using: Org-mode version 7.7 (release_7.7.201.gcd8d) GNU Emacs 23.2.1 Great work on org-ident-mode by the way! I've noticed a bunch of recent improvements. Regards, Jason

Re: [O] git repository over http?

2011-08-23 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I ran some tests and found that the download speed is proportional to >> the size of the repo: > > Good to know, thanks. > >> If you clone via git://, it does some optimizations during the transf

Re: [O] indenting nested TODOs in agenda views

2011-08-22 Thread Jason Dunsmore
ut the flowers by the side of the house * TODO Cut the flowers in the garden Regards, Jason

Re: [O] git repository over http?

2011-08-19 Thread Jason Dunsmore
ver >> there's nothing to indicate that anything is happening until the task >> is complete. > > Yes. > > Jason, is the slowliness something worth trying to fix? > Can we get some indication that the repo is currently being > cloned? I ran some tests and f

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I noticed that lines with leading asterisks inside of source and example >> blocks are interpreted as headings: > > The attached patch should fix this -- please confirm. Hm, I'm still seeing the same

[O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-16 Thread Jason Dunsmore
d--->8--- I'm using GNU Emacs 23.2.1 and Org-mode version 7.7 (release_7.7.97.g9d5c5) Regards, Jason

Re: [O] Schedule event

2011-08-07 Thread Jason Dunsmore
nts is another good reason. Also, as recently discussed, consistent formatting conventions and clarifying the frequently-misunderstood issue of SCHEDULED vs. no-keyword active timestamps are good reasons. Regards, Jason

Re: [O] Schedule event

2011-08-06 Thread Jason Dunsmore
o keyword as "plain timestamps". > Can you, maybe, comment on what makes the decision difficult? At least for me, in my early Org days, I wasn't sure of the best formatting convention for "plain timestamps". I settled on putting them on the line directly after the header with the proper indentation, since this is how SCHEDULED items were inserted. Regards, Jason

Re: [O] Schedule event

2011-08-06 Thread Jason Dunsmore
case, I'd opt for EVENT or some such in favor of APPT. Just think at > birthdays, or a TV show: qualifying them as APPT is a bit limitative, IMHO. > EVENT seems a more general term. I also like the EVENT keyword. Regards, Jason

[O] Schedule event

2011-08-05 Thread Jason Dunsmore
In the Org manual, a distinction is made between items that have a timestamp with the "SCHEDULED" keyword and items that have a plain timestamp: "Scheduling an item in Org-mode should not be understood in the same way that we understand scheduling a meeting. Setting a date for a meeting is j

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread Jason Dunsmore
s mine checks if the point is anywhere on the last line. I don't think it fixes the problem. Bernt, can you test it? Thanks, Jason

Re: [O] undo archive

2011-08-03 Thread Jason Dunsmore
suvayu ali writes: > On Wed, Aug 3, 2011 at 8:47 PM, skip wrote: >> Is there a way to undo archive after, say, an accidental archival of a >> part of org file? >> > > A simple undo on the org file buffer has worked for me in the past. You'll also need to manually remove the archived subtree fro

  1   2   3   4   >