Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-17 Thread Steinar Bang
> Ihor Radchenko : > What about the attached? Hm... seems to be working from a brief test. Applied with "patch -p1" on top of currrent org-mode git HEAD and then ran "make autoloads" and then started a fresh emacs with emacs ~/git/bang-bompom/README.org and pressed TAB on the top node. Tr

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-15 Thread Steinar Bang
> Ihor Radchenko : > Ok. So, whatever the problem is, it is not with Emacs itself. > You may consider reporting about `editorconfig-exclude-regexps' to > editorconfig upstream. Will do! > As for Org mode, may you try another version of the patch (attached)? No change in behaviour with the p

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-15 Thread Steinar Bang
> Ihor Radchenko : > This is not the first time we are getting editorconfig clashing with Org > settings. > May you try the attached patch? > It should override editorconfig settings. I did a fresh clone of org-mode, built with "make autoloads", and added the following to .emacs: (let ((git-o

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-14 Thread Steinar Bang
> Ihor Radchenko : > May it be that you are using built-in version of edittorconfig? > I am afraid that the built-in version ignores > `editorconfig-exclude-regexps'. 'M-x locate-library RET editorconfig RET' says Library is file ~/.emacs.d/elpa/editorconfig-20250219.1528/editorconfig.elc

Re: Tab problem in emacs 30.1

2025-03-11 Thread Steinar Bang
>>>>> Steinar Bang : > After upgrading from emacs 29.something to 30.1 in debian, I am getting > the folling error a lot: > The error was: (error "Tab width in Org files must be 8, not 4. Please > adjust your ‘tab-width’ settings for Org mode") > Backt

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Steinar Bang
> Ihor Radchenko : > I tried with the latest main, with emacs-30, emacs-29, and emacs-28. > All opening that linked file just fine. > Have you tried with emacs -Q? Problem went away with "emacs -Q". Bisected my .emacs and this was the culprit: ;; editorconfig formatting support ;;;=

Tab problem in emacs 30.1

2025-03-01 Thread Steinar Bang
After upgrading from emacs 29.something to 30.1 in debian, I am getting the folling error a lot: The error was: (error "Tab width in Org files must be 8, not 4. Please adjust your ‘tab-width’ settings for Org mode") Backtrace: nil Please report this to Org mode mailing list (M-x org-submit-bug

[BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-02-28 Thread Steinar Bang
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

org2blog 20230501.2319 from melpa gets strange formatting on diff of HTML file

2024-09-22 Thread Steinar Bang
Versions: debian 12.7 bookworm, amd64 GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2024-07-22, modified by Debian Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/) org2blog 20230501.2319 from me

Is it possible to embed youtube video in wordpress post created with org2blog

2024-05-09 Thread Steinar Bang
I use org2blog to create posts for https://steinar.bang.priv.no Right now I'm working on a blog post where I would like to embed a youtuble video, but I can't figure out how. Is it possible? I tried the obvious approach, which is the same way I embed images, i.e. [[https://www.youtube.com/watch

Re: org2blog: get horizontal scrollbar on code examples?

2020-04-04 Thread Steinar Bang
> Christian Moe : > Try adding > .org-src-container .src { overflow: auto; white-space: nowrap } > to the CSS, e.g.: > #+html_head_extra: .org-src-container .src { overflow: auto; > white-space: nowrap } Thanks for the tip, Christian! The "#+html_head_extra" example didn't work, becau

org2blog: get horizontal scrollbar on code examples?

2020-04-04 Thread Steinar Bang
Does anyone know of a way to get horizontal scrollbars on code examples, instead of line breaks? I try to make code examples as horizontally compact, but sometimes that's not enough, see e.g. some maven elements here, and the maven command line examples: https://steinar.bang.priv.no/2020/03/30/

Re: How to avoid "Listing 1" on all code examples in org2blog export to wordpress?

2019-12-28 Thread Steinar Bang
>>>>> Steinar Bang : >> Platform: GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 >> Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ >> c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) >> Org2Blog 1.1.1 >> When I export to wo

