Re: [O] scale inline images in orgmode

2015-02-24 Thread Shavkat Rustamov
Hello, This setting works fine: (setq org-image-actual-width 300) = always resize inline images to 300 pixels However, this does not {it falls back to 400 and ignores #+ATTR}: (setq org-image-actual-width '(400)) = if there is a #+ATTR.*: width=200, resize to 200, otherwise resize

[O] (org-use-fast-tag-selection (quote auto)) - non ASCII characters shown as e.g. [\200] and other problems

2015-02-16 Thread Shavkat Rustamov
I have set up only one persistent tag set with a key character like this: (org-tag-persistent-alist (quote ((@i_shopping . 105 There are no file based #+TAGS in any of org files. I also like to have access to all tags in all files, so I set this up:

[O] (org-use-fast-tag-selection (quote auto)) - problem with TAB Completion and non ASCII tag selection characters [\200]

2015-02-13 Thread Shavkat Rustamov
I have ​ one ​ persistent tag ​ ​ set with a key character like this: '(org-tag-persistent-alist (quote ((a . 97 There are no file based #+TAGS in any of org files. I also like to have access to all tags in all files, so I set this up: (org-complete-tags-always-offer-all-agenda-tags t)

[O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Shavkat Rustamov
When calling org-mobile-push, org gives this message Non-existing agenda file .#flagged.org. .# are lock files (create-lockfiles variable), which get created in the org directory. I would prefer to have them.