[O] fontenc makes pdf non-searchable

2015-03-20 Thread Martin Leduc
Hi all, I'm using org-mode to write a paper and export it to a pdf. It compiles just fine. However, when opening the experted pdf (with evince or okular) and searching for a word, the output from the search function is a list of words with apparently incorrect character encoding. I get the

Re: [O] Config best practices?

2015-03-20 Thread Nick Dokos
Marcin Borkowski writes: > On 2015-03-20, at 10:07, Sebastien Vauban wrote: > >> Hello Marcin, >> >> Marcin Borkowski wrote: >>> I'm wondering what people do to keep the configuration of their Org >>> files in order. >> >> I'm not sure to correctly grasp your objective. Could you restate it? >

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-20 Thread Melanie Bacou
Very nice, thanks! On 3/20/2015 10:26 PM, Marcin Borkowski wrote: On 2015-03-21, at 00:23, Rasmus wrote: This patch adds #+SUBTITLE to a couple of backends. This property is WDTY? +1 Best, -- Melanie BACOU International Food Policy Research Institute Snr. Program Manager, HarvestChoi

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-20 Thread Marcin Borkowski
On 2015-03-21, at 00:23, Rasmus wrote: > This patch adds #+SUBTITLE to a couple of backends. This property is > > WDTY? +1 Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-20 Thread Nicolas Goaziou
Hello, Rasmus writes: > In ox-latex :creator is inserted according to > > ;; Creator. > (and (plist-get info :with-creator) > (concat (plist-get info :creator) "\n")) > > Is it on purpose that if :with-creator is non-nil and :creator is the > default value, then it's inserted i

[O] [org-element, FR] make secondary-string midnight compatible