Re: How to avoid "Listing 1" on all code examples in org2blog export to wordpress?

2019-12-28 Thread Steinar Bang
>>>>> Steinar Bang : > Platform: GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 > Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ > c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) > Org2Blog 1.1.1 > When I export to word

How to avoid "Listing 1" on all code examples in org2blog export to wordpress?

2019-12-27 Thread Steinar Bang
Platform: GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) Org2Blog 1.1.1 When I export to wordpress I get "Listing 1" on all text or code examples in the wor

Re: org2blog fails during upload with: org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export

2019-12-15 Thread Steinar Bang
>>>>> Steinar Bang : > Platform: Windows 10, > GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 > Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ > c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) > Org2Blog Runti

org2blog fails during upload with: org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export

2019-12-15 Thread Steinar Bang
Platform: Windows 10, GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) Org2Blog Runtime: Org2Blog 1.1.1, MetaWeblog 1.1.1, XML-RPC 1.6.12 I've insta

[O] Issue with workaround (referring to sonarqube badges in github README.org)

2017-11-01 Thread Steinar Bang
I use org-mode syntax for my github README file, because I'm more familiar with it, and because I use org-mode. I ran into a problem when trying to use SonarQube status badges from SonarCloud: the badge images didn't show up, instead the URL to the REST API call generating the badge was shown[1].

Re: [O] Adding a simple list item expands the entire simple list

2016-06-13 Thread Steinar Bang
> Marco Wahl : >> Will there be a new ELPA package with the fix soon? > I don't know. > At least I looked into the issue and found the opening of the list is > caused by a call to `org-reveal' in function `org-insert-heading'. I reported the problem as a bug, it has since been fixed, and i

Re: [O] Bug: Adding a simple list item expands the entire simple list [8.3.4 (8.3.4-79-gbd4948-elpa @ c:/Users/sb/.emacs.d/elpa/org-20160606/)]

2016-06-13 Thread Steinar Bang
> Nicolas Goaziou : > Fixed. Thank you. Verified fixed in the newest ELPA org-mode, ie. Org-mode version 8.3.4 (8.3.4-82-gc792d6-elpa @ c:/Users/steinar.bang/.emacs.d/elpa/org-20160613/) Thanks! - Steinar

[O] Bug: Adding a simple list item expands the entire simple list [8.3.4 (8.3.4-79-gbd4948-elpa @ c:/Users/sb/.emacs.d/elpa/org-20160606/)]

2016-06-10 Thread Steinar Bang
What I did do: I pressed M-RET to insert a new item in an org simple list, with the other items, some containing sub lists with items, closed. What I expected to happen: I expected the items that were closed to stay closed, and a new item to be inserted. What happened instead: When the item was i

[O] Adding a simple list item expands the entire simple list

2016-06-09 Thread Steinar Bang
Platform: Intel i7 Org-mode version 8.3.4 (8.3.4-79-gbd4948-elpa @ c:/Users/steinar.bang/.emacs.d/elpa/org-20160606/) GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570 Adding an item to a simple list will expand the entire simple list tree in this version. Ie. if I h

Re: [O] Status of MobileOrg on IOS??

2015-05-13 Thread Steinar Bang
> John Hendy : > On Tue, May 12, 2015 at 11:43 AM, David Masterson > wrote: >> I've asked this before and I'll probably continue asking as I move in >> and out of using it, but... >> >> What's the development status of MobileOrg -- particularly on IOS? From >> what I see, it appears that d

Re: [O] Bleeding edge in elpa

2015-03-10 Thread Steinar Bang
> Nikolai Weibull : > Would it be of interest to anyone else if the bleeding edge version > was available via elpa? Isn't this what's MELPA is for? http://www.emacswiki.org/emacs/MELPA Ie. GNU ELPA for the official releases and MELPA for git master HEAD.

Re: [O] Org mode for the new guy.

2015-02-21 Thread Steinar Bang
I also wrote my own howto a while back (centered around what I was using t the time): http://steinar.bang.priv.no/2012/05/02/using-org-mode/

Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-09 Thread Steinar Bang
> CM : > I cannot reproduce either problem, though I seem to remember some > difficulty with changing date fields in the past. What Org version are > you using? Um... a heap of different versions it looks like, on the systems I use regularily, some from ELPA (one of the ELPA archives), some f

Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-08 Thread Steinar Bang
> Christian Moe : > Does setting the subtree's :EXPORT_DATE: property to the date of the > meeting do what you're looking for? Nope. Still outputs the date of the export. And since writing the posting I've discovered another annoying property of the date: it will switch to the current date

[O] odt export of subtree: set/suppress the date in the export

2014-11-03 Thread Steinar Bang
Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org version: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ c:/ProgramFiles/emacs-24.3/lisp/org/) I use org to take notes in meetings. When I make an ODT export of the subtree for the meeting minutes, I would

Re: [O] Using Emacs Org-mode on a server with ssh on an iPad

2014-04-21 Thread Steinar Bang
> Eric S Fraga : > However, the one recommendation I would make is that, if you can, you > should run emacs within screen or byobu on the host so that > disconnections keep the emacs instance running. I found it quite > useful to have that emacs running continuously while I was out and > abou

Re: [O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-04 Thread Steinar Bang
>>>>> Bastien : > Steinar Bang writes: >> Hm... I get "invalid key" when pressing 'v' after doing 'C-c a'... am I >> missing some key binding or other setting? > `C-c a' should be followed by the key for the agenda view you w

