[O] possible correction to manual

2014-07-10 Thread Samuel Wales
[1] If the headline contains a timestamp, it will be removed from the link and result in a wrong link—you should avoid putting timestamp in the headline. i frequently link to headlines with timestamps, and the links work correctly. so perhaps this footnote can be removed now. i find timestamps

Re: [O] possible correction to manual

2014-07-10 Thread Samuel Wales
in normal use what i wrote is correct. however, i found an exception, and it is is possibly a bug: ;; the fuzzy ;; match is stricter than the exact match so it fails. ;; (setq org-link-search-must-match-exact-headline nil) On 7/10/14, Samuel Wales samolog...@gmail.com wrote: [1

Re: [O] [ANN] Org-gamify

2014-07-09 Thread Samuel Wales
every time i see that horrific word i pronounce it to rhyme with lamb. i want that e back in that word! oh, really interesting idea! :] -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark:

Re: [O] Directly search for Headlines?

2014-07-08 Thread Samuel Wales
On 7/7/14, Ken Mankoff mank...@gmail.com wrote: s in agenda just saves all Org Buffers for me. c-c a s My work-around is to search for * Foo, but this doesn't find headlines with TODO items. it should. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress.

[O] bug: isearch puts ellipses at top of window

2014-07-03 Thread Samuel Wales
in maint, isearch very often puts ... at the top of the window. is this related to recent ellipsis bugs? thanks. samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen

[O] indent c-c -?

2014-06-30 Thread Samuel Wales
i mark headlines then do c-c -. i get this: - 1 - 2 i would like this: - 1 - 2 is there such a command? if not, how does one write it? thanks. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get

Re: [O] indent c-c -?

2014-06-30 Thread Samuel Wales
i don't want to invoke a separate command. i want c-c - to indent by 2 spaces. On 6/30/14, Grant Rettke g...@wisdomandwonder.com wrote: https://github.com/emacsmirror/multiple-cursors -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have

[O] refile affects kill ring

2014-06-25 Thread Samuel Wales
in recent maint, it seems that refiling an entry will put that entry into the kill ring. perhaps it should leave the kill ring intact?

Re: [O] navigation broken in recent maint

2014-06-19 Thread Samuel Wales
so far, your patch fixes all navigation point placement problems. thank you! On 6/18/14, Nicolas Richard theonewiththeevill...@yahoo.fr wrote: here's the patch : -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And

Re: [O] navigation broken in recent maint

2014-06-18 Thread Samuel Wales
thanks charles. i hope that others can repro. ido refile is also broken, but intermittent. often it just goes to some apparently random place in the same file. i am going to revert to an earlier version of org until this can be fixed.

Re: [O] navigation broken in recent maint

2014-06-18 Thread Samuel Wales
your mce reliably reproduces the magit bug for me, although i have not tried with -q yet. in magit place point on headline b.

[O] navigation broken in recent maint

2014-06-17 Thread Samuel Wales
quick and dirty bug report. recent org maint. 1: jumping from magit (maint) to org using RET always goes to the wrong location now. i don't know that this is org's fault. i have seen it happen once before, which is when i tried longlines-mode and similar modes. i think it was only in org,

Re: [O] navigation broken in recent maint

2014-06-17 Thread Samuel Wales
i have seen bad jumping in org with emacs bookmarks. it will go to the wrong place, then if i do it again, it goes to the right place. but it was not all the time.

Re: [O] can't make Agenda timestamp sorting work...

2014-06-13 Thread Samuel Wales
a parser expert can correct me, but headline and after properties should both be fine. several of us rely on timestamps in headlines. there is a [broken] variable to remove timestamps from headlines, but i don't think it's relevant. have you tried timestamp-up? -- The Kafka Pandemic:

Re: [O] proposal to have ignoreheading tags/properties

