Re: [O] [PATCH] org-capture, removing whitespace from new captures

2011-09-14 Thread Paul
# olaf+list.orgm...@olafdietsche.de, Wed, 14 Sep 2011 18:44:07 +1000: > paul...@telstra.com writes: > > > I found myself manually "cleaning" most CAPTURE buffers of whitespace > > prior to committing them with C-c C-c. The attached patch adds a new > > prope

[O] export literal examples font-lock: ess-mode

2012-08-17 Thread Paul
ul. Is there a way to harness it's capabilities for an unsupported language like Stata's? Thanks to everyone who read this through, and in particular to anyone who can help! Paul

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

2012-11-08 Thread Paul
ocess. So, in summary: * if you have given it a fair try, but still don't like orgmode - stop using it and find something you like * do the Emacs Tutorial every so often and discover something amazing that somehow you missed last time * read about "Capture", and capture templates * read the Orgmode manual again and marvel at the possibilities Have fun! -- Paul.

Re: [O] Weirdness re: inclusion of figures

2012-02-15 Thread Paul
Paul Magwene gmail.com> writes: > > Hi All, > > I'm trying to get up to speed with org-mode and babel for doing > reproducible computational research. I'm just starting to play around > with simple examples, and I'm baffled by the following. > >

[O] list labels - fixing a label

2013-11-02 Thread paul
In LaTeX we can specifically set enumi, enumii etc. to skip list items. Is there any way to do something similar with org lists? Simply started at 2) or whatever doesn't work - when you add new items they all get renumbered.

Re: [O] list labels - fixing a label

2013-11-02 Thread paul
Achim Gratz writes: > p...@rudin.co.uk writes: >> In LaTeX we can specifically set enumi, enumii etc. to skip list items. >> >> Is there any way to do something similar with org lists? Simply started >> at 2) or whatever doesn't work - when you add new items they all get >> renumbered. > > You c

Re: [O] how to make relative file links?

2013-11-06 Thread paul
David Belohrad writes: > ups, second test. it really works. I have messed up settings on two > computers... I use Dropbox (there are alternatives) for an elisp file with all my emacs settings so that I always loading the same settings. A minimal .emacs.d/init.el loads this file on each machine,

Bug report: remote file python src output gives FileNotFound (+ suggested fix)

2020-11-24 Thread paul
When working remotely, a python SRC block with a session and :results set to output will return a FileNotFoundError. To reproduce this bug: 1. Open a .org file remotely 2. Insert the following #+BEGIN_SRC python :results output :session check print("a") #+END_SRC 3. org-ctrl-c-ctrl-c in the code b

[Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-23 Thread Paul Sexton
Check out: http://ccrypt.sourceforge.net/ There is an emacs package provided, ps-ccrypt.el, which provides seamless loading & saving of encryted files. I have been using it with my org agenda file for several months with no problems. Paul Marcelo de Moraes Serpa gmail.com> writes: }

[Orgmode] Re: full production use of org-mode: time to say thanks again!

2010-10-11 Thread Paul Mead
fold it? Comments? I was thinking the other day that this would be a useful change - I was wondering why it didn't work the same as other similar structures, so a vote from me for this change. Paul ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] Strange character inserted by org-capture

2010-11-11 Thread Paul Mead
r1|supplier2|supplier3} %^{Account} invoice %^{Invoice number} - £%^{Amount Ex VAT} - %^{Date (dd mmm yy)}\n%u" I am experiencing some strange behaviour when using the last option (Invoice) on my XP machine. The template inserts a strange character (I don't recognise it but it looks like an upper case A with a symbol above it) immediately before the £ sign. This doesn't happen on the Linux machine using the same files, same template, etc. Any ideas? Thanks, Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Strange character inserted by org-capture