Re: [O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-02 Thread Steinar Bang
> l.stelm...@samsung.com (Łukasz Stelmach): > How about > + entering the agenda: C-c a > + choosing week view: v w Hm... I get "invalid key" when pressing 'v' after doing 'C-c a'... am I missing some key binding or other setting?

[O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-02 Thread Steinar Bang
Is it possible to get a clock report for the previous week (and the current week), with a breakdown of project and day? (this is how I need it to fill out my time sheets) Using Bernt Hansens instructions[1], I have been able to get the hours for the current month: C-c a < a v m b R (in the clock t

Re: [O] [OT] Gnus mail tutorial?

2013-05-26 Thread Steinar Bang
> Richard Lawrence : > I used Gnus with an IMAP account for a while, but found that (in > addition to being intimidating and complicated) it was annoyingly slow. FWIW nnimap was rewritten a couple of years back, and on an IMAP server that supports QRESYNC (eg. dovecot), it is quite fast these

Re: [O] Org-mode as a replacement for Google Reader

2013-04-14 Thread Steinar Bang
> Karl Voit : > On the one hand, I do not have any Gnus experience It doesn't have to be Gnus. Any NNTP client will work with feeds on gwene. On the PC you could eg. use Thunderbird. > and from the things I already read about Gnus configuration, I want to > keep it that way. There is a bi

Re: [O] Possible to both clock into :CLOCK: and put notes in :LOGBOOK: ?

2013-02-26 Thread Steinar Bang
>>>>> Achim Gratz : > Steinar Bang writes: >> But if I have this setting then notes created with `C-c C-z' end up on >> the top level, even if I manually create a :LOGBOOK: drawer. >> >> Is it possible to have both? > Unless it's b

[O] Possible to both clock into :CLOCK: and put notes in :LOGBOOK: ?

2013-02-25 Thread Steinar Bang
Platform: GNU Emacs 23.2.1 (i386-mingw-nt6.1.7600) of 2010-05-08 on G41R2F1 Org-mode version 7.9.1 (release_7.9.1-321-g9ebf47.dirty-git @ c:/Users/steinarb/Documents/git/org-mode/lisp/) I have org-clock-into-drawer set to "CLOCK". The idea is to put clocking info in the :CLOCK: drawer to avo

Re: [O] Org-mode release 7.9.2

2012-09-30 Thread Steinar Bang
>>>>> Bastien : > Steinar Bang writes: >> Cool! I've been looking for something like this for a long time. Is it >> possible to show the CLOCKSUM_T value on the status line as well? > Do you mean in the mode line? Yes. > Nope, this is not possible

Re: [O] Org-mode release 7.9.2

2012-09-30 Thread Steinar Bang
> Memnon Anon : > , > | * New special property CLOCKSUM_T to display today's clocked time > | > | You can use CLOCKSUM_T the same way you use CLOCKSUM. It will > | display the time spent on tasks for today only. > ` > This is so *immensely* useful, thanks! Cool! I've b

Re: [O] org2blog: referencing to other blog posts?

2012-08-28 Thread Steinar Bang
> Puneeth Chaganti : > On Mon, Aug 27, 2012 at 11:50 PM, Puneeth Chaganti > wrote: >> I think using absolute URLs would be the most robust way of doing >> this, but of course, this process can be simplified, by providing a >> way of inserting those links from within org2blog. I imagine this

Re: [O] org2blog: referencing to other blog posts?

2012-08-28 Thread Steinar Bang
> Puneeth Chaganti : > I hope we are talking of org2blog/wp. There's another package called > org2blog authored by tehom, that works for blogger. Yes, org2blog/wp. [snip!] >> Also is there a way to link related articles, that will show up in the >> wordpress blog. > I haven't been using Wo

[O] org2blog: referencing to other blog posts?

2012-08-26 Thread Steinar Bang
Is there a way to reference other blog posts in org2blog, other than using absolute URLs for that article on the server? I will use absolute URLs as a workaround, if there is no way, but it would feel better to "work inside the system". Also is there a way to link related articles, that will show

Re: [O] Feature that org mode needs most

2012-08-21 Thread Steinar Bang
>>>>> Bastien : > Steinar Bang writes: >> (The previously clocked item and it's :CLOCK: drawer was opened. I don't >> know if that was intentional, or not...?) > This is intentional -- to make sure you see the change. > But perhaps the message is

Re: [O] Feature that org mode needs most

2012-08-16 Thread Steinar Bang
> Bastien : >> is this known, and has been fixed later than the above commit? If so, I >> can pull, and try again. > It should be fixed now, please confirm. I can confirm it works. Ie. that it adjusts the end time of the previously clocked item correctly. My current latest commit after th

Re: [O] Feature that org mode needs most

2012-08-15 Thread Steinar Bang
>>>>> Bastien : > Steinar Bang writes: >> I will pull and try the new functionality. > Yes -- please let me know. The drawback of this functionality is that > it changes things outside of sight, which I don't really like. You get > a message, and the s

Re: [O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-07 Thread Steinar Bang
> Achim Gratz : > My guess is that you have outdated autoloads... but please follow > these steps to produce a meaningful bug report: > http://orgmode.org/manual/Feedback.html#Feedback I have used org-submit-bug-report once, back in July (I think). And the report with a minimal test case, j

[O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-06 Thread Steinar Bang
Platform: Windows 2008R2 SP1 GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN I pulled org-mode master from git today. When I tried to open an org file, it failed, with the following message in the minibuffer: File mode specification error: (invalid-function org-check-v

[O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-06 Thread Steinar Bang
Platform: Windows 2008R2 SP1 GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN I pulled org-mode master from git today. When I tried to open an org file, it failed, with the following message in the minibuffer: File mode specification error: (invalid-function org-check-v

Re: [O] Feature that org mode needs most

2012-08-01 Thread Steinar Bang
> Bastien : > The keybindings are S-M-. ...and requires a fresh pull from git. I will pull and try. [snip!] >> I'm guessing it's the first, because I've used S-up and S-down, but I >> haven't seen them adjust the previously clocked item (my clocked >> items are often far apart). > Did you

Re: [O] Feature that org mode needs most

2012-08-01 Thread Steinar Bang
> Mehul Sanghvi : > You can use the S-up and S-down key combinations to adjust the clocks > for the current activity and the previous one. Is that "previous" as in the "previous item in the org tree" or as the "previously clocked item"? I'm guessing it's the first, because I've used S-up and

Re: [O] How to stop M-down from opening folded items?

2012-05-08 Thread Steinar Bang
> Nicolas Goaziou : > I think this should be fixed now. Could you confirm this? I've done cd ~/git/org-mode/ make clean git pull make and started a new emacs, and moving list items now works without unhiding the items moved past. So I can confirm that it is fixed. > Thank you for submit

Re: [O] How to stop M-down from opening folded items?

2012-05-07 Thread Steinar Bang
>>>>> Steinar Bang : > I use M-up and M-down a lot to move items in plain lists up and down in > the list. In the org-mode delivered with emacs 23 the item you moved > past stayed folded. But in git org-mode and in 7.8.09, the item you > move past is opened. >

[O] How to stop M-down from opening folded items?

2012-05-07 Thread Steinar Bang
I use M-up and M-down a lot to move items in plain lists up and down in the list. In the org-mode delivered with emacs 23 the item you moved past stayed folded. But in git org-mode and in 7.8.09, the item you move past is opened. Is there a way to get the old behaviour back? Ie. that items you

Re: [O] Can I export from org mode to org mode?

2012-05-04 Thread Steinar Bang
> Piter_ : > I keep my notes in one big org file. It have grown big > One solution could be filtering tree and display only the information I need, > another id to split it into smaller files by topic. > I would appreciate a hint on how to do the later. Not the answer you're looking for, but

Re: [O] Habit tracking and table data

2012-05-03 Thread Steinar Bang
> Bernt Hansen : > By default marking it done creates a log entry with just the timestamp > (no log note). If I'm going to edit the table directly anyway, I don't really need the habit tracking functionality. Or is there something I will be missing out on, that I don't see...? Would it be p

Re: [O] Habit tracking and table data

2012-05-02 Thread Steinar Bang
> Bernt Hansen : > For these types of things I just stick a table in the habit org-mode > entry and edit it directly, then mark it done without capturing a note. Umm... could you provide an example...?

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
> Puneeth Chaganti : > Thanks for debugging the problem and sending us updates on it. :) Yes, I really hate it when I google for my problems and find questions but no solutions, so I try to avoid giving others that experience. :-) Anyway, thanks for writing org2blog. The first real posting

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
>>>>> Steinar Bang : > Are anyone else successfully using org2blog with emacs 23? > I don't think this have worked for any emacs 23.x releases. Yes it has. The problem was mine. I had a very old setting (older than 2002-03-12, which is as far as my current version co

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
>>>>> Steinar Bang : > When I try to log in, using `M-x org2blog/wp-login RET', I get the > following error message in the minibuffer: > Must provide a callback function to url-retrieve Are anyone else successfully using org2blog with emacs 23? I don't think t

Re: [O] Habit tracking and table data

2012-04-30 Thread Steinar Bang
>>>>> Bastien : > Steinar Bang writes: >> I'm logging my bicycling to work using org habit tracking. I'm using a >> comment to track the time and distance (and average speed). It would >> have been nice if the habit tracking could have used a tabl

[O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-04-30 Thread Steinar Bang
Platform: Intel P4, debian testing, GNU Emacs 23.4.1 (i486-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-07 on biber, modified by Debian, org-mode from git, org2blog from git, xml-rpc 1.6.7 from ELPA, I am trying to use org2blog from github, but

[O] Habit tracking and table data

2012-04-30 Thread Steinar Bang
I'm logging my bicycling to work using org habit tracking. I'm using a comment to track the time and distance (and average speed). It would have been nice if the habit tracking could have used a table for this. I have googled for something similar to this but not found it. Has anyone else done

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-16 Thread Steinar Bang
> Karl Voit : > Mailinglists - though currently handled by gmane which is also a > company - Gmane isn't a company and does not handle the org mailing list(s). Gmane is one man that gets donated server location, old servers, and network hosting from his employer. And gmane is an email<->NNT

Re: [O] Blog-like sitemap for org-publish

2012-01-28 Thread Steinar Bang
> Bastien : > Jon Anders Skorpen writes: >> Yes. Here is a link to a test blog with some test posts, and one real >> post in norwegian. >> http://beta.mindmutation.net > This looks really great! > Maybe the most simple thing to do for now is to submit org-blog.el as > a separate file to

Re: [O] Minimal overhead Org-mode blogging system

2012-01-19 Thread Steinar Bang
> Puneeth Chaganti : > This is totally home brew stuff. Well, thank you for sharing this home brew stuff. I've been trying to use the other org based blog solutions, but they have all failed for some reason or other, and they have also seemed abandoned. > Sorry for the trouble you are hav

Re: [O] Minimal overhead Org-mode blogging system

2012-01-15 Thread Steinar Bang
> Puneeth Chaganti : [snip!] > https://github.com/punchagan/blog-files > I've added a short README that tries to include the things that you > are looking for. But, it's something I wrote up quickly. Feel free > to ask any specific questions. I've been trying to use it, but I keep runni

Re: [O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-11 Thread Steinar Bang
>>>>> Nicolas Goaziou : > Hello, > Steinar Bang writes: >> Is there some variable that I can set to make :LOGBOOK: drawers work >> under checkboxes? > No, lists ignore contents of drawers within them. Moreover :LOGBOOK: > drawers are an headline only fea

[O] Is it possible for checkbox items to have :LOGBOOK: drawers?

2011-12-10 Thread Steinar Bang
Platform: Ubuntu 10.10 GNU Emacs 23.1.1 git version of org-mode When I create a TODO task, I first create the task, then I create checkboxes for the things I would like to do, ie. * My tasks ** TODO here's a new task [/] - [ ] First I need to do this - [ ] Then I need to do

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Steinar Bang
There is also this approach: http://comments.gmane.org/gmane.emacs.orgmode/45360 I don't know if anything more has happened with this for the last 15 weeks, though.

Re: [O] "CLOCKS" drawer not behaving like a drawer on Windows emacs 23.2

2011-11-30 Thread Steinar Bang
> Olaf Dietsche : > Unfortunately, back then I suggested the name CLOCKS. But the default > clocks drawer name is CLOCK without the S. Ah, ok! :-) > So, you can either use "CLOCK" instead of "CLOCKS" > (custom-set-variables > '(org-clock-into-drawer "CLOCK")) > or as Bernt and Achim alrea

[O] "CLOCKS" drawer not behaving like a drawer on Windows emacs 23.2 (Was: Collapsing tracked time?)

2011-11-30 Thread Steinar Bang
>>>>> Steinar Bang : >>>>> Olaf Dietsche : >> [snip!] >>> You can also set org-clock-into-drawer to a string (e.g. "CLOCKS"), >>> then this string is used instead of "LOGBOOK". > Actually I tried doing it, but since th

Re: [O] Collapsing tracked time?

2011-11-25 Thread Steinar Bang
>>>>> Steinar Bang : >>>>> Olaf Dietsche : > [snip!] >> You can also set org-clock-into-drawer to a string (e.g. "CLOCKS"), >> then this string is used instead of "LOGBOOK". >> C-h v org-clock-into-drawer RET >> gives

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
>>>>> Achim Gratz : > Steinar Bang writes: >> - My emacs23 org-mode doesn't have the CLOCK_INTO_DRAWER property, >> and setting the LOG_INTO_DRAWER property on a subtree to t and always >> (the values I tried) didn't have any effect on clocking >

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
> Olaf Dietsche : > You can set org-clock-into-drawer to a number, which is used as > threshold. When there are equal or more clocking entries, then they are > put into a drawer. Yes, I saw that, when customizing the variable. But I decided to just have it on always. [snip!] > You can also

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
> Stuart Hickinbottom : > Take a look at the org-clock-into-drawer and org-log-into-drawer > variables: > http://orgmode.org/manual/Clocking-commands.html > http://orgmode.org/manual/Tracking-TODO-state-changes.html > Does this do what you want? The first URL does, or almost. Clocking into

[O] Collapsing tracked time?

2011-09-16 Thread Steinar Bang
For one particular long running TODO, I have to scroll over several (well... more than one) screen pages of time stamps until I get to the payload. Is it possible to let the time stamps be collapsed/hidden by default, and only toggle them visible if I need to adjust a time stamp or two? Thanks!

Re: [O] Using MobileOrg without sync?

2011-07-13 Thread Steinar Bang
> Tassilo Horn : > Not sure, but MobileOrg (at least on Android) is not very > sophisticated for note taking. For sure, it's not a stand-alone > org-mode for Android as you might have expected. Ah, ok. It looked like it might be, from the screen shots. > For example, there's no widget ("ac

[O] Using MobileOrg without sync?

2011-07-12 Thread Steinar Bang
I installed MobileOrg on an HTC desire. The idea was to just use it to take notes, no sync to an emacs with org-mode would be needed. But I can't figure out how to skip the sync configuration menu. All of the documentation I find when searching, is about syncing with org-mode. Isn't it possibl

Re: [O] apparently too stupid to use checkboxes

2011-06-07 Thread Steinar Bang
> Detlef Steuer : > Hi, > while looking for the cause of my "checkbox problem" I found, > that all works fine, if I issue > make clean Ok, I ran into this problem today, on an emacs 23 with git org-mode, on debian testing, ("wheezy"), and I googled for the error message and found this threa

Re: [O] automatically closing example?

2011-05-24 Thread Steinar Bang
> Puneeth Chaganti : > Look at http://orgmode.org/org.html#Easy-Templates Cool! Exactly what I was looking for. Thanks!

[O] automatically closing example?

2011-05-24 Thread Steinar Bang
Is there a shortcut to quickly add an #+END_EXAMPLE at the same indentation level as the #+BEGIN_EXAMPLE I have just typed? I have googled but not found. I know that I can type C-j # + b M-TAB e M-TAB, but what I get then is basically what I wanted after I had completed the BEGIN_EXAMPLE. Ie. I

[O] Re: Outlook replacement

2011-04-02 Thread Steinar Bang
> Suvayu Ali : > How do you (as in all users using Emacs as their email client) deal > with unreliable networks? When I used to use tramp over a particularly > slow/unreliable network day before, I found every time tramp got stuck > emacs would hang too until tramp could recover. What does tr

[Orgmode] Re: Emacs 21 doesn't pick utf-8 as the coding system

2010-06-07 Thread Steinar Bang
>>>>> Steinar Bang : > I'm trying to work on a file created on emacs 22 on Debian lenny, on > emacs 21 on RHEL4. The org file in emacs 21 shows up with UTF-8 > interpreted as iso-8859-1. > I've tried setting the coding explicitly with > `C-x RET f utf-8-

[Orgmode] Emacs 21 doesn't pick utf-8 as the coding system

2010-06-07 Thread Steinar Bang
I'm trying to work on a file created on emacs 22 on Debian lenny, on emacs 21 on RHEL4. The org file in emacs 21 shows up with UTF-8 interpreted as iso-8859-1. I've tried setting the coding explicitly with `C-x RET f utf-8-unix RET' but that didn't seem to make any difference. Are there lisp an

[Orgmode] Re: How to get the last version of org-mode supporting emacs21?

2010-06-02 Thread Steinar Bang
> Bernt Hansen : > Mikael Fornius writes: >> I found it in the git log, it says says: >> >> commit 31858e5c39404cf2bc745fe05f59c7ce6816db74 >> Author: Carsten Dominik >> Date: Tue Apr 21 14:00:24 2009 +0200 >> >> End of Emacs 21 support. >> >> commit e0cd12716ac8202d4b5c764dfb57d5d7725

[Orgmode] How to get the last version of org-mode supporting emacs21?

2010-06-01 Thread Steinar Bang
I have some RHEL4 machines where I have no admin privileges where I would like to use org-mode, without having to build a newer version of emacs myself and install it under my own user. Is it possible to figure out how to use git to get to the last version prior to removing the emacs 21 compatibil