2014-06-12 Thread Samuel Wales
if i were a newcomer i'd wonder how these affected babel, agenda, etc. maybe noexport, noexportheading, noexportcontent, exportpromotechildren? On 6/12/14, Ken Mankoff mank...@gmail.com wrote: + :noexport: Does not export item, content, and children. + :ignoreheading: Does not export heading.

Re: [O] if we operate on a subtree, perhaps we could adjust levels

2014-06-08 Thread Samuel Wales
hi bastien, On 4/17/14, Bastien b...@gnu.org wrote: Then I didn't understand what you suggested. Can you restate it again? Thanks, will try. On 3/26/14, Samuel Wales samolog...@gmail.com wrote: in maint, if you encrypt with org-crypt on an entry with children, then demote, then decrypt

[O] Dired-like agenda

2014-06-06 Thread Samuel Wales
Here is a brainstorm/RFC/FR. It is not entirely worked out, but it gives the flavor. The idea is to make Org agenda act more like Dired for consistency. For example, we might have commands like: 1) %m -- mark headers with regexp 2) %g -- mark headers with regexp in body text of entry 3)

[O] m-ret no indent

2014-05-21 Thread Samuel Wales
in recent maint, m-ret between paragraphs inserts at top level. i don't recall this occurring before.

Re: [O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-20 Thread Samuel Wales
you can use, for example, priorities to indicate the order you want, and then refresh the agenda. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] Problems with including ledger files in org-babel

2014-05-12 Thread Samuel Wales
if ledger does not work, you can use sh. i do. On 5/12/14, Adam Turoff adam.tur...@gmail.com wrote: It seems like there's some issue with ledger not loading properly, and the error appears to be eaten by org-babel. Is there any way to debug what org-babel is seeing here? c-c c-v c-v? --

[O] unwanted filename in parens at the end of almost every olpath in ido completion of refile/refile-goto targets (was: Re: bug: Please save the buffer to a file before refiling when the buffer is a

2014-05-04 Thread Samuel Wales
hi bastien, On 2/5/14, Bastien b...@gnu.org wrote: Samuel Wales samolog...@gmail.com writes: one thing i don't understand is why there need to be 2 olpaths for the identical location. Well, this is the part of the bug that I never managed to reproduce. are you able to reproduce

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-19 Thread Samuel Wales
thank you both! (add-hook 'org-finalize-agenda-hook (lambda () (set (make-local-variable 'tooltip-delay) 86400) ;; disable the face that comes up when mouse pointer ;; is over an org agenda line. that can be confusing ;; because i already