2010-11-11 Thread Paul Mead
tes (quote" > + is invoicing.org utf-8? > > C-x RET f utf-8 # change file encoding > > hth > Giovanni Changing the init file encoding did the trick, thanks! Paul ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Re: requested feature

2010-11-15 Thread Paul Mead
This looks pretty interesting to me, but how would you change this so that it used the whole heading text, not just one word? Paul Marvin Doyley writes: > Hi David, > > This is exactly what I was looking for, thank you. > > cheers > M > > On Sun, Nov 14, 2010 at 2:

[Orgmode] Org 7.3

2010-11-17 Thread Schlesinger, Paul
In Vista but not XP some/many links set with \C-c L give "No link found" with \C-c o. Paul Schlesinger ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/m

[Orgmode] Minor bug: org-agenda-holidays

2010-12-21 Thread Paul Sexton
s not exist. It should be 'calendar-list-holidays'. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Bug: Schedule in agenda gives wrong overdue days [7.4]

2011-01-07 Thread Paul Stansell
Sched. 4x: TODO Water plants at work I expected is for the schedule overdue days to be 11x instead of 4x. I've attached relevant files to reproduce this result with something like emacs --no-init-file --load bug.el bug.org Kind re

[Orgmode] Babel: replace inline block with evaluation result?

2011-01-13 Thread Paul Sexton
ly I would like to press a key with the cursor on an inline block, and have the block replaced with its eval result, rather than have the result appear in the minibuffer. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: Babel: replace inline block with evaluation result?

2011-01-13 Thread Paul Sexton
me up with a minimal example of the error I talked about. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Patch: More options for ignoring scheduled items in agenda todo lists

2011-01-13 Thread Paul Sexton
s the current behaviour of the 'past' setting) - past: changed to ignore if scheduled BEFORE today, but no longer ignores items scheduled today. Paul --- D:/paul/dotemacs/site-lisp/org/lisp/org-agenda.el Mon Dec 13 07:57:31 2010 +++ D:/paul/dotemacs/site-lisp/org/lisp/org-agenda_

[Orgmode] links and no match message

2011-01-17 Thread Schlesinger, Paul
ot;no match" message when I perform a goto on one of these global links. The link is still found, occasionally, but frequently I will need to reform the link. The location is present because just after forming the link they work but the "no match" message still appears. Tha

[Orgmode] Re: [PATCH] Add new option for ignoring past or future items in the global todo list

2011-01-17 Thread Paul Sexton
Matt Lundin imapmail.org> writes: [snip] Thanks Matt! (And it was mostly your idea.) Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: "clearing" the state of an org-mode subtree

2009-10-11 Thread Paul Mead
e, individually), so I think I'd better > just do it by hand. > > Thanks, everyone, Have you thought about using yasnippet? I have a repeating set of TODOs in a particular order that I have to do every month. Rather than reusing the old structu

Re: [Orgmode] For all you IRC types

