Re: [O] Help needed tangling with orgmode v9

2017-03-31 Thread Guido Van Hoecke
On 31 March 2017 at 20:58, Bruce V Chiarelli wrote: > > Just had the same problem myself not too long ago. It should be > > #+PROPERTY: header-args :tangle emacs-guivho.el > #+PROPERTY: header-args+ :padline yes > #+PROPERTY: header-args+ :eval never > #+PROPERTY: header-args+ :eval no >

[O] Help needed tangling with orgmode v9

2017-03-31 Thread Guido Van Hoecke
Hi, I used to generate my .emacs (named emacs-guivho.el) from emacs-guivho.org and I just realised that this no longer works since I switched from orgmode v8 to v9 some 10 days ago. These are the header lines I had in the org file: #+TITLE:Emacs config file guivho +AUTHOR:Guido Van

Re: [O] evil-mode and org

2017-03-30 Thread Guido Van Hoecke
ot beautiful, but it solves my problem :) And, to whom it may concern, org and evil make a nice combo :) Guido On 30 March 2017 at 12:14, Guido Van Hoecke wrote: > > > Eric, > > Care to share your org-evil mappings? > > One 'conflict' which bites me every time is th

Re: [O] evil-mode and org

2017-03-30 Thread Guido Van Hoecke
Eric, Care to share your org-evil mappings? One 'conflict' which bites me every time is this: I hit /blabla to locate a heading directly under which I want to insert a text line. I then hit enter to acknowledge the find. The display shows the heading line followed by its body lines (which all

[O] mobileorg on ios pulls all unmodified files

2017-03-22 Thread Guido Van Hoecke
Hi, I am running mobileorg 1.7.1 on ios 10.2.1 using Dropbox as backend store. I'd expect the app to only pull the changed files from Dropbox. But it pulls all of them, at every sync. E.g. three consecutive syncs without any changes on Dropbox pulls all files, three times in a row. I thought it

[O] Why does org-mobile-push copy unchanged files?

2017-03-21 Thread Guido Van Hoecke
Hi, Lately org-mobile-push copies all org-mobile-files to the Dropbox directory. Which causes org-mobile to refresh all files, even the ones that aren't changed, causing a considerably longer sync time at the smartphone. I definitely think there was a time when only the changed files were copied.

Re: [O] Update for MobileOrg iOS v1.7 released

2017-01-31 Thread Guido Van Hoecke
Hi guys, On 31 January 2017 at 04:58, Sean Escriva wrote: > Hello fellow Org users, > > After beta testing several builds, the latest updated version of MobileOrg > for iOS has finally been released: https://itunes. > apple.com/us/app/mobileorg/id634225528?mt=8 > Works like a charm Thanks for

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 6 June 2016 at 04:29, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 5 Jun 2016 21:41:18 +0200 >> Cc: help-gnu-emacs , orgmode >> >> For testing i went to change flycheck-temp-file-system in flycheck.el >> so that it reads >> >> (

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 5 June 2016 at 17:25, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 05 Jun 2016 12:45:45 +0200 >> >> Error while checking syntax automatically: (file-error "Opening output file" >> "Invalid argument" >> "c:

[O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
Hi, Environment: Windows 10 (Insider preview 14352) GNU Emacs 25.0.92.1 (x86_64-w64-mingw32) of 2016-03-03 I just installed flycheck-20160604.154/ I read that it does not officially support windows 'although it should mostly work fine on Windows' And indeed flycheck works fine when editing .el,

Re: [O] No text in pdf output

2016-03-20 Thread Guido Van Hoecke
ive-fonts-recommended and all works well now :) Have a nice sunday, Guido​ > > Guido Van Hoecke writes: > > > Oops, forgot the files > > > > On 19 March 2016 at 22:26, Guido Van Hoecke wrote: > > > >> Hi, > >> > >> Had some strane problem wh

Re: [O] No text in pdf output

2016-03-19 Thread Guido Van Hoecke
Oops, forgot the files On 19 March 2016 at 22:26, Guido Van Hoecke wrote: > Hi, > > Had some strane problem when setting up org mode in a LXLE (Ubuntu > 14.04.3 LTS) VirtualBox running an a W10 host. > > I attach a small test.org file, the test.tex and test.pdf files that a

[O] No text in pdf output

2016-03-19 Thread Guido Van Hoecke
Hi, Had some strane problem when setting up org mode in a LXLE (Ubuntu 14.04.3 LTS) VirtualBox running an a W10 host. I attach a small test.org file, the test.tex and test.pdf files that are produced. The pdf file does not show any test, althought the tex file sems to be ok (I'm a complete ignora

Re: [O] Using constants in columns

2015-10-19 Thread Guido Van Hoecke
On 19 October 2015 at 08:12, Eric S Fraga wrote: > On Saturday, 17 Oct 2015 at 22:27, Guido Van Hoecke wrote: > > [...] > > > I really should study the calc manual ;) > > The last time I delved into the calc manual, I didn't resurface for > three days ;-) ​:- ​)​

Re: [O] Using constants in columns

2015-10-17 Thread Guido Van Hoecke
On 17 October 2015 at 20:00, Michael Brand wrote: > Hi Guido > > On Sat, Oct 17, 2015 at 1:47 PM, Guido Van Hoecke > wrote: > > I have not found a way to specify the vector in a constant. > > You can access the elements of the vector constant suggested by Eric > wit

Re: [O] Using constants in columns

2015-10-17 Thread Guido Van Hoecke
On 16 October 2015 at 16:59, Eric S Fraga wrote: > On Friday, 16 Oct 2015 at 16:38, Guido Van Hoecke wrote: > > Hi Eric, > > > > Thanks for the suggestions, I'll go for the integer value used as an > index > > and please post the index solution for the r

Re: [O] Using constants in columns

2015-10-16 Thread Guido Van Hoecke
Hi Eric, Thanks for the suggestions, I'll go for the integer value used as an index :) Have a nice weekend, Guido On 16 October 2015 at 15:48, Eric S Fraga wrote: > On Friday, 16 Oct 2015 at 14:39, Guido Van Hoecke wrote: > > Hi, > > > > Is there a way to use a co

[O] Using constants in columns

2015-10-16 Thread Guido Van Hoecke
Hi, Is there a way to use a constant directly in a table column? I need to have a table where one of the columns can have one out of three possible values and wanted to use constants for this. >From the following minimal example it appears that constants are only possible in formulas, or am I miss

Re: [O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-07 Thread Guido Van Hoecke
On 7 October 2015 at 13:56, Eric S Fraga wrote: > On Wednesday, 7 Oct 2015 at 13:46, Guido Van Hoecke wrote: > > Eric, > > > > Am I correct to assume that you're speaking about MobileOrg on an Android > > phone? > > yes, sorry, I should have been mor

Re: [O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-07 Thread Guido Van Hoecke
Eric, Am I correct to assume that you're speaking about MobileOrg on an Android phone? I can't see how my iPhone's MobileOrg would allow me to sync with Google, or am I completely missing out on such an important functionality? Guido On 5 October 2015 at 17:09, Eric S Fraga wrote: > On Monday

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

2015-05-12 Thread Guido Van Hoecke
Hi, On 12 May 2015 at 18:43, 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 development is stalled. My attempt

Re: [O] org-mobile-copy-agenda-files: Truncating output file

2015-03-24 Thread Guido Van Hoecke
On 24 February 2015 at 13:10, Guido Van Hoecke wrote: > Hi, > > org-mobile-push frequently fails to copy my org files to the staging > directory with following output: > > Copying files... > org-mobile-copy-agenda-files: Truncating output file: interrupted > system c

[O] org-mobile-copy-agenda-files: Truncating output file

2015-02-24 Thread Guido Van Hoecke
Hi, org-mobile-push frequently fails to copy my org files to the staging directory with following output: Copying files... org-mobile-copy-agenda-files: Truncating output file: interrupted system call, /Volumes/guivho/org/z.org This error is not consistent. Just call it again, sometimes again an

Re: [O] How to specify output file for org-latex-export-to-pdf

2014-12-21 Thread Guido Van Hoecke
Hi Charlie, On 21 December 2014 at 01:11, Charles Millar wrote: > Is this what you are looking for > > ** subtree heading > :PROPERTIES: > :EXPORT_FILE_NAME: path/to/filename > :END: > > See the last paragraph in Org Manual Section 12.3 > > ​Thanks Charlie. This worked as soon as I realised I h

[O] How to specify output file for org-latex-export-to-pdf

2014-12-20 Thread Guido Van Hoecke
Hi, How can I specify the desired output filename so that org-latex-export-to-pdf does no longer prompt me in the minibuffer? I call it from a temporary buffer *perls* and always want to export to /tmp/perls.pdf I've read the docs and tried to understand the lisp files, but did not come up with

[O] oauth2.plstore secret when using google-contacts

2014-07-02 Thread Guido Van Hoecke
Hi, When using google-contacts it keeps nagging me for a plstore passphrase. As this is my personal computer which is not accessed by other persons, I'd like to define the passphrase in some initialisation file so that I'm lo longer bothered by a repeating request for this passphrase. Please advi

Re: [O] Confused about list indentation

2014-05-09 Thread Guido Van Hoecke
Leonard Avery Randall writes: > Guido Van Hoecke wrote: > > How does org decide that 'He makes a really...' is not associated > with > the current list item? What keystrokes are required to produce > this > alignment or the one with the extra

Re: [O] Confused about list indentation

2014-05-08 Thread Guido Van Hoecke
Hi, Leonard Avery Randall writes: > Guido Van Hoecke wrote: > >> I am a bit confused about indentation in the example at node >> '2.7 Plain Lists' in the Org info file: >> >> [quote] >> ** Lord of the Rings >>My favorite scenes are

[O] Confused about list indentation

2014-05-08 Thread Guido Van Hoecke
Hi, I am using Org version 8.2.6 (release_8.2.6-949-g751506). I am a bit confused about indentation in the example at node '2.7 Plain Lists' in the Org info file: [quote] ** Lord of the Rings My favorite scenes are (in this order) 1. The attack of the Rohirrim 2. Eowyn's fight with the

Re: [O] org mode alignment problem

2014-03-24 Thread Guido Van Hoecke
Bastien, On 23 March 2014 22:51, Guido Van Hoecke wrote: > Hi Bastien, > > Bastien writes: > >> Hi Guido, >> >> Guido Van Hoecke writes: >> >>> The problem remains if I replace '[' and ']' with either '{' and >

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Bastien writes: > Hi Guido, > > Guido Van Hoecke writes: > >> The problem remains if I replace '[' and ']' with either '{' and >> '}' or '(' and ')'. >> >> It disappears if I repl

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Guido Van Hoecke writes: > Hi Bastien, > > Bastien writes: > >> Hi Guido, >> >> Guido Van Hoecke writes: >> >>> But I'm pretty sure this is not normal, so any help or suggestion >>> would be usefull. >> >> Ye

Re: [O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi Bastien, Bastien writes: > Hi Guido, > > Guido Van Hoecke writes: > >> But I'm pretty sure this is not normal, so any help or suggestion >> would be usefull. > > Yes, this is not normal. Can you try > > M-x global-font-lock-mode RET > > to

[O] org mode alignment problem

2014-03-23 Thread Guido Van Hoecke
Hi, Emacs org mode aligns strangely and I wonder whether that could be due to my setup. Using a small 5 line input file: * 1 ** capello [ka-PEL-lo] ** cappello [kap-PEL-lo] ** bello [BEL-lo] ** caffè [kaf-FÈ] I have org-hide-leading-stars set to t so leading stars are displayed as spaces. I'll

[O] Colorize past dates differently?

2014-03-02 Thread Guido Van Hoecke
Hi, Is it possible to render past <> and [] timestamps in a different color so that it is obvious at first sight when opening an agenda file which dates are in the future and which are not? TIA, Guido

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Guido Van Hoecke
Neil Smithline writes: > On Mon, Jul 8, 2013 at 11:55 AM, Guido Van Hoecke > wrote: > > > > Correct me if I am wrong, but I'm afraid that pure AWK does not > provide date computation support. Apparently I was not very awake when I wrote that. Awk

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-08 Thread Guido Van Hoecke
Hu Stephen, Stephen Eglen writes: > I'm experimenting using ical2org.sh to import google calendars. One > limitation, as noted in the header is: > > # - does process RRULE recurring events, but ignores COUNT specifiers > > so if you have a repeating event in google (e.g. every day for four > we

Re: [O] mydisk.com down?

2013-06-06 Thread Guido Van Hoecke
Hi, On 4 June 2013 01:58, Rasmus wrote: > Guido Van Hoecke gmail.com> writes: > >> > Could it be that mydisk.com is down? > > Check isup.me. Nice, didn't know this link. > >> Or about other free WebDAV servers? >> (My Dropbox account is not an opti

Re: [O] mydisk.com down?

2013-05-31 Thread Guido Van Hoecke
Guido Van Hoecke writes: > Hi, > > Could it be that mydisk.com is down? Can't sync my mobileorg data :( > Anybody knows something more about this? Or about other free WebDAV servers? (My Dropbox account is not an option) > > TIA, > > > Guido > > -- &g

[O] mydisk.com down?

2013-05-31 Thread Guido Van Hoecke
Hi, Could it be that mydisk.com is down? Anybody knows something more about this? TIA, Guido -- You can't play your friends like marks, kid. -- Henry Gondorf, "The Sting"

[O] Google calendar synchronization

2013-05-26 Thread Guido Van Hoecke
To whom it may concern: The latest ical2org.awk script to convert google.ics file(s) into org file(s) has been updated to support recurring events. It is available at http://orgmode.org/worg/org-tutorials/org-google-sync.html RRULE records are transformed into recurring org timestamps (a la +xd,

Re: [O] Rendering of source code on worg

2013-05-24 Thread Guido Van Hoecke
Hi Bastien, Bastien writes: > Hi Guido, > > Guido Van Hoecke writes: > >> I think that the default rendering of source code on the worg side was >> closely resmbling the default rendering on emacs. >> >> I have the impression that somehow this is no lo

[O] Rendering of source code on worg

2013-05-24 Thread Guido Van Hoecke
Hi, I think that the default rendering of source code on the worg side was closely resmbling the default rendering on emacs. I have the impression that somehow this is no longer the case, as visible a.o. at http://orgmode.org/worg/org-configs/org-config-examples.html Is this a deliberate choice?

Re: [O] ical2org.py

2013-05-21 Thread Guido Van Hoecke
Eric S Fraga writes: > aitor writes: > >> Hi, >> >> I've implemented a little script which converts ics files to >> org-mode. You can find the script here: >> >> https://github.com/asoroa/ical2org.py > > Aitor, > > I would like to try this out but, as I am not a python user, I have no > idea how

Re: [O] Problem with Google Calendar Synchronization

2013-05-11 Thread Guido Van Hoecke
Hi Eric, >>> Hang on, I am still looking into the UTC aspect. >>> >>> Right now the offset is dependent upon the execution time rather than >>> upon the date being converted. >> >> Yes, if by execution time you mean by the time zone of the computer >> running the script. This is definitely a prob

Re: [O] Problem with Google Calendar Synchronization

2013-05-10 Thread Guido Van Hoecke
Hi Eric, > Guido Van Hoecke writes: > > [...] > >> Hang on, I am still looking into the UTC aspect. >> >> Right now the offset is dependent upon the execution time rather than >> upon the date being converted. > > Yes, if by execution time you mean by t

Re: [O] Unexpected relative reference behaviour

2013-05-10 Thread Guido Van Hoecke
Hi Carsten, > @I references are unfortunately not yet supported on the left hand side of a > formula. > I hope that some day they will, but currently this is not the case. Thanks for the info. Guido -- Those who cannot remember the past are condemned to repeat it. -- George Sa

Re: [O] Problem with Google Calendar Synchronization

2013-05-10 Thread Guido Van Hoecke
Eric, Eric S Fraga writes: > Guido Van Hoecke writes: > > > [...] > >> I have attached the corrected patch. >> >> I don't know whether I have access to Worg. >> Would you mind updating it? > > Okay; I'll try to do this early next week.

Re: [O] Problem with Google Calendar Synchronization

2013-05-09 Thread Guido Van Hoecke
Hi Eric, Eric S Fraga writes: > Guido Van Hoecke writes: > >> Eric, >> >> Eric S Fraga writes: > > [...] > >>> Suggestions on how to handle this case would be welcome, of course. >> >> I created a patch so that the date and time string is

Re: [O] Problem with Google Calendar Synchronization

2013-05-09 Thread Guido Van Hoecke
Eric, Eric S Fraga writes: > Guido Van Hoecke writes: > > [...] > >> My ics file had a.o. my elder sister's birthday, and unfortunately her's >> as well as mine is (way) before the start of the epoch, so mktime >> returns a negative timestamp at line 63

[O] Unexpected relative reference behaviour

2013-05-09 Thread Guido Van Hoecke
Hi, Using this table | Grand total | 19.55 || |--+---+| | <2013-05-09 Thu> | 1.23 | v2 | | <2013-05-04 Sat> | 5.76 | v1 | | <2013-05-14 Tue> | 3.78 | v1 | | <2013-04-24 Wed> | 8.78 | v2 | #+TBLFM: @1$2=vsum(@I..@>);%.2f I want the formula to be relative to th

Re: [O] Problem with Google Calendar Synchronization

2013-05-08 Thread Guido Van Hoecke
Eric S Fraga writes: > Guido Van Hoecke writes: > >> Hi, >> >> Thank you guys for your help. >> >> Got gawk from macports. > > Glad you got it. I did make use of whatever GNU awk provided and did > not try to keep to vanilla awk. Sorry about that

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Guido Van Hoecke
:04, Henning Weiss wrote: > Hi, > > On Tue, May 7, 2013 at 12:26 PM, Tassilo Horn wrote: >> >> Guido Van Hoecke writes: >> >> Hu Giudo, >> >> > When executing the awk script written by Eric S. Fraga at >> > http://orgmode.org/worg/org-

[O] Problem with Google Calendar Synchronization

2013-05-07 Thread Guido Van Hoecke
Hi, When executing the awk script written by Eric S. Fraga at http://orgmode.org/worg/org-tutorials/org-google-sync.html I get following error: /usr/bin/awk: calling undefined function gensub source line number 82 This is on an iMac with 'awk version 20070501'. Is this outdated or so? Any hel

Re: [O] MobileOrg for iOS approved and soon to be available in the app store

2013-04-17 Thread Guido Van Hoecke
Hi Sean, Sean Escriva writes: > For those interested in MobileOrg on iOS devices, it has been approved > and will be back in the store soon, it can take up to 24 hours to > become available. Picked up and installed. Tunning fine (using Webdav) Thanks, Guido -- Ten years of rejection slips i

Re: [O] why is 'no' the default value of :tangle

2013-04-16 Thread Guido Van Hoecke
"Sebastien Vauban" writes: > Christian Moe wrote: >> Guido Van Hoecke writes: >>> I am wondering why the default value of header argument :tangle is 'no' >>> rather than 'yes'. >> >> FWIW, the default makes sense to me. A do

[O] why is 'no' the default value of :tangle

2013-04-16 Thread Guido Van Hoecke
Hi, I am wondering why the default value of header argument :tangle is 'no' rather than 'yes'. Back to google-calendar.org as an example. Is it normal that whomever wants to use the embedded elisp file needs to edit the source and e.g. insert a '#+PROPERTY: tangle yes'? It is clear that this fi

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Eric Schulte writes: > Guido Van Hoecke writes: > >> Hi Bastien, >> >> Guido Van Hoecke writes: >> >>> Hi Bastien >>> >>>> You may need to refresh the configuration by hitting C-c C-c on the >>>> #+PROPERTY line (or on an

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Bastien, Guido Van Hoecke writes: > Hi Bastien > >> You may need to refresh the configuration by hitting C-c C-c on the >> #+PROPERTY line (or on any #+... line). > > Of course, I should have realised this. > After refreshing, the tangle process works as expected.

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Bastien > You may need to refresh the configuration by hitting C-c C-c on the > #+PROPERTY line (or on any #+... line). Of course, I should have realised this. After refreshing, the tangle process works as expected. Sorry for the noise, Guido -- Tempt not a desperate man. -

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Sebastien, "Sebastien Vauban" writes: > Guido Van Hoecke wrote: >> When editing >> https://github.com/bateast/google-calendar/blob/master/google-calendar.org >> I assume from the documentation that hitting C-c C-v C-t or M-x >> org-babel-tangle would p

[O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi, When editing https://github.com/bateast/google-calendar/blob/master/google-calendar.org I assume from the documentation that hitting C-c C-v C-t or M-x org-babel-tangle would produce the pure source (in casu elisp) file, but it says 'Tangled 0 code blocks from google-calendar.org' I am pretty

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-10 Thread Guido Van Hoecke
l if > you like. > > I'll send an update to the list as soon as there's any more info. > > Glad there's still people that find it useful! Well, it's looking great so far :) Thanks for your effort! Guido > > thanks, > -sean > > > On Mon, Ap

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Guido Van Hoecke
Hi, rai...@krugs.de (Rainer M. Krug) writes: > Guido Van Hoecke writes: > >> Guido Van Hoecke writes: >> >>> Hi Holger and David >>> >>>> On 05/04/13 17:51, Holger Wenzel wrote: >>>>> Hi Guido, >>>>>> >>

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-07 Thread Guido Van Hoecke
Guido Van Hoecke writes: > Hi Holger and David > >> On 05/04/13 17:51, Holger Wenzel wrote: >>> Hi Guido, >>>> >>>> I wanted to install the MobileOrg app on my iPhone, but iTunes claims >>>> that there is no such app in the Belgian App S

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-07 Thread Guido Van Hoecke
Hi Holger and David > On 05/04/13 17:51, Holger Wenzel wrote: >> Hi Guido, >>> >>> I wanted to install the MobileOrg app on my iPhone, but iTunes claims >>> that there is no such app in the Belgian App Store?! >>> >>> Did I miss something? >> >> did you go to http://mobileorg.ncogni.to/ Yep, they

[O] MobileOrg app not available in the Belgian App Store?

2013-04-04 Thread Guido Van Hoecke
Hi, I wanted to install the MobileOrg app on my iPhone, but iTunes claims that there is no such app in the Belgian App Store?! Did I miss something? Guido -- It was Penguin lust... at its ugliest. http://vanhoecke.org ... and go2 places!

Re: [O] orgmode pcomplete question

2012-08-19 Thread Guido Van Hoecke
Hi Bastien, On 19 August 2012 15:24, Bastien wrote: > Hi Guido, > > Guido Van Hoecke writes: > >> I understand that it probably considers the first word after the * as a >> keyword. But I want to be able to just complete any word I'm typing in >> the normal pc

[O] orgmode pcomplete question

2012-08-19 Thread Guido Van Hoecke
Hi, I have a text file that looks like this: -*- mode: Org; -*- * Heading1 ** Heading 2 *** Heading 3 - First supercalifragilistic term *** Heading 3 - Second sup With the cursor sitting at the end of the '*** Second sup' line, I would like to complete sup into supercalifragilistic by hitting ,

[O] Problem with org-mobile-push

2011-07-07 Thread Guido Van Hoecke
Hi, Let me start with praise and kudos for the org developers! Org is truly a most amazing package! Now to my problem. I'm running GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-03-10 on black.porkrind.org and Org-mode version 7.6 (release_7.6.3.gc75a) I get following ba

[O] Problem with ''Emphasis and monospace`` text

2011-07-06 Thread Guido Van Hoecke
Hi, The orgmode help file states that text can be changed to *bold* by embedding it in a couple of '*' characters. *This works file with text that is not longer than three lines*. However, *as soon as the bold text is spread over more than two lines, such as the paragraph you're reading now, the