[O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
i find the highlighting of lines upon mouse pointer movement and the echo area notification to be distracting. i don't understand the code at all, but i tried (remove-text-properties 1 1 '(mouse-face nil)). didn't work. my goal is to make moving the mouse pointer do nothing in the agenda. --

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
that works for the highlighting part of the question. thank you! On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: for the highlighting: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max) '(mouse-face t

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
follow mode is nil. i am referring to the message that says that you can do mouse 2 or RET to go to the org file, which appears whenever the mouse pointer is over an agenda line. this message appears to be hardcoded in various places in org, but i don't know if its echoing can be disabled. your

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: ,[ C-h v org-agenda-show-outline-path RET

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Samuel Wales
another option is to create annotation mechanisms that are so compelling that you don't need org in non-org files. your lists and tasks would stay in your org agenda files, but your external files would be able to show (via overlays) and link to the annotations in org. in turn, your annotations

Re: [O] if we operate on a subtree, perhaps we could adjust levels

2014-04-17 Thread Samuel Wales
On 4/11/14, Bastien b...@gnu.org wrote: That's expected. Users don't think Org is clever enough to decrypt-demote-subtrees-then-re-encrypt on the fly. i was not suggesting this.

Re: [O] Agenda items refer to the wrong headline

2014-04-09 Thread Samuel Wales
getting out of sync is possible even with non-buggy code. i wonder if it would make sense to do a quick and dirty comparison of the headline to error if it is different? feel free to disregard if this is not a good idea.

Re: [O] Incremental search only within visble text

2014-04-01 Thread Samuel Wales
(define-key global-map \C-\M-r 'alpha-isearch-backward-visible) ;; also for dired filename search (define-key global-map \C-\M-s 'alpha-isearch-visible) (defun alpha-isearch-backward-visible () (interactive) (let ((search-invisible)) (isearch-backward-regexp))) (defun alpha-isearch-visible

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-30 Thread Samuel Wales
On 3/21/14, Bastien b...@gnu.org wrote: I think I see what you mean but it's hard to implement. why? The only way to fix this is to discuss the default value for org-show-* properties (and maybe some others) -- if you have suggestions here with examples on how different defaults would be

Re: [O] bug: org-shiftmetaright fails to shift the last child

2014-03-26 Thread Samuel Wales
seems to work. thank you. On 3/25/14, Bastien b...@gnu.org wrote: Fixed again, thanks and sorry for this regression. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen

Re: [O] Space in Exported Text

2014-03-26 Thread Samuel Wales
tell him or her to click on show original. or export to tsv, which will sometimes work.

[O] if we operate on a subtree, perhaps we could adjust levels

2014-03-26 Thread Samuel Wales
in maint, if you encrypt with org-crypt on an entry with children, then demote, then decrypt, the subtree levels do not match up. for example, the children can end up as uncle/aunt nodes. maybe something like these are possibilities: 1) optionally adjust subtree levels to match the location

[O] bug: org-shiftmetaright fails to shift the last child

2014-03-24 Thread Samuel Wales
=== * org-shiftmetaright on the following folded header will fail to shift headline 3 * bug *** 2 * [[http://www.google.com][google]] *** 3 === this is in maint. thanks. samuel

Re: [O] bug: org-shiftmetaright fails to shift the last child

2014-03-24 Thread Samuel Wales
this also appears to fail to shift siblings below the link. On 3/24/14, Samuel Wales samolog...@gmail.com wrote: === * org-shiftmetaright on the following folded header will fail to shift headline 3 * bug *** 2 * [[http://www.google.com][google]] *** 3 === this is in maint

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Samuel Wales
now that everybody is happy, agreeing, and singing in a circle holding hands, i thought i'd stir the pot. :] i hope i don't get wicked glares. :] there are a few unresolved questions. there is also something that, for my workflow at least, is a bug. i set org-export-with-tasks to nil,

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Samuel Wales
note: this is not a high priority for me, but it seems like a bug, it can result in surprising behavior for new users, and it helps clarify this thread, so it seemed worth posting. the ecm is in this thread.

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-03-24 Thread Samuel Wales
does this preserve todo keyword font locking and sorting? it is an interesting change if so, and i would probably find it useful. does archive work the same way? i presume it is a coincidence that this message comes after mine which mentioned font locking and sorting, as the fix to that message

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-22 Thread Samuel Wales
aha. yes, that's it. thank you.

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-22 Thread Samuel Wales
one option might be to keep what we have for emphasis, ossify it, and create a backend-independent nestable, multiline [and so on] markup for emphasis. but not just any syntax [because that would clutter us with more syntax]. this time it would be $[extensible :pretty-nicely t], and it will work

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-21 Thread Samuel Wales
On 3/20/14, Bastien b...@gnu.org wrote: my strong intuition says that it calls for a global solution rather than patching each one as it comes up. There is this bug report I made recently: http://comments.gmane.org/gmane.emacs.bugs/83721 interesting. these topics are worth looking at. as

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
that should never be buggy or surprising. if it is, then anything that causes those should be ripped out, even if it means losing a fancy undo-related feature. for me, the best undo feature of all is reliability. :] samuel On 3/18/14, Bastien b...@gnu.org wrote: Hi Samuel, Samuel Wales samolog

Re: [O] [POLL] Do you need special entities in radio target?

2014-03-21 Thread Samuel Wales
imo radio targets are fundamentally limited because they only work in the same file, while org has become a multi-file mode. i am ok with cosmetic limitations in addition. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it.

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
hi bastien, On 3/21/14, Bastien b...@gnu.org wrote: buffer will be corrupted. Not for me. This has surely to do with undo-tree. in emacs 23, i get the same bug with built-in undo. one thing org sometimes does is try to set buffer-undo-list. it's really for speed imo. i can't think of

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
s/most cases/all cases that i am aware of/ On 3/21/14, Samuel Wales samolog...@gmail.com wrote: in most cases, i think the undo list manipulation should never happen in the first place. it just causes too many problems.

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-21 Thread Samuel Wales
hiding.] === so i am saying a variable that says i only ever want canonical visibility would be a great idea. On 3/21/14, Bastien b...@gnu.org wrote: Samuel Wales samolog...@gmail.com writes: as for org contexts, perhaps we need something like an org-show-canonical-form, where canonical form

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
On 3/21/14, Bastien b...@gnu.org wrote: The changes happen in different buffers, there is no reason to expect undo to let you undo changes you made from another buffer. you might be surprised to find that i disagree. :] let's concentrate on just one aspect of this. i believe that most users

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
bug #3: insert a source block edit after it c-c ' to edit edit c-c ' to go back to mybuffer edit before the source block undo undo you should notice that the source block is not restored. note that this is not the same buffer corruption issue i reported previously. in that one, you insert a

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-21 Thread Samuel Wales
, Samuel Wales samolog...@gmail.com wrote: bug #3: insert a source block edit after it c-c ' to edit edit c-c ' to go back to mybuffer edit before the source block undo undo you should notice that the source block is not restored. note that this is not the same buffer corruption issue i

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-20 Thread Samuel Wales
patching each one as it comes up. On 3/20/14, Bastien b...@altern.org wrote: Hi Samuel, Samuel Wales samolog...@gmail.com writes: unfortunately, that is not a global solution as there are various other places where the same behavior occurs. Please report them when you have time and when

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-19 Thread Samuel Wales
I think there must be a bunch of us who are experiencing this, because I am too. The fix does not work for me. 3b is never shown. * test 1 *** 2a SCHEDULED: 2014-03-19 Wed * 3a * 3b *** 2b On 3/19/14, Bastien b...@gnu.org wrote: Hi Dan, you need to have (agenda t) in

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-19 Thread Samuel Wales
for the first time in many, many years of HATING this behavior and trying to debug it and trying to defadvice around it, i have a lead on it. thank you. so where is the setting to show EVERYTHING? this is HUGE. On 3/19/14, Bastien b...@gnu.org wrote: Samuel Wales samolog...@gmail.com writes

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-19 Thread Samuel Wales
expands logbook, but i can take it from here. thank you! unfortunately, that is not a global solution as there are various other places where the same behavior occurs. On 3/19/14, Bastien b...@gnu.org wrote: Samuel Wales samolog...@gmail.com writes: so where is the setting to show

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Samuel Wales
please consider this a bug report. On 3/13/14, Samuel Wales samolog...@gmail.com wrote: how about call lines? to me, they should not run if they are not supposed to be exported. is this a bug? * babel should not export a call line via todo kw *** NEXT to reproduce set org

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-13 Thread Samuel Wales
how about call lines? to me, they should not run if they are not supposed to be exported. is this a bug? * babel should not export a call line via todo kw *** NEXT to reproduce set org-export-with-tasks to nil *** NEXT this should not run #+call: hi(a=2) *** hi

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-13 Thread Samuel Wales
No. This has been raised previously and there was a consensus that it is often desirable for code in a COMMENT section to be evaluated on export. Personally I often stuff code blocks into COMMENT sections which I want run as part of my publishing process (e.g., to create resources used in

[O] [OT] document scanner with ADF

2014-03-11 Thread Samuel Wales
We had a great discussion about scanners and ADFs here a while back. The Fujitsu ScanSnap 1500 seemed to be a favorite. We also talked about what resolutions to scan at. What's the current status of document scanners for Linux? How good are the ADFs physically? Samuel -- The Kafka Pandemic:

Re: [O] [bug] [babel] babel corrupts undo history

2014-03-09 Thread Samuel Wales
- my impression is that the bug was due to unnecessary undo fanciness - there might have been a patch that made it into the repo? Samuel On 10/28/13, Aaron Ecay aarone...@gmail.com wrote: 2013ko urriak 28an, Samuel Wales-ek idatzi zuen: Hi Aaron, Below? If you mean my fix, I don't know

Re: [O] How to collect multiple source blocks with the same name at the same level

2014-03-05 Thread Samuel Wales
noweb? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] link interfering with brackets when abbreviated

2014-03-04 Thread Samuel Wales
hi sebastien, as i wrote, my preference is for links to be fontified in comments and inline footnote definitions the same way as everywhere else. samuel On 3/4/14, Sebastien Vauban sva-n...@mygooglest.com wrote: What type of indication do you have in mind?

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Samuel Wales
There are several packages that allow ido to work everywhere. The one I use, ido-hacks, works fine for tags out of the box.

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Samuel Wales
with my settings, i do c-c c-c tab [select] tab and it sets the first one correctly. but if i do tab after that, it doesn't allow completion. so i guess you're right. i can do shortcuts which work at the same time and i can do ret c-c c-c tab to set more. ido-hacks is the best of all the ido

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
tldr, and wary of bikeshedding, but a fool so i rush in: 1] currently in maint the awesome package org-mouse.el activates links in comments. RET does not. Perhaps this could be made more consistent or optional? 2] currently in maint links are not fontified in comments or footnote

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
if and only if it is not desirable to highlight links, then perhaps they could be un-collapsed so that you [[http://dangerous-place.com][know they are links]].

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Samuel Wales
On 3/3/14, Sebastien Vauban sva-n...@mygooglest.com wrote: [[http://dangerous-place.com][know they are links]]. M-x visible-mode the whole point is that comments and footnote definitions obscure the fact that there is a link there. who wants to run visible-mode all the time? that would

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-24 Thread Samuel Wales
radio tables might be another way. samuel On 2/24/14, Grant Rettke g...@wisdomandwonder.com wrote: Hi, My goal is to define a table in org-mode, display it nicely to humans using export, and tangle that same data table into an elisp data structure for use elsewhere within the program. It

Re: [O] [Babel] Bug reading example blocks?

2014-02-23 Thread Samuel Wales
Hi Thomas, I guess the fix hasn't made it to maint yet. #+call: repeated-text(eg=example) :results raw #+RESULTS: 1. this is the first line 2. this is the second line with %VARIANT% as the value 3. this is the third line #+name: repeated-text #+begin_src sh :results verbatim output :var

Re: [O] [babel] cannot comment out noweb references

2014-02-23 Thread Samuel Wales
By which I mean, the bug should be reproducible if you do so. On 2/11/14, Samuel Wales samolog...@gmail.com wrote: Try with: (setq org-babel-use-quick-and-dirty-noweb-expansion t) This setting is much, much faster, by the way. On 2/5/14, Eric Schulte schulte.e...@gmail.com wrote: Samuel

Re: [O] C-c C-c in Org Footnotes

2014-02-19 Thread Samuel Wales
this doesn't answer your question, but i find that inline footnotes keep everything together. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
hi lawrence, as eric and nick pointed out, you can use properties with org-id to implement arbitrary graphs. you will have to write the code to select the children and go to them and go back. org-id's work well. if you want to point to any non-header object, it will not work. for example, a

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
s/more than one other place in/more than one other place from/

Re: [O] Graph not hierarchical?

2014-02-18 Thread Samuel Wales
there is also this syntax.

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
Undo not working is a bug. I think we identified the bug on the mailing list, but the fix was never implemented, although I think an attempted fix was. I think it has to do with editing a source code block trying to do things with undo or undo-boundary. The fix is probably to rip out all

Re: [O] [Babel] Bug reading example blocks?

2014-02-13 Thread Samuel Wales
hi thomas, is this still a bug? samuel On 11/22/13, Thomas S. Dye t...@tsdye.com wrote: Aloha all, Responding to a query by Gary Oberbrunner, I tried to point out the use of example blocks to name arbitrary pieces of text. What I found is that the example block isn't passed whole to a

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
[bug] [babel] babel corrupts undo history On 2/13/14, Samuel Wales samolog...@gmail.com wrote: Undo not working is a bug. I think we identified the bug on the mailing list, but the fix was never implemented, although I think an attempted fix was. I think it has to do with editing a source

Re: [O] Org not preserving Python indent levels on LaTex export due to tabs

2014-02-13 Thread Samuel Wales
i can't seem to find the -i flag in the manual. perhaps i used the wrong search term? i looked in literal examples and in working with source code. i am using maint. also: - is there another flag to set org-src-preserve-indentation to nil? - will -i still work if

Re: [O] verbatim and apostrophes

2014-02-12 Thread Samuel Wales
org-emphasis-regexp-components -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] Assumptions on user's environment

2014-02-10 Thread Samuel Wales
perhaps this is possible: c-c ' - c-c c-x '

Re: [O] [babel] cannot comment out noweb references

2014-02-10 Thread Samuel Wales
Try with: (setq org-babel-use-quick-and-dirty-noweb-expansion t) This setting is much, much faster, by the way. On 2/5/14, Eric Schulte schulte.e...@gmail.com wrote: Samuel Wales samolog...@gmail.com writes: hi eric, #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever

Re: [O] Assumptions on user's environment (was: [RFC] Proposal for rebindings in Org 8.3)

2014-02-09 Thread Samuel Wales
for modifiers. remember: using one hand for both modifier and key is never an option. === hope that clarifies. samuel On 2/9/14, Karl Voit devn...@karl-voit.at wrote: * Samuel Wales samolog...@gmail.com wrote: Hi! i meant that c-c c-' and c-c c- are both cumbersome for those users who press c-c

Re: [O] Assumptions on user's environment

2014-02-09 Thread Samuel Wales
rsi. one of the worst things you can do is use a single hand for more than one key. On 2/9/14, Bastien b...@gnu.org wrote: Samuel Wales samolog...@gmail.com writes: remember: using one hand for both modifier and key is never an option. Why? For me C-c C-' is very easy with one hand, I

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-08 Thread Samuel Wales
On 2/8/14, Bastien b...@gnu.org wrote: I understand. I don't think any of the proposed rebindings requires this -- except C-c -- but C-c C-' is better anyway. hi bastien, c-c c-' is just as bad. control is a modifier key. try it! samuel -- The Kafka Pandemic:

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-08 Thread Samuel Wales
well, almost as bad :). you have to press shift also, but that's a minor difference :).

Re: [O] Conditionally display breadcrumbs in agenda view

2014-02-08 Thread Samuel Wales
is the goal to show what the headline is? if you move up and down in the agenda, the echo area should show the olpath. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-08 Thread Samuel Wales
hi bastien, i meant that c-c c-' and c-c c- are both cumbersome for those users who press c-c by holding down the control key with the right hand and then pressing c with the left hand. c-c ' is not cumbersome for those users. samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] [babel] shell does not unquote

2014-02-08 Thread Samuel Wales
hi eric, the object is to make the code inside a babel shell block as similar to a real shell script as possible. also, calling it using #+call should be like calling it from another shell script. this isn't possible in babel at present. the script cannot use $@ for its positional parameters.

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-07 Thread Samuel Wales
i'd like to point out that some of these bindings are problematic on qwerty in a way that is not obvious to many users. many people use shifting keys on both sides of the keyboard. they do not issue the control of control g using left hand. that is a bad idea. instead, they hold down the right

Re: [O] [babel] cannot comment out noweb references

2014-02-06 Thread Samuel Wales
[i changed whatever to whatever2] -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

[O] [babel] buffer corruption if results block at end of entry

2014-02-06 Thread Samuel Wales
=== * asdf #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever2 a #+END_SRC #+BEGIN_SRC sh :results output :noweb yes echo whatever2 #+END_SRC #+RESULTS: #+begin_example a #+end_example * next headline === results in this: === * asdf #+BEGIN_SRC org

Re: [O] [babel] shell does not unquote

2014-02-06 Thread Samuel Wales
hi eric, say you want to list 2 files: 1 space and nospace. #+call: list(how=\1 space\ nospace) #+name: list #+BEGIN_SRC sh :noweb yes :results verbatim output { # this fails # ls $how # this would work, if there were a call option to support it # ls how } 21 :

Re: [O] Agenda views skip function hide parent projects

2014-02-05 Thread Samuel Wales
it would be interesting to do this with dimming ancestors instead of skipping them. how would you do that? it would also be interesting to dim descendants. there is the blocked task concept, but that is different. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2014-02-05 Thread Samuel Wales
wrote: Hi Samuel, Samuel Wales samolog...@gmail.com writes: i have very little capacity to do this properly, doing the best i can so you get timely feedback. perhaps this gives you a little to go on. if not, this will take much longer. Thanks -- I'll explore this using ido, which I do

Re: [O] [babel] cannot comment out noweb references

2014-02-05 Thread Samuel Wales
I get this: Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) org-babel-expand-noweb-references(nil) org-babel-expand-noweb-references((sh echo whatever2 ((:comments . ) (:shebang . ) (:cache . no) (:padline . ) (:noweb . yes) (:tangle . no) (:exports . code) (:results

[O] [babel] cannot comment out noweb references

2014-02-04 Thread Samuel Wales
This: #+BEGIN_SRC org :exports none :noweb-ref whatever ... with # or COMMENT still tries to be read by Babel. The latter works as if not commented. The former errors. Hope that's enough to reproduce. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The

Re: [O] [babel] cannot comment out noweb references

2014-02-04 Thread Samuel Wales
hi eric, #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever a #+END_SRC # #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever # b # #+END_SRC #+BEGIN_SRC sh :results output :noweb yes echo whatever #+END_SRC it is a bug that babel tries

[O] [babel] shell does not unquote

2014-02-04 Thread Samuel Wales
i don't know why the shell does not unquote here: #+BEGIN_SRC sh :results verbatim output :var how=a 'b' \c \d\ e :var dothis=echo \hi\ echo $how $dothis #+END_SRC #+RESULTS: #+begin_example a 'b' c d e hi #+end_example thanks. samuel -- The Kafka Pandemic:

[O] Emphasis and double space

2014-02-02 Thread Samuel Wales
*Unless you turn off Emacs's double space at end of sentence feature, this sentence gets filled incorrectly.* But if you add * to the second group in the variable sentence-end, it fills correctly. Should this be default? Or too brittle? Samuel -- The Kafka Pandemic:

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2014-01-29 Thread Samuel Wales
don't see the need for 2 olpaths to point to the same location. could be pilot error? On 1/29/14, Bastien b...@gnu.org wrote: Hi Samuel, Samuel Wales samolog...@gmail.com writes: Would this also get rid of the current-file special case? If so, this sounds good to me and I will test

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2014-01-28 Thread Samuel Wales
On 1/28/14, Bastien b...@gnu.org wrote: Are you talking about 2 olpaths pointing to different files? Yes. I hope this is the reason for the bugs, because it sounds fixable. In this case, I suggest this: hitting RET will not throw an error, but offer further expansion like this: Emacs

<    7   8   9   10   11   12   13   14   15   16   >