2015-03-20 Thread Rasmus
Hi, As is evident from the git log, I have made the following mistake at least twice: (org-element-parse-secondary-string nil restrictions) I wish this would just return nil instead of an error. In particular, in ox files you have to do (org-element-parse-secondary-string (or whatever ""

[O] [bug?, ox-latex] creator not commented out

2015-03-20 Thread Rasmus
Hi, In ox-latex :creator is inserted according to ;; Creator. (and (plist-get info :with-creator) (concat (plist-get info :creator) "\n")) Is it on purpose that if :with-creator is non-nil and :creator is the default value, then it's inserted in the pdf, i.e. without being pr

Re: [O] Config best practices?

2015-03-20 Thread Rasmus
Marcin Borkowski writes: > On 2015-03-20, at 10:07, Sebastien Vauban wrote: > >> Hello Marcin, >> >> Marcin Borkowski wrote: >>> I'm wondering what people do to keep the configuration of their Org >>> files in order. I usually have something like * export options :noexport: # whatever. But in

[O] [ox, patch] Add #+SUBTITLE

2015-03-20 Thread Rasmus
Hi, This patch adds #+SUBTITLE to a couple of backends. This property is already supported in ox-texinfo and e.g. beamer.cls has a subtitles macro, but ox-beamer.el has no #+SUBTITLE. I have used subtitles in e.g. applications for research funds. The value-added is twofold: - It adds a con

Re: [O] Config best practices?

2015-03-20 Thread Marcin Borkowski
On 2015-03-20, at 10:07, Sebastien Vauban wrote: > Hello Marcin, > > Marcin Borkowski wrote: >> I'm wondering what people do to keep the configuration of their Org >> files in order. > > I'm not sure to correctly grasp your objective. Could you restate it? Sure. Where do you put things like

[O] [ox-ascii, bug?] different spacing between title & author

2015-03-20 Thread Rasmus
Hi, Newlines behave differently when using utf8 and other encodings, e.g. between the top line and the title (which is fine), but also between title and author, which I dislike a lot. I don't know if this is a features. Example: #+title: title #+author: author utf8 output with 2 newlines betwe

Re: [O] Problems with habit graph in the master branch

2015-03-20 Thread Nicolas Goaziou
Hello, Christopher Allan Webber writes: > org-habit graph also not rendering here in master. Could you show an ECM? Regards, -- Nicolas Goaziou

Re: [O] [patch, koma-letter] Change of subject behavior

2015-03-20 Thread Rasmus
Nicolas Goaziou writes: > AFAIC, you can push the patches, when the above is fixed. Thank you. Pushed: 304a5cb ox-koma-letter: Interpret #+SUBJECT. a795d9e ox-koma-letter: Stricter subject inference c4d4e5e ox-koma-letter: Tiny refactor —Rasmus -- Bang bang

Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-20 Thread Ken Mankoff
On 2015-03-20 at 05:40, Randomcoder wrote: > On Wed, Mar 18, 2015 at 02:09:31PM -0400, Ken Mankoff wrote: >> I have a solution that works quite well outside of Org. Apple >> Calendar supports timezones plus a "floating" option. I use Org for >> all my floating events - local to the computer and m

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Charles C. Berry
On Fri, 20 Mar 2015, Ken Mankoff wrote: It would be nice to be able to search in links without extra work to change modes. Without this, you cannot even search for a cite key! You *can* search in links without changing modes. Exa RET runs nonincremental-search-forward on "Exa" and finds

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Jacob Gerlach
org-show-context-detail may also be relevant: org-show-context-detail is a variable defined in `org.el'. Its value is ((isearch . lineage) (bookmark-jump . lineage) (default . ancestors)) Documentation: Alist between context and visibility span when revealing a location. Some actions may move

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Samuel Wales
hmm: === search-invisible is a variable defined in `isearch.el'. Its value is open Documentation: If t incremental search/query-replace can match hidden text. A nil value means don't match invisible text. When the value is `open', if the text matched is made invisible by an overlay having an `inv

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Ken Mankoff
It would be nice to be able to search in links without extra work to change modes. Without this, you cannot even search for a cite key! -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. > On Mar 20, 2015, at 11:38, Jacob Gerlach wrote: > >> On

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Jacob Gerlach
On Fri, Mar 20, 2015 at 9:44 AM, Rainer M Krug wrote: > Hi > > I got an error as follow when I tried to export: > > , > | org-babel-exp process R at line 5495... > | Evaluation of this R code-block is disabled. > | user-error: Unable to resolve link "*uLELFit" > ` > > I thought "OK - I'll

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Sebastien Vauban
Richard Lawrence wrote: > Rainer M Krug writes: > >> I figured out that I can not search for text in the link. >> >> Thins is quite annoying, especially as I even thought of opening the >> file in another texteditor, search for the string, and save it again. >> >> As an example: if this link is in

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Richard Lawrence
Hi Rainer, Rainer M Krug writes: > I figured out that I can not search for text in the link. > > Thins is quite annoying, especially as I even thought of opening the > file in another texteditor, search for the string, and save it again. > > As an example: if this link is in an org-mode file, A

Re: [O] Problems with habit graph in the master branch

2015-03-20 Thread Christopher Allan Webber
Bernt Hansen writes: > Hi, > > I tried out the master branch today and the habit graph seems to be > broken. > > Habits display as normal repeating tasks in commit > > 40f2b88 (Open outer link on nested links, 2014-11-20) > > and work normally in commit > > 7429f35 (Merge branch 'maint', 2014-10-2

[O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Rainer M Krug
Hi I got an error as follow when I tried to export: , | org-babel-exp process R at line 5495... | Evaluation of this R code-block is disabled. | user-error: Unable to resolve link "*uLELFit" ` I thought "OK - I'll search for uLELFit and just fix this link - but I could do what I wanted,

[O] ID property generated by org-mobile

2015-03-20 Thread Randomcoder
Does the ID property have any use? I know I can disable it, but where is it being used ? (the ID property that org-mobile generates for each heading) Are there any drawbacks to just disabling it with (setq org-mobile-force-id-on-agenda-items nil) ? Is it being used somewhere in particular ?

Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-20 Thread Randomcoder
On Wed, Mar 18, 2015 at 02:09:31PM -0400, Ken Mankoff wrote: > I have a solution that works quite well outside of Org. Apple Calendar > supports timezones plus a "floating" option. I use Org for all my > floating events - local to the computer and me, whatever TZ we're in. I > haven't found a way

Re: [O] [proposal] timezone-aware timestamps enhancement

2015-03-20 Thread Randomcoder
Hi Eric, I've also seen these threads from the archive of the mailing list discussing about the very same thing. In summary it seems that in 2008 Carsten's opinion on this was that it would add a lot of complexity and it's a pandora's box about to be open. In 2014, Nicolas's reply seems a bit mo

Re: [O] How to represent Emacs keystrokes in Org?

2015-03-20 Thread Randomcoder
Hi Marcin, I'm going to reference a hangout of Sacha Chua and Xah Lee where they talked about this https://www.youtube.com/watch?v=rKPKWqvTImA ( you can download it with livestreamer like so livestreamer -o xlsc.mp4 https://www.youtube.com/watch?v=rKPKWqvTImA 360p ) At 26:53 Xah Lee starts e

Re: [O] Config best practices?

2015-03-20 Thread Sebastien Vauban
Hello Marcin, Marcin Borkowski wrote: > I'm wondering what people do to keep the configuration of their Org > files in order. I'm not sure to correctly grasp your objective. Could you restate it? > I use a dedicated top-level headline, with a COMMENT keyword, but > I started to think that a :no

Re: [O] How to represent Emacs keystrokes in Org?

2015-03-20 Thread Sebastien Vauban
Marcin Borkowski wrote: > Hi there, > > it seems that reviving old threads is my new hobby;-). > > On 2014-11-29, at 22:58, Marcin Borkowski wrote: > >> On 2014-11-29, at 22:53, Marcin Borkowski wrote: >> >>> On 2014-11-24, at 19:38, Rasmus wrote: >>> Marcin Borkowski writes: > Hell