How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
This is the solution I use:
[node:menu-link:parents:join:/]/[node:menu-link]
It will separate parent menu items with a dash. That is what I need.