2009-10-20 Thread Paul Holcomb
On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote: > I've started the channel #orgmode on irc.freenode.net, for the > discussion of all things Org and Emacs and between! Come join us! #org-mode already exists... -- Paul Holcomb

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
give me a clue about where it might be hiding? I'm looking at the 6.31a manual at http://orgmode.org/manual/index.html Thanks Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
Sorry for the noise, I've just found the reference in my local copy of the manual, which is up to date! Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
Thanks Carsten, I figured it out straight after posting - I must learn to check one last time before posting! Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/ma

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Paul Mead
ywords in Agenda, > please, refer the section of the manual: > "Keyword search" Giovanni I can't find anything in the manual which does anything other than search for TODO keywords, and this functionality would be pretty useful to me - can you point to the section number?

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
nded tag' function, so that I can give a heading as many tags as are required for searching but without cluttering up the line itself. I find that if there are more than two or three short tags, the line get unneccesarily messy. Are there other ways that I've missed that would allow this

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-11-09 Thread Paul Mead
nished. I'd prefer to have archive to sibling as the default option with the fewest keystrokes. (FWIW!) Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/m

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
example1 and example2 in a search? I tried a few things but didn't find anything that works. Ideally, I'd be able to specify several keywords in a search on the fly. (I'm sorry if there's a regexp that matches multiple keywords that I don't know - it's a skill which I f

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
Matt > Hopefully there's a better way, but thanks for now. I've shortened the 'Keyword' property to 'kw' to reduce typing in the meantime! Thanks Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

Re: [Orgmode] suggestion: automatically recording entry creation date

2009-11-20 Thread Paul Holcomb
(quote (("todo" ?t "* TODO %?\n :LOGBOOK:\n - CREATED:%U\n :END:\n" nil bottom nil) -- Is there a way to get this function to work with remember as well? I tried adding to org-remember-before-finalize-hook, but the marker is in a weird sta

[Orgmode] [PATCH] Fix org-goto when no file exists for a buffer

2009-12-09 Thread Paul Griepentrog
Thanks for Org-mode! Every once in a while I use org-mode in a buffer that is not associated with a file... and then org-goto gets confused. To repeat: BUFFER-NO-FILE --- * One - a * Two - b --- M-x org-mode C-c C-j org-get-refile-targets: Wrong type argument: string

[Orgmode] Integrating ctags & org mode (patch)

2009-12-14 Thread Paul Sexton
]+)>>/\1/d,definition/ The last line is a regular expression that defines what a tag is in orgmode. If you don't like my definition based on angle brackets, or you want to add other destinations as tags, just alter the bit between the first two /...slashes.../ 4. Paste the following into your .em

[Orgmode] Re: Integrating ctags & org mode (patch)

2009-12-15 Thread Paul Sexton
Carsten Dominik gmail.com> writes: > > Hi Paul, > > I like this very much. But I would like to change the implementation > so that > there will be a hook. Then people can do different things, including > matching tags in source code files etc. > > Would

[Orgmode] Re: Integrating ctags & org mode (patch)

2009-12-15 Thread Paul Sexton
Also I realised there was a misplaced parenthesis in the "(if (y-or-n-p..." clause. Corrected patch follows. BEGIN PATCH for org.el (delete this line) 8349,8369c8349,8350 { (condition-case nil (eval cmd) { ;; ORG-TAGS { (error {(progn

[Orgmode] Re: Integrating ctags & org mode (patch)

2009-12-15 Thread Paul Sexton
Sorry guys, I seem to be spamming this topic, but I just fixed another problem -- properties on the link string were causing problems with find-tag, which expected a propertyless string. Fixed patch follows. BEGIN PATCH for org.el (delete this line) 8349,8369c8349,8350 { (cond

[Orgmode] Re: OrgmodeWiki Support

2009-12-18 Thread Paul Sexton
Carsten Dominik gmail.com> writes: [snip] > > I think it would be useful to discuss this proposal first in a broader > sense. > Let me try to make a start. > > A few days ago, Paul Sexton submitted his proposal for simple > file-to-file links based on etags. > >

[Orgmode] Feature request: Prompt to remove deadline/scheduled dates

2009-12-23 Thread Paul Holcomb
this the right approach? When you do this you end up with items with "SCHEDULED:" or "DEADLINE:" and no date after them. These items don't show in the agenda, but it seems a little ugly. -- Paul Holcomb *pholcomb\@ cpoint net

[Orgmode] Org-ctags released

2009-12-23 Thread Paul Sexton
Hi, I have rewritten org-ctags, a package which allows org mode to use Emacs "tags" to seamlessly navigate to link targets in other org files (as well as source code files etc). See below for more of an explanation. The patch to org.el now creates a hook, as suggested by Carsten. Basically, if a [

[Orgmode] Re: Org-ctags released

2009-12-23 Thread Paul Sexton
Xavier Maillard gnu.org> writes: > > Le 23/12/2009 23:36, Paul Sexton a écrit : > > Hi, > > I have rewritten org-ctags, a package which allows org mode to use Emacs "tags" > > to seamlessly navigate to link targets in other org files (as well as source &g

[Orgmode] Re: Feature request: Prompt to remove deadline/scheduled dates

2009-12-24 Thread Paul Holcomb
On Wed, Dec 23, 2009 at 07:14:44PM -0500, Matt Lundin wrote: > Paul Holcomb writes: > > > Its great that there is a log when the DEADLINE or SCHEDULED value > > changes for an entry. It would also be nice if you could remove the > > deadline or scheduled value using

[Orgmode] Re: Org-ctags released

2009-12-24 Thread Paul Sexton
/ Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [PATCH] Log removal of deadline/scheduled dates

2009-12-28 Thread Paul Holcomb
Patch to record a note for removal of SCHEDULED or DEADLINE property. -- Paul Holcomb *pholcomb\@ cpoint net* GPG key fingerprint 2B62 05AE EE74 845A 705F D716 28C4 FE1C 088F CFAC 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a

[Orgmode] Re: [PATCH] Log removal of deadline/scheduled dates

2009-12-31 Thread Paul Holcomb
On Thu, Dec 31, 2009 at 09:12:10AM +0100, Carsten Dominik wrote: > Hi Paul, very nice, thank you. > > One question: > > What is the purpose of > > +(created . "CREATED %t") Mistake, please remove. This was part of a different patch set to automatically a

[Orgmode] PATCH Bugfix: bulk mark/unmark selects wrong next item when restricted

2010-01-02 Thread Paul Holcomb
When you are in agenda view and limit the items that are visible, such as with a tag restriction, marking and unmarking behaves incorrectly. After the item is marked or unmarked for bulk action, the point is moved to the next item, regardless of whether the next item is visible. -- Paul

[Orgmode] Can't open source.c file following the link to it

2010-01-06 Thread Paul Chany
Hi, in an org file within org-mode I create a link to a source.c file, but can't to open it from org-mode. Why? How can I setup org-mode to achieve this feature? Any advices will be appreciated! -- Regards, Paul Chany You can freely correct me in my English. http://csanyi-pal

[Orgmode] Re: Can't open source.c file following the link to it

2010-01-07 Thread Paul Chany
Hi Giovanni, Giovanni Ridolfi writes: > Paul Chany writes: >> in an org file within org-mode I create a link to a source.c file, >> but can't to open it from org-mode. Why? > Here: > org-mode 6.33c > Windows XP > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009

[Orgmode] Help with a custom block agenda

2010-01-13 Thread Paul Mead
are unscheduled, not WAITING, not STARTED as I've already listed those items above - it's this section where I want to see all the FOCUS actions which I haven't addressed yet. I hope you are getting my drift here! Any ideas? Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Help with a custom block agenda

2010-01-13 Thread Paul Mead
l))) > ("p" "Project list" tags "project") > ("f" "FOCUS list" tags-todo "FOCUS") > )) THanks Matt, that very nearly works, it certainly gets rid of the WAITING and STARTED, but I can s

[Orgmode] Partial tags match in custom agenda?

2010-01-14 Thread Paul Mead
iew which lists all of my @liz, @bob, @joe - type items in one view, rather than having to maintain a list of all the possible names in the block agenda setup. Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Orgmode] Re: how to unschedule a task in agenda view?

2010-01-14 Thread Paul Mead
Eric S Fraga writes: > Hello, > > the short question is: how can I easily unschedule a task when in the > agenda view? C-c C-s allows me to re-schedule (as do shifted arrow > keys) but sometimes I simply want to remove the schedule entry for the > item. > C-u C-c C-s? _

[Orgmode] Re: Partial tags match in custom agenda?

2010-01-14 Thread Paul Mead
Martin Pohlack writes: > Hi Paul, > > You can do regexp matching on tags. My agenda tags all start with ag_ > (for people), agM_ (meetings) or agC_ (calls). > > This snippet from my org-agenda-custom-commands shows how to use this: > > (tags "{^ag[MC]_

[Orgmode] Make archived headers unavailable as refile targets?

2010-01-25 Thread Paul Mead
Hi Is there any way of excluding archived headers as refile targets? I'd like to restrict refiling to those projects which are current. Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Ema

Re: [Orgmode] Make archived headers unavailable as refile targets?

2010-01-26 Thread Paul Mead
r my task. I'm afraid my elisp skills aren't up to much. Do I enter the name of a function and defun it somewhere else? I'm assuming that I write a function which tests whether a headline has an ARCHIVE tag and return nil if that's the case - is that right? Paul __

Re: [Orgmode] Make archived headers unavailable as refile targets?

2010-01-26 Thread Paul Mead
Thanks David, I'm going to have to check out the elisp reference and try to understand what you did there! Paul 2010/1/26 David Maus : > Hi Paul, > > At Tue, 26 Jan 2010 15:18:47 +, > Paul Mead wrote: >> >> 2010/1/26 Carsten Dominik : >> >> >

[Orgmode] Changing paragraph setting in Latex export

2010-02-04 Thread Paul Mead
fully justified - this looks pretty terrible on a fairly wide page (A4 with 1" margins in my case), and I can't seem to find a way of changing this layout from the org file. Can anyone help with this please? Thanks Paul ___ Emacs-orgmode maili

[Orgmode] Re: Changing paragraph setting in Latex export

2010-02-04 Thread Paul Mead
Eric S Fraga writes: > > These are more latex questions than org-mode. On that note, I also > recommend the visual FAQ for latex users: > > http://www.ctan.org/tex-archive/info/visualFAQ/visualFAQ.pdf Thanks, although I'm going to have to find a pdf viewer that can deal with the popups - evince

[Orgmode] Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Can anyone please provide me with a link to instructions on using bibtex with org? I've been searching for a while and I found the stuff on worg about org-exp-bibtex.el but I can't see from that how to set this up. Thanks, Paul. ___ Ema

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
t BibTeX citations into my org documents and export > fairly seamlessly. Thanks Raffi, that's what I wanted to do - insert citations whilst in org for later export as LaTeX --> pdf. I'll give that a look. Paul ___ Emacs-orgmode mailing l

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
aphy in this document, and no default available Did you follow the instructions exactly, or is there a step that I'm missing? Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Any instructions on using bibtex with org?

2010-02-05 Thread Paul Mead
Go there eventually, now just got to build up my bibtex file. Thanks for your help with this. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Excluding just heading from export

2010-02-06 Thread Paul Mead
ort: These are notes which I want to remain hidden, including the heading ** Paragraph 1 This is the text I want to see exported, but I don't want the heading Is this possible? Paul ___ Emacs-orgmode mailing list Please use `Reply All' to s

[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Paul Mead
t ":" my-org-export-remove-heading-tag ":") > nil t) > (beginning-of-line) > (kill-line))) > > (add-hook > 'org-export-preprocess-after-tree-selection-hook > 'my-org-export-remove-headings-with-tag) >

[Orgmode] PATCH Bugfix: repeating SCHEDULED or DEADLINE interface fix

2010-02-11 Thread Paul Holcomb
If you only have a repeating SCHEDULED item, allow using the interface to update DEADLINE; also vice-versa. In other words, allow org-schedule or org-deadline to update normal timestamps in the existance of other types of repeating timestamps in the same heading. -- Paul Holcomb

Re: [Orgmode] PATCH Bugfix: repeating SCHEDULED or DEADLINE interface fix

2010-02-12 Thread Paul Holcomb
On Fri, Feb 12, 2010 at 06:31:09PM +0100, Carsten Dominik wrote: > Applied thanks. > > Paul, I don't think I have FSF papers from you. Do you have a general > assignment for Emacs? If not, would you consider signing one for > Emacs or for org-mode? That would allow me t

[Orgmode] Programmers, use org to write your doc strings...

2010-03-02 Thread Paul Sexton
d CLOD, whose output is an org mode file. You can use org mode markup in common lisp docstrings, and the markup will be understood when the docstrings are read by CLOD. Now, I can edit those docstrings within the lisp source file and get all org's fontification, at formatting of bulleted lists,

[Orgmode] Active, fontified org hyperlinks in any major mode

2010-03-11 Thread Paul Sexton
out would be useful - Figure out how to define special link types outside org mode proper. eg in an emacs lisp file it would be good if the link [[defun:my-function]] would jump to a "(defun my-function " toplevel form. Paul _

[Orgmode] Org 6.35

2010-04-06 Thread Paul Schlesinger
Just down loaded and install 6.35 from web site. Running XP and emacs. When trying to follow link I get an error ShellExecute failed. Moved back to 6.34c and everything works fine. Paul Schlesinger "... the justification for a physical concept lies exclusively in its clear and unambi

[Orgmode] Example of failing link

2010-04-08 Thread Paul Schlesinger
I just revisited the same experienmce with 6.35e. All of my links give the same results but one example is [[file:apoptosis.org::*Topics][Topics and Ideas]] Paul Schlesinger "... the justification for a physical concept lies exclusively in its clear and unambiguous relation to facts that c

[Orgmode] link failure

2010-04-08 Thread Paul Schlesinger
6.35g corrected the difficulty Thank you Paul Schlesinger "... the justification for a physical concept lies exclusively in its clear and unambiguous relation to facts that can be experienced." A. Einstein Kings College 1921 Date: Thu, 8 Apr 2010 15:57:58 +0200 From: Carsten Domini

[Orgmode] org-agenda-todo-ignore-scheduled setting not affecting custom agenda

2010-04-28 Thread Paul Mead
hanks, Paul ;; Agenda settings (setq org-agenda-start-with-log-mode t) (setq org-agenda-include-diary t) (setq org-agenda-ndays 1) (setq org-agenda-start-on-weekday nil) (setq org-agenda-tags-column 120) (setq org-agenda-todo-ignore-scheduled 'all) (setq org-agenda-todo-ignore-deadlines nil)

[Orgmode] Re: org-agenda-todo-ignore-scheduled setting not affecting custom agenda

2010-04-28 Thread Paul Mead
Thanks Matt, that did the trick. I didn't consider that tags-todo might behave differently. Cheers Paul On 28 April 2010 12:54, Matt Lundin wrote: > Paul Mead writes: > >> If I use one of the built-in agenda comands, for instance C-c a t any >> scheduled todos are om

[Orgmode] Re: changing Gnus paths: 'News' and 'Mail'

2010-05-01 Thread Paul Mead
I use gnus-home-directory set to ~/Dropbox and the News and Mail directories were created relative to that path. I've just checked my .emacs and .gnus files and there is nothing else there relating to the home directory so it looks like that's all that's needed. In fact if you

[Orgmode] How to open external link in Emacs-w3m from .org file?

2010-06-07 Thread Paul Chany
: '(browse-url-browser-function (quote browse-url-w3)) '(browse-url-new-window-flag t) When I want to open such a link with C-c C-o I get message: Cannot open load file: w3 Any advices will be appreciated! -- Regards, Paul Chany You can freely correct my English. http://csany

[Orgmode] Re: How to open external link in Emacs-w3m from .org file?

2010-06-07 Thread Paul Chany
Richard Riley writes: > Paul Chany writes: >> In my .org files I have external links and want to open these pages in >> Emacs W3m browser. >> How can I setup variables to get this to work? >> >> I have so far the following setup in my .emacs file: >>

[Orgmode] org-mode and auto-fill-mode

2010-06-15 Thread Paul Drummond
I use auto-fill-mode in my org file and sporadically org puts a # on the start of a line. I noticed the FAQ about setting start-comment to nil and if I set it to nil explicitly it seems to work but after a while the hashes come back! Paul Drummond

[Orgmode] Open link file:///path/index.html with w3m-el

2010-06-16 Thread Paul Chany
setup org-file-apps to open a html file with w3m-el? Any advices will be appreciated! -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-refile-targets: excluding archived

2010-07-20 Thread Paul Mead
Hi is there any way of excluding archived items from org-refile-targets? I've looked at the docstring and can't figure out how to exclude specific tags. Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Small patch to restrict syntactic context where [[links]] are active

2010-07-24 Thread Paul Sexton
Hi, I posted a bit of code here a while back which allows org [[links]] and <> to be fontified and active in any major mode. I have been using this with great success in elisp and common lisp source code files, where it actually works much more smoothly than "linkd mode" (see emacswiki) which I us

[Orgmode] Re: Small patch to restrict syntactic context where [[links]] are active

2010-07-25 Thread Paul Sexton
Paul Sexton xnet.co.nz> writes: Unfortunately this doesn't seem to work as well as I thought. For some reason when org-bracket-link-context-ok is called, (point) is not at the end of the link, despite the fact that the docs for re-search-forward state that is where the point should be.

[Orgmode] [PATCH] org-depend only blocks null->TODO state change

2010-07-26 Thread Paul Sexton
In agenda view, tasks which are supposed to be blocked using org-depend's :BLOCKER: property, are not actually blocked and do not show up dimmed. This is because of a logic error in 'org-depend-block-undo', hopefully fixed below. index eb38aa0..84fa1a7 100644 --- a/d:/paul/dot

[Orgmode] Drill mode for org-learn

2010-07-29 Thread Paul Sexton
the buffer position does not work because each call to org-smart-reschedule alters the contents of the buffer. If/when I solve this problem, I should be able to release this code. Paul ___ Emacs-orgmode mailing list Please use `Reply All' t

[Orgmode] MobileOrg capture - bad encoding

2010-07-30 Thread Paul Mead
problem, so I've converted it to utf-8, but the problem remains. Any ideas? thanks, Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [ANN] Org-Drill: Interactive revision a la Anki/Mnemosyne

2010-07-31 Thread Paul Sexton
revised. I think this is a misfeature of org-learn, and I hope it will eventually be fixed. For now, if you use org-drill and rate items as 4 or 5, org-drill will consider them as "new" each time you rpeat the drill session, so they will always come up. Paul _

[Orgmode] Re: [ANN] Org-Drill: Interactive revision a la Anki/Mnemosyne

2010-08-02 Thread Paul Sexton
;s not a requirement of org-drill. Org-drill just deals with topics and subtopics, how you format their contents is up to you. You could delete all the blank lines in spanish.org and it would work the same. Paul ___ Emacs-orgmode mailing list Please

[Orgmode] Some useful timestamp s-expressions

2010-08-18 Thread Paul Sexton
e-from-gregorian date) (da-easter (calendar-extract-year date Now we can schedule the public holidays associated with Easter as recurring events. Good Friday is 2 days before "Easter", Easter Monday is one day after. *** Good Friday &

[Orgmode] Folding org drawers in elisp code?

2010-08-23 Thread Paul Sexton
Can anyone tell me how I can write elisp code to force drawers to appear closed (folded) in an org buffer? Thanks Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] [Ann] Updates to org-drill (org topics as interactive "flashcards" using spaced repetition)

2010-08-26 Thread Paul Sexton
Org-Drill has recently been added to the contrib directory of the org repository. Latest version is in repository at: http://bitbucket.org/eeeickythump/org-drill I have made a couple of major updates recently. Changelogs are below. Reports of user experiences are welcome. Version 1.0 Added READ

[Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Paul Sexton
The same thing happens with ':eval never'. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Paul Sexton
Eric Schulte gmail.com> writes: > > I've just pushed up a fix for this issue. For more information see > http://eschulte.github.com/babel-dev/DONE-eval-and-noeval.html Wow, that was fast! Thanks very much. Paul ___ Emacs-org

[Orgmode] Re: [Ann] Updates to org-drill (org topics as interactive " flashcards" using spaced repetition)

2010-08-27 Thread Paul Sexton
process to the above yesterday with 450 cards exported from Anki, and it worked well. For entry of more words "as you learn", I very strongly suggest setting up an org capture template. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [BUG] org-read-date produces imaginary date

2010-08-30 Thread Paul Sexton
Today (31 August), if I evaluate "(org-read-date t)", then at the prompt type "+3" The string returned is: "2010-08-34" Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Orgmode] [BUG] some nasty bugs with PROPERTIES drawers

2010-08-30 Thread Paul Sexton
eing the ":PROPERTIES" string within the elisp code and trying to interpret it as the beginning of a drawer, with disastrous results. Once I managed to fix the problem for myself I did not investigate it further. However I hope someone can fix it as it certainly caused a stressful a

[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread Paul Sexton
nd "eval query" headline option, implying that these are not the default behaviours. But perhaps I read it wrong. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread Paul Sexton
and stopped crashing once I changed them to BEGIN_EXAMPLE, which made me question my initial assumption and suspect that the BEGIN_SRC blocks were being evaluated/executed somehow. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send re

[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Paul Sexton
"DONE" from "TODO" [2010-09-02 Thu 07:51] - State "DONE" from "TODO" [2010-08-25 Wed 15:52] :PROPERTIES: :STYLE: habit :LAST_REPEAT: [2010-09-02 Thu 07:51] :END: Rather than use 'modules' I just have (re

[Orgmode] Problem with URLs in export to latex

2010-09-02 Thread Paul Sexton
Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Problem with URLs in export to latex

2010-09-03 Thread Paul Sexton
his. Thanks, I will look into it. I was aware of org footnotes but for some reason didn't think of using them here. Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[O] Customising C-c C-c behaviour

2011-07-14 Thread Paul Sexton
Hi, I would like to customise the behaviour of C-c C-c on plain text (specifically I would like to make it alter the tags, as if the cursor were on the item header). A variable exists called org-ctrl-c-ctrl-c-hook, but if any function contained in that variable runs, it overrides all other C-c C-c

  1   2   3   4   5   6   >